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

This commit is contained in:
wxg0103 2022-08-19 15:53:15 +08:00 committed by fit2-zhao
parent 26df7e6bc6
commit 9fd0a4ef97
1 changed files with 5 additions and 1 deletions

View File

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