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
41912b00
authored
2023-03-27 13:51:07 +0800
by
renchao@pashanhoo.com
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
style:样式修改完成
1 parent
a933b27a
Show whitespace changes
Inline
Side-by-side
Showing
5 changed files
with
42 additions
and
13 deletions
src/styles/_themes.scss
src/styles/jgElement-ui.scss
src/styles/jgPublic.scss
src/styles/sbElement-ui.scss
src/styles/sbPublic.scss
src/styles/_themes.scss
View file @
41912b0
...
...
@@ -15,7 +15,13 @@ $themes: (blue: ( //背景
tagsActiveText
:
#4162D8
,
//
操纵
btn
btnBg
:
#4162D8
,
btnColor
:
#4162D8
)
,
btnColor
:
#4162D8
,
//
table
样式相关
pagBg
:
rgba
(
65
,
98
,
216
,
0
.1
)
,
pagBorderColor
:
#D9D9D9
,
pagText
:
#4A4A4A
,
pagActiveText
:
#4162D8
,
)
,
green
:
(
navbg
:
#0F8B80
,
menuBg
:
#121A2E
,
...
...
src/styles/jgElement-ui.scss
View file @
41912b0
...
...
@@ -9,12 +9,6 @@
line-height
:
16px
;
}
//input
.el-input__inner
{
color
:
#FFFFFF
!
important
;
padding
:
0
7px
!
important
;
}
// input 样式
// 全局css 加上以下代码,可以隐藏上下箭头
...
...
@@ -429,10 +423,6 @@ table td {
background
:
color
#074487
;
}
.el-input__inner
{
background-color
:
#074487
;
}
.el-input.is-disabled
.el-input__inner
{
background-color
:
#074487
;
}
...
...
src/styles/jgPublic.scss
View file @
41912b0
...
...
@@ -53,6 +53,12 @@
background-color
:
rgba
(
0
,
0
,
0
,
0
);
}
//input
.el-input__inner
{
color
:
#FFFFFF
!
important
;
padding
:
0
7px
!
important
;
}
// 查询表单样式
.from-clues
{
height
:
100%
;
...
...
@@ -77,7 +83,7 @@
.el-input__inner
{
background
:
#07388B
;
border-radius
:
2px
;
color
:
#
CEF8FF
!
important
;
color
:
#
7A7A7A
!
important
;
border
:
1px
solid
#6BC1FC
;
}
...
...
src/styles/sbElement-ui.scss
View file @
41912b0
@import
"~@/styles/_handle.scss"
;
// cover some element-ui styles
.el-breadcrumb__inner
,
.el-breadcrumb__inner
a
{
...
...
@@ -172,6 +174,25 @@ input[type="number"] {
color
:
#4A4A4A
;
}
.el-pagination.is-background
.btn-prev
,
.el-pagination.is-background
.btn-next
,
.el-pagination.is-background
.el-pager
li
{
@include
borderColor
(
"pagBorderColor"
);
background-color
:
#FFFFFF
;
@include
font_color
(
"pagText"
);
}
.el-pagination.is-background
.el-pager
li
:not
(
.disabled
)
.active
{
@include
background
(
"pagBg"
);
border-radius
:
4px
;
@include
font_color
(
"pagActiveText"
);
@include
borderColor
(
"pagActiveText"
);
}
.el-table__header
th
{
background-color
:
#F1F3F7
!
important
;
}
.el-table
tr
td
{
font-size
:
14px
;
color
:
#7A7A7A
;
...
...
src/styles/sbPublic.scss
View file @
41912b0
@import
'~@/styles/sbElement-ui.scss'
;
@import
"~@/styles/_handle.scss"
;
//input
.el-input__inner
{
color
:
#7A7A7A
!
important
;
padding
:
0
7px
!
important
;
}
.from-clues
{
height
:
100%
;
width
:
100%
;
...
...
@@ -10,7 +16,7 @@
&
-header
{
width
:
100%
;
padding
:
10
px
15px
10px
15px
;
padding
:
7
px
15px
10px
15px
;
box-sizing
:
border-box
;
background-size
:
100%
100%
;
background
:
#FFFFFF
;
...
...
Please
register
or
sign in
to post a comment