修改文档拆分布局问题
This commit is contained in:
+35
-2
@@ -142,7 +142,40 @@
|
||||
.itemModel-multi .ant-form-explain, .ant-form-extra {
|
||||
margin-top: -10px;
|
||||
}
|
||||
.anticon-exclamation-circle{
|
||||
display: none!important;
|
||||
|
||||
|
||||
.anticon-exclamation-circle {
|
||||
display: none !important;
|
||||
}
|
||||
|
||||
.ant-select-selection--single {
|
||||
height: 38px !important;
|
||||
}
|
||||
|
||||
.ant-select-selection--multiple {
|
||||
height: 38px !important;
|
||||
}
|
||||
|
||||
.ant-select-selection__rendered {
|
||||
line-height: 38px !important;
|
||||
height: 38px !important;
|
||||
}
|
||||
|
||||
.ant-select-selection--multiple .ant-select-selection__rendered > ul > li {
|
||||
margin-top: 6px;
|
||||
}
|
||||
|
||||
.ant-calendar-picker {
|
||||
line-height: 38px !important;
|
||||
height: 38px !important;
|
||||
}
|
||||
|
||||
.ant-calendar-picker-input {
|
||||
height: 38px !important;
|
||||
}
|
||||
|
||||
.ant-input-number-input-wrap {
|
||||
line-height: 38px !important;
|
||||
height: 38px !important;
|
||||
}
|
||||
</style>
|
||||
Reference in New Issue
Block a user