Commit b361019e authored by cyh's avatar cyh

树形控件样式调整

parent 208bbca5
...@@ -905,9 +905,9 @@ $--tag-padding: 0 10px !default; ...@@ -905,9 +905,9 @@ $--tag-padding: 0 10px !default;
/* Tree /* Tree
-------------------------- */ -------------------------- */
/// color||Color|0 /// color||Color|0
$--tree-node-hover-background-color: $--background-color-base !default; $--tree-node-hover-background-color: $--color-primary-background-plain-hover !default;
/// color||Color|0 /// color||Color|0
$--tree-font-color: $--color-text-regular !default; $--tree-font-color: $--color-text-primary !default;
/// color||Color|0 /// color||Color|0
$--tree-expand-icon-color: $--color-text-placeholder !default; $--tree-expand-icon-color: $--color-text-placeholder !default;
......
...@@ -54,7 +54,7 @@ ...@@ -54,7 +54,7 @@
@include e(content) { @include e(content) {
display: flex; display: flex;
align-items: center; align-items: center;
height: 26px; height: 28px;
cursor: pointer; cursor: pointer;
& > .el-tree-node__expand-icon { & > .el-tree-node__expand-icon {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment