9d8a5e0c by renchao@pashanhoo.com

style:个人信息

1 parent 8a948318
1 { 1 {
2 "TITLE": "汉中市数据上报系统", 2 "TITLE": "汉中市数据上报系统",
3 "THEME": "sb", 3 "THEME": "jg",
4 "CODE": "BDCSBPT", 4 "CODE": "BDCJGPT",
5 "AREARMAP": "hanzhong", 5 "AREARMAP": "hanzhong",
6 "AREARNAME": "汉中市", 6 "AREARNAME": "汉中市",
7 "SERVERAPI": "/bdcsjsb", 7 "SERVERAPI": "/bdcsjsb",
......
...@@ -1213,11 +1213,24 @@ ...@@ -1213,11 +1213,24 @@
1213 } 1213 }
1214 } 1214 }
1215 1215
1216 .information {
1217 .contentbox {
1218 height: 60vh;
1219 }
1220 }
1221
1216 // 修改基本信息界面样式 1222 // 修改基本信息界面样式
1217 .informationbase { 1223 .informationbase {
1218 margin: 0.1875rem 1.0417rem; 1224 margin: 0.1875rem 1.0417rem;
1219 overflow-y: auto; 1225 overflow-y: auto;
1220 1226
1227 .el-input__inner {
1228 background: #07388B;
1229 border-radius: 2px;
1230 color: #E3F1FF !important;
1231 border: 1px solid #6BC1FC;
1232 }
1233
1221 .form-wrapper { 1234 .form-wrapper {
1222 padding: 0px 120px 0px; 1235 padding: 0px 120px 0px;
1223 1236
......