Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
F
finance-manage
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
finance-oa
finance-manage
Commits
3f1427ee
Commit
3f1427ee
authored
May 06, 2021
by
leizhuogogo
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
update ruoyi-ui/src/assets/styles/element-ui.scss.
parent
62081aeb
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
92 additions
and
84 deletions
+92
-84
ruoyi-ui/src/assets/styles/element-ui.scss
ruoyi-ui/src/assets/styles/element-ui.scss
+92
-84
No files found.
ruoyi-ui/src/assets/styles/element-ui.scss
View file @
3f1427ee
// cover some element-ui styles
// cover some element-ui styles
.el-breadcrumb__inner
,
.el-breadcrumb__inner
,
.el-breadcrumb__inner
a
{
.el-breadcrumb__inner
a
{
font-weight
:
400
!
important
;
font-weight
:
400
!
important
;
}
}
.el-upload
{
.el-upload
{
input
[
type
=
"file"
]
{
input
[
type
=
"file"
]
{
display
:
none
!
important
;
display
:
none
!
important
;
}
}
}
}
.el-upload__input
{
.el-upload__input
{
display
:
none
;
display
:
none
;
}
}
.cell
{
.cell
{
.el-tag
{
.el-tag
{
margin-right
:
0px
;
margin-right
:
0px
;
}
}
}
}
.small-padding
{
.small-padding
{
.cell
{
.cell
{
padding-left
:
5px
;
padding-left
:
5px
;
padding-right
:
5px
;
padding-right
:
5px
;
}
}
}
}
.fixed-width
{
.fixed-width
{
.el-button--mini
{
.el-button--mini
{
padding
:
7px
10px
;
padding
:
7px
10px
;
width
:
60px
;
width
:
60px
;
}
}
}
}
.status-col
{
.status-col
{
.cell
{
.cell
{
padding
:
0
10px
;
padding
:
0
10px
;
text-align
:
center
;
text-align
:
center
;
.el-tag
{
.el-tag
{
margin-right
:
0px
;
margin-right
:
0px
;
}
}
}
}
}
}
// to fixed https://github.com/ElemeFE/element/issues/2461
// to fixed https://github.com/ElemeFE/element/issues/2461
.el-dialog
{
.el-dialog
{
transform
:
none
;
transform
:
none
;
left
:
0
;
left
:
0
;
position
:
relative
;
position
:
relative
;
margin
:
0
auto
;
margin
:
0
auto
;
}
}
// refine element ui upload
// refine element ui upload
.upload-container
{
.upload-container
{
.el-upload
{
.el-upload
{
width
:
100%
;
width
:
100%
;
.el-upload-dragger
{
.el-upload-dragger
{
width
:
100%
;
width
:
100%
;
height
:
200px
;
height
:
200px
;
}
}
}
}
}
}
// dropdown
// dropdown
.el-dropdown-menu
{
.el-dropdown-menu
{
a
{
a
{
display
:
block
display
:
block
}
}
}
}
// fix date-picker ui bug in filter-item
// fix date-picker ui bug in filter-item
.el-range-editor.el-input__inner
{
.el-range-editor.el-input__inner
{
display
:
inline-flex
!
important
;
display
:
inline-flex
!
important
;
}
}
// to fix el-date-picker css style
// to fix el-date-picker css style
.el-range-separator
{
.el-range-separator
{
box-sizing
:
content-box
;
box-sizing
:
content-box
;
}
}
.el-menu--collapse
>
div
>
.el-submenu
>
.el-submenu__title
.el-submenu__icon-arrow
{
display
:
none
;
}
\ No newline at end of file
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