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
7a045f2d
authored
2023-04-12 14:01:24 +0800
by
renchao@pashanhoo.com
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
style:监管样式
1 parent
c314f120
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
18 additions
and
26 deletions
public/config.json
src/styles/jgPublic.scss
public/config.json
View file @
7a045f2
{
"TITLE"
:
"汉中市数据上报系统"
,
"THEME"
:
"
sb
"
,
"LOGIN"
:
"
sb
"
,
"CODE"
:
"BDC
SB
PT"
,
"THEME"
:
"
jg
"
,
"LOGIN"
:
"
jg
"
,
"CODE"
:
"BDC
JG
PT"
,
"AREARMAP"
:
"610702"
,
"SERVERAPI"
:
"/bdcsjsb"
,
"calcHeight"
:
160
,
...
...
src/styles/jgPublic.scss
View file @
7a045f2
...
...
@@ -1263,31 +1263,31 @@
position
:
relative
;
padding
:
10px
;
/
deep
/
.el-select
{
.el-select
{
width
:
100%
;
}
/
deep
/
.el-form-item__error
{
.el-form-item__error
{
right
:
25px
;
top
:
15px
;
text-align
:
right
;
pointer-events
:
none
;
}
/
deep
/
.el-date-editor
{
.el-date-editor
{
width
:
100%
;
}
/
deep
/
.el-date-editor--date
{
.el-date-editor--date
{
width
:
100%
;
}
/
deep
/
.el-cascader
{
.el-cascader
{
width
:
100%
;
}
// table 样式
/
deep
/
.el-form-item__label
{
.el-form-item__label
{
border-right
:
none
;
text-align
:
center
;
padding
:
0
;
...
...
@@ -1297,7 +1297,7 @@
margin-top
:
8px
!
important
;
}
/
deep
/
.el-form-item__content
{
.el-form-item__content
{
display
:
flex
;
margin-right
:
-1px
;
}
...
...
@@ -1310,7 +1310,7 @@
color
:
#FFFFFF
;
}
/
deep
/
.el-textarea__inner
{
.el-textarea__inner
{
margin
:
5px
;
width
:
96%
;
background
:
none
;
...
...
@@ -1319,27 +1319,19 @@
border
:
1px
solid
#6BC1FC
;
}
/
deep
/
.el-input-number
{
.el-input-number
{
width
:
100%
;
}
/
deep
/
.el-input-number__increase
{
background
:
#05275B
;
color
:
#FFFFFF
;
border
:
none
;
right
:
7px
;
top
:
2px
;
.el-input-number__increase
{
display
:
none
;
}
/
deep
/
.el-input-number__decrease
{
background
:
#05275B
;
color
:
#FFFFFF
;
border
:
none
;
right
:
7px
;
bottom
:
10px
;
.el-input-number__decrease
{
display
:
none
;
}
/
deep
/
.el-input__inner
{
.el-input__inner
{
margin
:
5px
;
width
:
96%
;
background
:
#05275B
;
...
...
@@ -1349,7 +1341,7 @@
}
/
deep
/
.el-form-item
{
.el-form-item
{
margin-bottom
:
0
;
margin-top
:
-1px
;
}
...
...
Please
register
or
sign in
to post a comment