样式微调

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

@@ -193,7 +193,7 @@ const detectionOptions = ref([
//
// })
// }
clearData()
emit('update:visible', false); // 关闭对话框
};
@@ -255,6 +255,16 @@ const detectionOptions = ref([
<style scoped lang="scss">
:deep(.dialog-big .el-dialog__body){
max-height: 840px !important;
}
// :deep(.dialog-big){
// max-height: 840px !important;
// }
// :deep(.el-dialog__body){
// max-height: 840px !important;
// }
.steps-container :deep(.test-head-steps){
height: 80px;
margin-bottom: 10px;