样式优化

This commit is contained in:
gaofy 2023-12-27 16:59:31 +08:00
parent abbc3ae72e
commit 4676fbf826
2 changed files with 6 additions and 2 deletions

View File

@ -146,9 +146,13 @@ const saveData = async () => {
display: flex;
flex-wrap: wrap;
max-height: 300px;
overflow-y: auto;
.iconfont-item {
width: 50px;
height: 50px;
line-height: 50px;
text-align: center;
font-size: 30px;
padding: 10px;
&:hover {
background: rgba($main-color, .1);
}

View File

@ -574,7 +574,7 @@ const tableItemCancel = (e: any) => {
height: 100%;
&>h3 {
font-size: 20px;
font-size: 26px;
color: $main-color;
line-height: 30px;
margin-bottom: 20px;