Commit 0776d969 authored by XieZhiXiong's avatar XieZhiXiong

chore: 完善样式

parent 6e6ef78f
...@@ -125,12 +125,6 @@ ...@@ -125,12 +125,6 @@
display: none; display: none;
} }
// 设置formitem的*号到字段label前
.ant-form-item-label>label.ant-form-item-required::before {
order: 10;
margin-left: -6px;
}
// 处理ant tree组件 // 处理ant tree组件
// .ant-tree-checkbox { // .ant-tree-checkbox {
// order: 10; // order: 10;
...@@ -289,3 +283,10 @@ ...@@ -289,3 +283,10 @@
font-size: 12px !important; font-size: 12px !important;
color: #909399 !important; color: #909399 !important;
} }
// 设置formitem的*号到字段label前
.ant-form-item-label
> label.ant-form-item-required::before {
order: 10;
margin-left: -6px;
}
\ No newline at end of file
...@@ -54,6 +54,8 @@ ...@@ -54,6 +54,8 @@
:global { :global {
.ant-anchor { .ant-anchor {
background-color: #FFFFFF;
&-link { &-link {
padding: 0 16px; padding: 0 16px;
font-size: 14px; font-size: 14px;
......
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