9d8a5e0c by renchao@pashanhoo.com

style:个人信息

1 parent 8a948318
{
"TITLE": "汉中市数据上报系统",
"THEME": "sb",
"CODE": "BDCSBPT",
"THEME": "jg",
"CODE": "BDCJGPT",
"AREARMAP": "hanzhong",
"AREARNAME": "汉中市",
"SERVERAPI": "/bdcsjsb",
......
......@@ -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;
......