样式微调

This commit is contained in:
GYYM
2024-11-22 10:46:10 +08:00
parent 44f8d43775
commit 6137ac18b7
8 changed files with 47 additions and 24 deletions

View File

@@ -1190,8 +1190,7 @@ watch(ts, function (newValue, oldValue) {
--el-table-tr-bg-color: var(--el-color-success-light-9);
}
:deep(.dialog){
height: 900px !important;
.dialog{
display: flex;
flex-direction: column;
}
@@ -1203,6 +1202,10 @@ watch(ts, function (newValue, oldValue) {
margin-right:10px;
margin-bottom:10px;
}
.dialog-content{
max-height: 545px;
overflow-y: auto;
}
.dialog-log{
max-height: 50px;