修改样式问题

This commit is contained in:
GGJ
2024-12-05 11:07:54 +08:00
parent 7d5d128b54
commit 92df927453
5 changed files with 185 additions and 151 deletions

View File

@@ -346,7 +346,7 @@ emit('update:testStatus',ts.value)
margin-bottom: 10px;
}
.right-content{
max-height: 400px;
/* max-height: 400px; */
}
.custom-tabs-label .el-icon {
@@ -356,4 +356,10 @@ emit('update:testStatus',ts.value)
vertical-align: middle;
margin-left: 4px;
}
.dialog-content{
height: 472px;
}
.el-tabs--border-card {
height: 435px;
}
</style>