[web-app]bugfix深色主题适配问题
This commit is contained in:
@@ -11,7 +11,8 @@
|
|||||||
<router-outlet></router-outlet>
|
<router-outlet></router-outlet>
|
||||||
<global-footer [links]="links">
|
<global-footer [links]="links">
|
||||||
Copyright
|
Copyright
|
||||||
<i class="anticon anticon-copyright"></i> 2021
|
<i nz-icon nzType="copyright" nzTheme="outline"></i>
|
||||||
|
2021
|
||||||
<a href="https://tancloud.cn" target="_blank">探云 tancloud.cn | </a>
|
<a href="https://tancloud.cn" target="_blank">探云 tancloud.cn | </a>
|
||||||
<a href="https://hertzbeat.com" target="_blank">赫兹跳动 hertzbeat.com</a>
|
<a href="https://hertzbeat.com" target="_blank">赫兹跳动 hertzbeat.com</a>
|
||||||
</global-footer>
|
</global-footer>
|
||||||
|
|||||||
@@ -81,6 +81,12 @@
|
|||||||
.desc {
|
.desc {
|
||||||
color: fade(@white, 45%);
|
color: fade(@white, 45%);
|
||||||
}
|
}
|
||||||
|
.global-footer__copyright {
|
||||||
|
color: fade(@white, 45%);
|
||||||
|
}
|
||||||
|
.global-footer__links-item {
|
||||||
|
color: fade(@white, 45%);
|
||||||
|
}
|
||||||
@media (min-width: @screen-md-min) {
|
@media (min-width: @screen-md-min) {
|
||||||
.container {
|
.container {
|
||||||
background-image: none;
|
background-image: none;
|
||||||
|
|||||||
@@ -23,3 +23,11 @@ p {
|
|||||||
word-wrap: break-word;
|
word-wrap: break-word;
|
||||||
word-break: break-all;
|
word-break: break-all;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
[data-theme='dark'] {
|
||||||
|
:host ::ng-deep {
|
||||||
|
.ant-layout-sider-light {
|
||||||
|
background: #141414;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|||||||
@@ -10,3 +10,11 @@
|
|||||||
margin-left: -20px;
|
margin-left: -20px;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
[data-theme='dark'] {
|
||||||
|
:host ::ng-deep {
|
||||||
|
.ant-card {
|
||||||
|
background-color: black;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|||||||
@@ -49,5 +49,8 @@
|
|||||||
color: #fff;
|
color: #fff;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
.ant-checkbox-wrapper {
|
||||||
|
color: fade(@white, 45%);
|
||||||
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user