优化后台表格显示

This commit is contained in:
Anyon 2020-07-05 19:21:10 +08:00
parent fb55b761ca
commit fb118970a4
3 changed files with 4 additions and 2 deletions

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

View File

@ -50,7 +50,9 @@
}
.table-block {
width: 100%;
display: table !important;
box-sizing: border-box;
}
.inline-block {