Commit 312e1d59 by 无尘

fix: 修改样式

parent 85227455
...@@ -18,7 +18,7 @@ ...@@ -18,7 +18,7 @@
text-align: center; text-align: center;
height: 32px; height: 32px;
line-height: 32px; line-height: 32px;
color: $gray02; color: @gray02;
font-size: 14px; font-size: 14px;
cursor: pointer; cursor: pointer;
&.disabled { &.disabled {
...@@ -26,18 +26,18 @@ ...@@ -26,18 +26,18 @@
} }
&:hover, &.active { &:hover, &.active {
background: #ecf5ff; background: #ecf5ff;
color: $blue; color: @blue;
} }
} }
padding: 13px 5px; padding: 13px 5px;
min-width: 170px; min-width: 170px;
&.gray { &.gray {
li { li {
color: $gray02; color: @gray02;
} }
li:hover, li.active { li:hover, li.active {
color: $gray02; color: @gray02;
background: $gray-disable; background: @gray-disable;
} }
} }
} }
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment