mirror of https://gitee.com/xiaonuobase/snowy
【新增】全局less内加入一个左侧标签高亮的样式
parent
9425cacec4
commit
e8e8f6c90b
|
@ -426,6 +426,14 @@ a, button, input, textarea {
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.left-span-label {
|
||||||
|
border-left: 4px solid @primary-color;
|
||||||
|
font-size: 15px;
|
||||||
|
color: #212121;
|
||||||
|
font-weight: 600;
|
||||||
|
padding-left: 8px;
|
||||||
|
}
|
||||||
|
|
||||||
// 滚动条,需要哪里,加哪个class
|
// 滚动条,需要哪里,加哪个class
|
||||||
body,
|
body,
|
||||||
.ant-drawer-wrapper-body,
|
.ant-drawer-wrapper-body,
|
||||||
|
|
Loading…
Reference in New Issue