横线颜色小调整。
parent
1c26fc398a
commit
c76d0900ca
|
@ -68,7 +68,7 @@ ol{
|
||||||
hr {
|
hr {
|
||||||
border-width: 2px 0 0 0;
|
border-width: 2px 0 0 0;
|
||||||
border-style: solid;
|
border-style: solid;
|
||||||
border-color: #ddd;
|
border-color: #eee;
|
||||||
}
|
}
|
||||||
|
|
||||||
.ant-modal-content {
|
.ant-modal-content {
|
||||||
|
|
|
@ -8,7 +8,7 @@ $dark-btn: #444; //按钮:边框和背景颜色
|
||||||
$dark-input: #777; //输入框:背景色
|
$dark-input: #777; //输入框:背景色
|
||||||
.theme-dark{
|
.theme-dark{
|
||||||
hr {
|
hr {
|
||||||
border-color: #444;
|
border-color: $dark-bd;
|
||||||
}
|
}
|
||||||
|
|
||||||
/* 背景色和字体颜色 */
|
/* 背景色和字体颜色 */
|
||||||
|
|
Loading…
Reference in New Issue