Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Contribute to GitLab
Sign in
Toggle navigation
S
style_tool
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Bugzilla
Bugzilla
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
于广洋
style_tool
Commits
b361019e
Commit
b361019e
authored
Apr 13, 2020
by
cyh
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
树形控件样式调整
parent
208bbca5
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
3 additions
and
3 deletions
+3
-3
element-variables.scss
element-variables.scss
+2
-2
tree.scss
node_module/element-theme-chalk/src/tree.scss
+1
-1
No files found.
element-variables.scss
View file @
b361019e
...
@@ -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
;
...
...
node_module/element-theme-chalk/src/tree.scss
View file @
b361019e
...
@@ -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
:
2
6
px
;
height
:
2
8
px
;
cursor
:
pointer
;
cursor
:
pointer
;
&
>
.el-tree-node__expand-icon
{
&
>
.el-tree-node__expand-icon
{
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment