Skip to content
Toggle navigation
Toggle navigation
This project
Loading...
Sign in
bdc
/
bdcjg-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
3a56969d
authored
2023-03-17 13:26:18 +0800
by
任超
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
style:button 样式修改
1 parent
ff665be0
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
9 additions
and
3 deletions
src/styles/element-ui.scss
src/styles/element-ui.scss
View file @
3a56969
...
...
@@ -487,6 +487,12 @@ table td {
}
}
.el-button--text
{
display
:
flex
;
align-items
:
center
;
justify-content
:
center
;
}
// 时间组件input框部分
.el-date-editor
{
...
...
@@ -526,9 +532,9 @@ table td {
.el-menu--horizontal
.el-menu
.el-menu-item.is-active
,
.el-menu--horizontal
.el-menu--popup
.el-menu-item
:not
(
.is-disabled
)
:focus
{
background
:
url("~@/image/xzslitembg.png")
no-repeat
;
background-size
:
100%
100%
;
color
:
#FFFFFF
!
important
;
font-weight
:
700
;
background-size
:
100%
100%
;
color
:
#FFFFFF
!
important
;
font-weight
:
700
;
}
.el-select-dropdown__item.hover
,
...
...
Please
register
or
sign in
to post a comment