Skip to content
Toggle navigation
Toggle navigation
This project
Loading...
Sign in
bdc
/
bdcdj-web
Go to a project
Toggle navigation
Toggle navigation pinning
Projects
Groups
Snippets
Help
Project
Activity
Repository
Pipelines
Graphs
Issues
0
Merge Requests
0
Wiki
Network
Create a new issue
Builds
Commits
Issue Boards
Files
Commits
Network
Compare
Branches
Tags
8ecd680d
authored
2024-01-17 15:11:57 +0800
by
renchao@pashanhoo.com
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
style:下拉框样式修改
1 parent
d58910c8
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
9 additions
and
0 deletions
src/styles/element-ui.scss
src/styles/element-ui.scss
View file @
8ecd680
...
...
@@ -10,6 +10,9 @@
line-height
:
16px
;
}
.vue-treeselect--disabled
.vue-treeselect__control
{
background-color
:
#F5F7FA
!
important
;
}
...
...
@@ -18,6 +21,12 @@
color
:
#909399
!
important
;
}
.vue-treeselect__option
{
/* 添加你的自定义样式 */
font-size
:
14px
;
color
:
#606266
;
}
//input
.el-input__inner
{
padding
:
0
7px
!
important
;
...
...
Please
register
or
sign in
to post a comment