[web-app]bugfix深色主题适配问题
This commit is contained in:
@@ -23,3 +23,11 @@ p {
|
||||
word-wrap: break-word;
|
||||
word-break: break-all;
|
||||
}
|
||||
|
||||
[data-theme='dark'] {
|
||||
:host ::ng-deep {
|
||||
.ant-layout-sider-light {
|
||||
background: #141414;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
@@ -10,3 +10,11 @@
|
||||
margin-left: -20px;
|
||||
}
|
||||
}
|
||||
|
||||
[data-theme='dark'] {
|
||||
:host ::ng-deep {
|
||||
.ant-card {
|
||||
background-color: black;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
@@ -49,5 +49,8 @@
|
||||
color: #fff;
|
||||
}
|
||||
}
|
||||
.ant-checkbox-wrapper {
|
||||
color: fade(@white, 45%);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user