🎉 修复tree样式影响全局的问题

dev
smallchill 5 years ago
parent d64326ba3f
commit 16bd9cb3dd
  1. 12
      src/views/authority/role.vue

@ -378,15 +378,3 @@
}
};
</script>
<style>
.el-tree {
width: 100%;
overflow-x: scroll;
}
.el-tree > .el-tree-node {
min-width: 100%;
display: inline-block !important;
}
</style>

Loading…
Cancel
Save