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
9d8a5e0c
authored
2023-04-04 14:59:12 +0800
by
renchao@pashanhoo.com
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
style:个人信息
1 parent
8a948318
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
15 additions
and
2 deletions
public/config.json
src/styles/jgPublic.scss
public/config.json
View file @
9d8a5e0
{
"TITLE"
:
"汉中市数据上报系统"
,
"THEME"
:
"
sb
"
,
"CODE"
:
"BDC
SB
PT"
,
"THEME"
:
"
jg
"
,
"CODE"
:
"BDC
JG
PT"
,
"AREARMAP"
:
"hanzhong"
,
"AREARNAME"
:
"汉中市"
,
"SERVERAPI"
:
"/bdcsjsb"
,
...
...
src/styles/jgPublic.scss
View file @
9d8a5e0
...
...
@@ -1213,11 +1213,24 @@
}
}
.information
{
.contentbox
{
height
:
60vh
;
}
}
// 修改基本信息界面样式
.informationbase
{
margin
:
0
.1875rem
1
.0417rem
;
overflow-y
:
auto
;
.el-input__inner
{
background
:
#07388B
;
border-radius
:
2px
;
color
:
#E3F1FF
!
important
;
border
:
1px
solid
#6BC1FC
;
}
.form-wrapper
{
padding
:
0px
120px
0px
;
...
...
Please
register
or
sign in
to post a comment