[update 全局] 搜索部分label过长溢出隐藏

This commit is contained in:
danshihao
2024-07-18 14:41:56 +08:00
parent 533e07bd59
commit 17d35dc701
+6
View File
@@ -953,6 +953,12 @@
/* 搜索区域查询按钮样式 */
.table-page-search-wrapper {
.ant-form-item-label {
max-width: 50%;
overflow: hidden;
text-overflow: ellipsis;
white-space: nowrap;
}
.table-page-search-submitButtons {
margin-right: 11px;