调整宽度布局

This commit is contained in:
龚皓 2024-10-18 14:41:53 +08:00
parent 484e36b964
commit 7834169b50
1 changed files with 1 additions and 1 deletions

View File

@ -263,7 +263,7 @@ const handleDeleteSelected = () => {
overflow: auto;
/* min-height: 650px; */
/* height: 100vh; */
max-width: 1500px;
max-width: 100%;
}
.user-table{