[update 全局] 搜索部分label过长溢出隐藏
This commit is contained in:
@@ -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;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user