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