[fix bug] 抽屉、modal 中label全部隐藏。 日期组件右侧边框增大 防止重叠
This commit is contained in:
@@ -203,6 +203,11 @@
|
||||
}
|
||||
}
|
||||
|
||||
.ant-drawer-content-wrapper .ant-form-item-label,
|
||||
.j-modal-box .ant-form-item-label {
|
||||
overflow: hidden;
|
||||
text-overflow: ellipsis;
|
||||
}
|
||||
.box-title-text {
|
||||
line-height: 1.4;
|
||||
display: flex;
|
||||
@@ -989,3 +994,7 @@
|
||||
/deep/ .ant-table-hide-scrollbar {
|
||||
scrollbar-color: unset;
|
||||
}
|
||||
// 日期选择框 右侧重叠的问题
|
||||
.ant-calendar-picker-input.ant-input {
|
||||
padding-right: 30px;
|
||||
}
|
||||
Reference in New Issue
Block a user