style(接口定义): 场景变量列表去掉全选样式 (#17127)
Co-authored-by: wxg0103 <727495428@qq.com>
This commit is contained in:
parent
1f0d9a0d21
commit
268785dc3d
|
@ -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