fix: 用户管理,字典管理上一下二布局影响table表格溢出不显示问题

This commit is contained in:
秋帆
2024-09-03 13:44:04 +08:00
parent 5cfb0d795a
commit 23ca50c99d
4 changed files with 40 additions and 29 deletions

View File

@@ -201,6 +201,7 @@
box-sizing: border-box;
display: flex;
flex-direction: column;
position: relative;
.header {
padding: 0 0 10px;
.title {
@@ -215,7 +216,6 @@
height: 20px;
font-size: 12px;
color: var(--color-text-3);
margin-top: 12px;
box-sizing: border-box;
display: flex;
justify-content: center;