FIX 菜单管理字典管理左侧树按钮样式
This commit is contained in:
parent
70f7310dea
commit
600e9cc7c3
|
@ -42,7 +42,6 @@
|
|||
.el-drawer__header>:first-child {font-size: 17px;font-weight: bold;}
|
||||
.el-tree.menu .el-tree-node__content {height:36px;}
|
||||
.el-tree.menu .el-tree-node__content .el-tree-node__label .icon {margin-right: 5px;}
|
||||
.el-tree.menu .el-tree-node__label {display: flex;flex: 1;height:100%;}
|
||||
.el-progress__text {font-size: 12px!important;}
|
||||
.el-progress__text i {font-size: 14.4px!important;}
|
||||
.el-step.is-horizontal .el-step__line {height:1px;}
|
||||
|
|
|
@ -324,6 +324,7 @@
|
|||
</script>
|
||||
|
||||
<style scoped>
|
||||
.menu:deep(.el-tree-node__label) {display: flex;flex: 1;height:100%;}
|
||||
.custom-tree-node {display: flex;flex: 1;align-items: center;justify-content: space-between;font-size: 14px;padding-right: 24px;height:100%;}
|
||||
.custom-tree-node .code {font-size: 12px;color: #999;}
|
||||
.custom-tree-node .do {display: none;}
|
||||
|
|
|
@ -153,6 +153,7 @@
|
|||
</script>
|
||||
|
||||
<style scoped>
|
||||
.menu:deep(.el-tree-node__label) {display: flex;flex: 1;height:100%;}
|
||||
.custom-tree-node {display: flex;flex: 1;align-items: center;justify-content: space-between;font-size: 14px;height:100%;padding-right:24px;}
|
||||
.custom-tree-node .label {display: flex;align-items: center;;height: 100%;}
|
||||
.custom-tree-node .label .el-tag {margin-left: 5px;}
|
||||
|
|
Loading…
Reference in New Issue