样式微调
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user