style(接口定义): 场景变量列表去掉全选样式 (#17127)

Co-authored-by: wxg0103 <727495428@qq.com>
This commit is contained in:
MeterSphere Bot 2022-08-19 16:04:24 +08:00 committed by GitHub
parent 1f0d9a0d21
commit 268785dc3d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 5 additions and 1 deletions

View File

@ -608,7 +608,7 @@ export default {
};
</script>
<style>
<style scoped>
.ms-variable-hidden-row {
display: none;
}
@ -642,4 +642,8 @@ fieldset {
margin-right: 10px;
}
/deep/ .table-select-icon {
display: none !important;
}
</style>