style: 管理员页面搜索框label宽度

This commit is contained in:
2025-12-19 09:55:45 +08:00
parent 688fb3daa0
commit fd0ec4f7ff
2 changed files with 2 additions and 2 deletions

View File

@@ -1362,7 +1362,7 @@ tr > .ant-picker-cell-in-view.ant-picker-cell-range-hover-start:last-child::afte
}
.admin_page .admin_state_item > span {
white-space: nowrap;
width: 13rem;
min-width: 13rem;
}
.admin_page .admin_state_item > span > span {
color: red;

View File

@@ -1494,7 +1494,7 @@ tr > .ant-picker-cell-in-view.ant-picker-cell-range-hover-start:last-child::afte
align-items: center;
>span{
white-space: nowrap;
width: 13rem;
min-width: 13rem;
>span{
color: red;
}