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
0f706a21
authored
2023-03-21 09:57:34 +0800
by
任超
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
style:增加样式文件
1 parent
7a4fbc30
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
210 additions
and
3 deletions
src/styles/element-ui.scss → src/styles/jgElement-ui.scss
src/styles/jgPublic.scss
src/styles/sbElement-ui.scss
src/styles/sbPublic.scss
src/styles/
e
lement-ui.scss
→
src/styles/
jgE
lement-ui.scss
View file @
0f706a2
File moved
src/styles/jgPublic.scss
View file @
0f706a2
@import
'~@/styles/
e
lement-ui.scss'
;
@import
'~@/styles/
jgE
lement-ui.scss'
;
.tableClass
{
.el-table
{
...
...
@@ -464,7 +464,7 @@
.el-icon-arrow-right
{
width
:
2px
;
position
:
relative
;
left
:
-
10px
;
left
:
10px
;
color
:
#FFFFFF
;
}
...
...
src/styles/sbElement-ui.scss
0 → 100644
View file @
0f706a2
// cover some element-ui styles
.el-breadcrumb__inner
,
.el-breadcrumb__inner
a
{
font-weight
:
400
!
important
;
color
:
#686666
;
}
.el-table
.cell
{
line-height
:
16px
;
}
//input
.el-input__inner
{
color
:
#FFFFFF
!
important
;
padding
:
0
7px
!
important
;
}
// input 样式
// 全局css 加上以下代码,可以隐藏上下箭头
// 取消input的上下箭头
input
:
:-
webkit-inner-spin-button
{
-webkit-appearance
:
none
!
important
;
}
input
:
:-
webkit-outer-spin-button
{
-webkit-appearance
:
none
!
important
;
}
input
[
type
=
"number"
]
{
-moz-appearance
:
textfield
;
}
.el-upload
{
input
[
type
=
"file"
]
{
display
:
none
!
important
;
}
}
.el-upload__input
{
display
:
none
;
}
.cell
{
.el-tag
{
margin-right
:
0px
;
}
}
.small-padding
{
.cell
{
padding-left
:
5px
;
padding-right
:
5px
;
}
}
.fixed-width
{
.el-button--mini
{
padding
:
7px
10px
;
min-width
:
60px
;
}
}
.status-col
{
.cell
{
padding
:
0
10px
;
text-align
:
center
;
.el-tag
{
margin-right
:
0px
;
}
}
}
.el-icon-date
,
.el-icon-time
{
display
:
none
;
}
// to fixed https://github.com/ElemeFE/element/issues/2461
// refine element ui upload
.el-input.is-disabled
.el-input__inner
{
color
:
#FFFFFF
!
important
;
background-color
:
transparent
!
important
;
border
:
1px
solid
#224C7C
!
important
;
}
.upload-container
{
.el-upload
{
width
:
100%
;
.el-upload-dragger
{
width
:
100%
;
height
:
200px
;
}
}
}
// dropdown
.el-dropdown-menu
{
a
{
display
:
block
}
}
// fix date-picker ui bug in filter-item
.el-range-editor.el-input__inner
{
display
:
inline-flex
!
important
;
}
// to fix el-date-picker css style
.el-range-separator
{
box-sizing
:
content-box
;
}
.el-submenu__icon-arrow
{
margin-top
:
-5px
;
}
// element 样式补丁
.el-menu--horizontal
{
border-bottom
:
none
!
important
;
}
.el-radio-group
{
.el-radio-button__inner
{
height
:
36px
;
line-height
:
36px
;
padding
:
0
20px
;
font-size
:
14px
;
}
.el-radio-button
:first-child
{
border-radius
:
4px
0
0
4px
;
}
.el-radio-button
:last-child
{
border-radius
:
0
4px
4px
0
;
}
}
.el-tabs__item
:focus
.is-active.is-focus
:not
(
:active
)
{
box-shadow
:
none
!
important
;
}
// Divider 分割线 样式的修改
.el-divider--horizontal
{
margin
:
10px
0
!
important
;
}
.el-row
{
margin-bottom
:
0
!
important
;
}
// form
.el-form-item__content
{
margin-left
:
0
!
important
;
}
.el-icon-full-screen
,
.el-icon-rank
{
cursor
:
pointer
;
}
// 表格样式
.el-table
th
{
height
:
48px
!
important
;
font-size
:
14px
;
color
:
#4A4A4A
;
}
.el-table
tr
td
{
font-size
:
14px
;
color
:
#7A7A7A
;
}
.lb-table
.el-table
{
border-bottom
:
none
;
border-radius
:
4px
4px
0
0
;
}
.el-upload-list__item.is-success
:focus:not
(
:hover
)
.el-icon-close-tip
{
display
:
none
!
important
}
.el-message-box__btns
{
display
:
flex
;
flex-direction
:
row-reverse
;
}
.el-message-box__btns
.el-button--primary
{
margin-right
:
10px
;
}
.el-form-item__content
{
flex
:
1
;
}
.el-submenu__title
{
.svg-icon
{
position
:
relative
;
top
:
2px
;
}
}
\ No newline at end of file
src/styles/sbPublic.scss
View file @
0f706a2
@import
'~@/styles/
e
lement-ui.scss'
;
@import
'~@/styles/
sbE
lement-ui.scss'
;
.from-clues
{
height
:
100%
;
...
...
Please
register
or
sign in
to post a comment