【新增】全局less内加入一个左侧标签高亮的样式

pull/122/head
小诺 2023-06-20 23:36:31 +08:00 committed by 俞宝山
parent 9425cacec4
commit e8e8f6c90b
1 changed files with 8 additions and 0 deletions

View File

@ -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,