style(接口定义): 场景变量列表去掉全选样式
This commit is contained in:
parent
26df7e6bc6
commit
9fd0a4ef97
|
@ -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>
|
||||
|
|
Loading…
Reference in New Issue