|
|
@@ -261,7 +261,7 @@ export default { |
|
|
|
} |
|
|
|
.tree_list_item { |
|
|
|
position: relative; |
|
|
|
height: 32px; |
|
|
|
height: 40px; |
|
|
|
padding-left: 16px + 8px; |
|
|
|
border-radius: 5px; |
|
|
|
cursor: pointer; |
|
|
@@ -272,7 +272,7 @@ export default { |
|
|
|
&_label { |
|
|
|
color: #fff; |
|
|
|
font-size: 12px; |
|
|
|
line-height: 32px; |
|
|
|
line-height: 40px; |
|
|
|
} |
|
|
|
.el-icon-models { |
|
|
|
position: absolute; |
|
|
|