Merge remote-tracking branch 'origin/master'

This commit is contained in:
lideqin
2024-08-01 19:00:49 +08:00
+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;
}