[fix bug] 抽屉、modal 中label全部隐藏。 日期组件右侧边框增大 防止重叠

This commit is contained in:
fengchenchen
2024-08-01 18:59:28 +08:00
parent c4429ca023
commit 9b67504fe2
+9
View File
@@ -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;
@@ -988,4 +993,8 @@
}
/deep/ .ant-table-hide-scrollbar {
scrollbar-color: unset;
}
// 日期选择框 右侧重叠的问题
.ant-calendar-picker-input.ant-input {
padding-right: 30px;
}