7a045f2d by renchao@pashanhoo.com

style:监管样式

1 parent c314f120
{
"TITLE": "汉中市数据上报系统",
"THEME": "sb",
"LOGIN": "sb",
"CODE": "BDCSBPT",
"THEME": "jg",
"LOGIN": "jg",
"CODE": "BDCJGPT",
"AREARMAP": "610702",
"SERVERAPI": "/bdcsjsb",
"calcHeight": 160,
......
......@@ -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;
}
......