7a045f2d by renchao@pashanhoo.com

style:监管样式

1 parent c314f120
1 { 1 {
2 "TITLE": "汉中市数据上报系统", 2 "TITLE": "汉中市数据上报系统",
3 "THEME": "sb", 3 "THEME": "jg",
4 "LOGIN": "sb", 4 "LOGIN": "jg",
5 "CODE": "BDCSBPT", 5 "CODE": "BDCJGPT",
6 "AREARMAP": "610702", 6 "AREARMAP": "610702",
7 "SERVERAPI": "/bdcsjsb", 7 "SERVERAPI": "/bdcsjsb",
8 "calcHeight": 160, 8 "calcHeight": 160,
......
...@@ -1263,31 +1263,31 @@ ...@@ -1263,31 +1263,31 @@
1263 position: relative; 1263 position: relative;
1264 padding: 10px; 1264 padding: 10px;
1265 1265
1266 /deep/.el-select { 1266 .el-select {
1267 width: 100%; 1267 width: 100%;
1268 } 1268 }
1269 1269
1270 /deep/.el-form-item__error { 1270 .el-form-item__error {
1271 right: 25px; 1271 right: 25px;
1272 top: 15px; 1272 top: 15px;
1273 text-align: right; 1273 text-align: right;
1274 pointer-events: none; 1274 pointer-events: none;
1275 } 1275 }
1276 1276
1277 /deep/.el-date-editor { 1277 .el-date-editor {
1278 width: 100%; 1278 width: 100%;
1279 } 1279 }
1280 1280
1281 /deep/.el-date-editor--date { 1281 .el-date-editor--date {
1282 width: 100%; 1282 width: 100%;
1283 } 1283 }
1284 1284
1285 /deep/.el-cascader { 1285 .el-cascader {
1286 width: 100%; 1286 width: 100%;
1287 } 1287 }
1288 1288
1289 // table 样式 1289 // table 样式
1290 /deep/.el-form-item__label { 1290 .el-form-item__label {
1291 border-right: none; 1291 border-right: none;
1292 text-align: center; 1292 text-align: center;
1293 padding: 0; 1293 padding: 0;
...@@ -1297,7 +1297,7 @@ ...@@ -1297,7 +1297,7 @@
1297 margin-top: 8px !important; 1297 margin-top: 8px !important;
1298 } 1298 }
1299 1299
1300 /deep/.el-form-item__content { 1300 .el-form-item__content {
1301 display: flex; 1301 display: flex;
1302 margin-right: -1px; 1302 margin-right: -1px;
1303 } 1303 }
...@@ -1310,7 +1310,7 @@ ...@@ -1310,7 +1310,7 @@
1310 color: #FFFFFF; 1310 color: #FFFFFF;
1311 } 1311 }
1312 1312
1313 /deep/.el-textarea__inner { 1313 .el-textarea__inner {
1314 margin: 5px; 1314 margin: 5px;
1315 width: 96%; 1315 width: 96%;
1316 background: none; 1316 background: none;
...@@ -1319,27 +1319,19 @@ ...@@ -1319,27 +1319,19 @@
1319 border: 1px solid #6BC1FC; 1319 border: 1px solid #6BC1FC;
1320 } 1320 }
1321 1321
1322 /deep/.el-input-number { 1322 .el-input-number {
1323 width: 100%; 1323 width: 100%;
1324 } 1324 }
1325 1325
1326 /deep/.el-input-number__increase { 1326 .el-input-number__increase {
1327 background: #05275B; 1327 display: none;
1328 color: #FFFFFF;
1329 border: none;
1330 right: 7px;
1331 top: 2px;
1332 } 1328 }
1333 1329
1334 /deep/.el-input-number__decrease { 1330 .el-input-number__decrease {
1335 background: #05275B; 1331 display: none;
1336 color: #FFFFFF;
1337 border: none;
1338 right: 7px;
1339 bottom: 10px;
1340 } 1332 }
1341 1333
1342 /deep/.el-input__inner { 1334 .el-input__inner {
1343 margin: 5px; 1335 margin: 5px;
1344 width: 96%; 1336 width: 96%;
1345 background: #05275B; 1337 background: #05275B;
...@@ -1349,7 +1341,7 @@ ...@@ -1349,7 +1341,7 @@
1349 1341
1350 } 1342 }
1351 1343
1352 /deep/.el-form-item { 1344 .el-form-item {
1353 margin-bottom: 0; 1345 margin-bottom: 0;
1354 margin-top: -1px; 1346 margin-top: -1px;
1355 } 1347 }
......