element-ui-root 1.6.1 → 1.6.5
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/index.common.js +82 -30
- package/dist/index.css +1 -1
- package/dist/index.umd.js +82 -30
- package/dist/index.umd.min.js +2 -2
- package/package.json +1 -1
package/dist/index.common.js
CHANGED
|
@@ -14551,10 +14551,16 @@ var AformItem = function AformItem(a) {
|
|
|
14551
14551
|
/* harmony default export */ __webpack_exports__["default"] = ({
|
|
14552
14552
|
name: 'AfSearch',
|
|
14553
14553
|
props: {
|
|
14554
|
+
margin: {
|
|
14555
|
+
type: String,
|
|
14556
|
+
default: function _default() {
|
|
14557
|
+
return '0';
|
|
14558
|
+
}
|
|
14559
|
+
},
|
|
14554
14560
|
size: {
|
|
14555
14561
|
type: String,
|
|
14556
14562
|
default: function _default() {
|
|
14557
|
-
return '
|
|
14563
|
+
return 'small';
|
|
14558
14564
|
}
|
|
14559
14565
|
},
|
|
14560
14566
|
inline: {
|
|
@@ -14602,7 +14608,7 @@ var AformItem = function AformItem(a) {
|
|
|
14602
14608
|
verify: {
|
|
14603
14609
|
type: Boolean,
|
|
14604
14610
|
default: function _default() {
|
|
14605
|
-
return
|
|
14611
|
+
return false;
|
|
14606
14612
|
}
|
|
14607
14613
|
},
|
|
14608
14614
|
loading: {
|
|
@@ -14782,7 +14788,10 @@ var AformItem = function AformItem(a) {
|
|
|
14782
14788
|
|
|
14783
14789
|
var count = Object.keys(this.config).length;
|
|
14784
14790
|
return count > 0 && h("keep-alive", [h("div", {
|
|
14785
|
-
"class": "a-f-search"
|
|
14791
|
+
"class": "a-f-search",
|
|
14792
|
+
"style": {
|
|
14793
|
+
padding: this.margin
|
|
14794
|
+
}
|
|
14786
14795
|
}, [h("el-form", _vue_babel_helper_vue_jsx_merge_props__WEBPACK_IMPORTED_MODULE_0___default()([{
|
|
14787
14796
|
"ref": "form",
|
|
14788
14797
|
"attrs": {
|
|
@@ -17298,10 +17307,12 @@ __webpack_require__.r(__webpack_exports__);
|
|
|
17298
17307
|
methods: {
|
|
17299
17308
|
currentChange: function currentChange(page) {
|
|
17300
17309
|
this.pages.page = page;
|
|
17310
|
+
this.$emit('change', this.pages);
|
|
17301
17311
|
this.$emit('changePage', this.pages);
|
|
17302
17312
|
},
|
|
17303
17313
|
sizeChange: function sizeChange(size) {
|
|
17304
17314
|
this.pages.size = size;
|
|
17315
|
+
this.$emit('change', this.pages);
|
|
17305
17316
|
this.$emit('changeSize', this.pages);
|
|
17306
17317
|
}
|
|
17307
17318
|
},
|
|
@@ -19965,12 +19976,14 @@ __webpack_require__.r(__webpack_exports__);
|
|
|
19965
19976
|
/* harmony import */ var core_js_modules_es_object_to_string_js__WEBPACK_IMPORTED_MODULE_5___default = /*#__PURE__*/__webpack_require__.n(core_js_modules_es_object_to_string_js__WEBPACK_IMPORTED_MODULE_5__);
|
|
19966
19977
|
/* harmony import */ var core_js_modules_web_dom_collections_for_each_js__WEBPACK_IMPORTED_MODULE_6__ = __webpack_require__("b461");
|
|
19967
19978
|
/* harmony import */ var core_js_modules_web_dom_collections_for_each_js__WEBPACK_IMPORTED_MODULE_6___default = /*#__PURE__*/__webpack_require__.n(core_js_modules_web_dom_collections_for_each_js__WEBPACK_IMPORTED_MODULE_6__);
|
|
19968
|
-
/* harmony import */ var
|
|
19969
|
-
/* harmony import */ var
|
|
19979
|
+
/* harmony import */ var core_js_modules_es_object_keys_js__WEBPACK_IMPORTED_MODULE_7__ = __webpack_require__("f1d3");
|
|
19980
|
+
/* harmony import */ var core_js_modules_es_object_keys_js__WEBPACK_IMPORTED_MODULE_7___default = /*#__PURE__*/__webpack_require__.n(core_js_modules_es_object_keys_js__WEBPACK_IMPORTED_MODULE_7__);
|
|
19970
19981
|
/* harmony import */ var core_js_modules_es_function_name_js__WEBPACK_IMPORTED_MODULE_8__ = __webpack_require__("c639");
|
|
19971
19982
|
/* harmony import */ var core_js_modules_es_function_name_js__WEBPACK_IMPORTED_MODULE_8___default = /*#__PURE__*/__webpack_require__.n(core_js_modules_es_function_name_js__WEBPACK_IMPORTED_MODULE_8__);
|
|
19972
|
-
/* harmony import */ var
|
|
19973
|
-
/* harmony import */ var
|
|
19983
|
+
/* harmony import */ var core_js_modules_es_array_map_js__WEBPACK_IMPORTED_MODULE_9__ = __webpack_require__("8a84");
|
|
19984
|
+
/* harmony import */ var core_js_modules_es_array_map_js__WEBPACK_IMPORTED_MODULE_9___default = /*#__PURE__*/__webpack_require__.n(core_js_modules_es_array_map_js__WEBPACK_IMPORTED_MODULE_9__);
|
|
19985
|
+
/* harmony import */ var core_js_modules_es_array_filter_js__WEBPACK_IMPORTED_MODULE_10__ = __webpack_require__("ce2f");
|
|
19986
|
+
/* harmony import */ var core_js_modules_es_array_filter_js__WEBPACK_IMPORTED_MODULE_10___default = /*#__PURE__*/__webpack_require__.n(core_js_modules_es_array_filter_js__WEBPACK_IMPORTED_MODULE_10__);
|
|
19974
19987
|
|
|
19975
19988
|
|
|
19976
19989
|
var _excluded = ["form", "text", "label", "title", "field", "dicts", "table"];
|
|
@@ -19983,6 +19996,7 @@ var _excluded = ["form", "text", "label", "title", "field", "dicts", "table"];
|
|
|
19983
19996
|
|
|
19984
19997
|
|
|
19985
19998
|
|
|
19999
|
+
|
|
19986
20000
|
// import Aupload from '@/components/Aupload/Icon';
|
|
19987
20001
|
// import Aeditor from '@/components/Aeditor/WangEditor';
|
|
19988
20002
|
// const AiconSelect = () => import('@/components/AiconSelect');
|
|
@@ -20094,6 +20108,17 @@ var Aupload = function Aupload(a) {
|
|
|
20094
20108
|
|
|
20095
20109
|
var h = this.$createElement;
|
|
20096
20110
|
var words = text || label || title;
|
|
20111
|
+
|
|
20112
|
+
var labels = function labels() {
|
|
20113
|
+
var a = arguments.length > 0 && arguments[0] !== undefined ? arguments[0] : {};
|
|
20114
|
+
return Object.keys(a).length > 1 ? a.label || a.title || a.name || a.text : a;
|
|
20115
|
+
};
|
|
20116
|
+
|
|
20117
|
+
var values = function values() {
|
|
20118
|
+
var a = arguments.length > 0 && arguments[0] !== undefined ? arguments[0] : {};
|
|
20119
|
+
return Object.keys(a).length > 1 ? a.value || a.code || a.id : a;
|
|
20120
|
+
};
|
|
20121
|
+
|
|
20097
20122
|
if (!props.type) return h("el-input", {
|
|
20098
20123
|
"attrs": {
|
|
20099
20124
|
"clearable": true,
|
|
@@ -20237,16 +20262,16 @@ var Aupload = function Aupload(a) {
|
|
|
20237
20262
|
return h("el-option", {
|
|
20238
20263
|
"key": b,
|
|
20239
20264
|
"attrs": {
|
|
20240
|
-
"label": a
|
|
20241
|
-
"value": a
|
|
20265
|
+
"label": labels(a),
|
|
20266
|
+
"value": values(a)
|
|
20242
20267
|
}
|
|
20243
20268
|
});
|
|
20244
20269
|
}) : this.option.map(function (a, b) {
|
|
20245
20270
|
return h("el-option", {
|
|
20246
20271
|
"key": b,
|
|
20247
20272
|
"attrs": {
|
|
20248
|
-
"label": a
|
|
20249
|
-
"value": a
|
|
20273
|
+
"label": labels(a),
|
|
20274
|
+
"value": values(a)
|
|
20250
20275
|
}
|
|
20251
20276
|
});
|
|
20252
20277
|
})]);
|
|
@@ -20316,16 +20341,16 @@ var Aupload = function Aupload(a) {
|
|
|
20316
20341
|
return h("el-checkbox", {
|
|
20317
20342
|
"key": b,
|
|
20318
20343
|
"attrs": {
|
|
20319
|
-
"label": a
|
|
20344
|
+
"label": values(a)
|
|
20320
20345
|
}
|
|
20321
|
-
}, [a
|
|
20346
|
+
}, [labels(a)]);
|
|
20322
20347
|
}) : this.dicts.map(function (a, b) {
|
|
20323
20348
|
return h("el-checkbox", {
|
|
20324
20349
|
"key": b,
|
|
20325
20350
|
"attrs": {
|
|
20326
|
-
"label": a
|
|
20351
|
+
"label": values(a)
|
|
20327
20352
|
}
|
|
20328
|
-
}, [a
|
|
20353
|
+
}, [labels(a)]);
|
|
20329
20354
|
})]);
|
|
20330
20355
|
|
|
20331
20356
|
case 'radio':
|
|
@@ -20349,16 +20374,16 @@ var Aupload = function Aupload(a) {
|
|
|
20349
20374
|
return h("el-radio", {
|
|
20350
20375
|
"key": b,
|
|
20351
20376
|
"attrs": {
|
|
20352
|
-
"label": a
|
|
20377
|
+
"label": values(a)
|
|
20353
20378
|
}
|
|
20354
|
-
}, [a
|
|
20379
|
+
}, [labels(a)]);
|
|
20355
20380
|
}) : this.dicts.map(function (a, b) {
|
|
20356
20381
|
return h("el-radio", {
|
|
20357
20382
|
"key": b,
|
|
20358
20383
|
"attrs": {
|
|
20359
|
-
"label": a
|
|
20384
|
+
"label": values(a)
|
|
20360
20385
|
}
|
|
20361
|
-
}, [a
|
|
20386
|
+
}, [labels(a)]);
|
|
20362
20387
|
})]);
|
|
20363
20388
|
|
|
20364
20389
|
case 'switch':
|
|
@@ -47753,7 +47778,7 @@ var AformItem = function AformItem(a) {
|
|
|
47753
47778
|
size: {
|
|
47754
47779
|
type: String,
|
|
47755
47780
|
default: function _default() {
|
|
47756
|
-
return '
|
|
47781
|
+
return 'small';
|
|
47757
47782
|
}
|
|
47758
47783
|
},
|
|
47759
47784
|
inline: {
|
|
@@ -137262,6 +137287,12 @@ var AformItem = function AformItem(a) {
|
|
|
137262
137287
|
/* harmony default export */ __webpack_exports__["default"] = ({
|
|
137263
137288
|
name: 'Aform',
|
|
137264
137289
|
props: {
|
|
137290
|
+
margin: {
|
|
137291
|
+
type: String,
|
|
137292
|
+
default: function _default() {
|
|
137293
|
+
return '0';
|
|
137294
|
+
}
|
|
137295
|
+
},
|
|
137265
137296
|
pure: {
|
|
137266
137297
|
type: Boolean,
|
|
137267
137298
|
default: function _default() {
|
|
@@ -137277,7 +137308,7 @@ var AformItem = function AformItem(a) {
|
|
|
137277
137308
|
size: {
|
|
137278
137309
|
type: String,
|
|
137279
137310
|
default: function _default() {
|
|
137280
|
-
return '
|
|
137311
|
+
return 'small';
|
|
137281
137312
|
}
|
|
137282
137313
|
},
|
|
137283
137314
|
rules: {
|
|
@@ -137527,7 +137558,10 @@ var AformItem = function AformItem(a) {
|
|
|
137527
137558
|
submit = _this$$listeners.submit,
|
|
137528
137559
|
cancel = _this$$listeners.cancel;
|
|
137529
137560
|
return h("keep-alive", [h("div", {
|
|
137530
|
-
"class": !this.inline ? this.search ? 'a-form' : 'a-from vertical' : 'a-form'
|
|
137561
|
+
"class": !this.inline ? this.search ? 'a-form' : 'a-from vertical' : 'a-form',
|
|
137562
|
+
"style": {
|
|
137563
|
+
padding: this.margin
|
|
137564
|
+
}
|
|
137531
137565
|
}, [h("el-form", _vue_babel_helper_vue_jsx_merge_props__WEBPACK_IMPORTED_MODULE_0___default()([{
|
|
137532
137566
|
"ref": "form",
|
|
137533
137567
|
"attrs": {
|
|
@@ -139833,6 +139867,12 @@ var AformItem = function AformItem(a) {
|
|
|
139833
139867
|
/* harmony default export */ __webpack_exports__["default"] = ({
|
|
139834
139868
|
name: 'AfEditor',
|
|
139835
139869
|
props: {
|
|
139870
|
+
margin: {
|
|
139871
|
+
type: String,
|
|
139872
|
+
default: function _default() {
|
|
139873
|
+
return '0';
|
|
139874
|
+
}
|
|
139875
|
+
},
|
|
139836
139876
|
pure: {
|
|
139837
139877
|
type: Boolean,
|
|
139838
139878
|
default: function _default() {
|
|
@@ -139854,7 +139894,7 @@ var AformItem = function AformItem(a) {
|
|
|
139854
139894
|
size: {
|
|
139855
139895
|
type: String,
|
|
139856
139896
|
default: function _default() {
|
|
139857
|
-
return '
|
|
139897
|
+
return 'small';
|
|
139858
139898
|
}
|
|
139859
139899
|
},
|
|
139860
139900
|
rules: {
|
|
@@ -140133,7 +140173,10 @@ var AformItem = function AformItem(a) {
|
|
|
140133
140173
|
submit = _this$$listeners.submit,
|
|
140134
140174
|
cancel = _this$$listeners.cancel;
|
|
140135
140175
|
return Object.keys(this.config).length > 0 && h("keep-alive", [h("div", {
|
|
140136
|
-
"class": !this.inline ? 'a-f-editor vertical' : 'a-f-editor'
|
|
140176
|
+
"class": !this.inline ? 'a-f-editor vertical' : 'a-f-editor',
|
|
140177
|
+
"style": {
|
|
140178
|
+
padding: this.margin
|
|
140179
|
+
}
|
|
140137
140180
|
}, [h("el-form", _vue_babel_helper_vue_jsx_merge_props__WEBPACK_IMPORTED_MODULE_0___default()([{
|
|
140138
140181
|
"ref": "form",
|
|
140139
140182
|
"attrs": {
|
|
@@ -175997,10 +176040,16 @@ var AformItem = function AformItem(a) {
|
|
|
175997
176040
|
/* harmony default export */ __webpack_exports__["default"] = ({
|
|
175998
176041
|
name: 'BfSearch',
|
|
175999
176042
|
props: {
|
|
176043
|
+
margin: {
|
|
176044
|
+
type: String,
|
|
176045
|
+
default: function _default() {
|
|
176046
|
+
return '0';
|
|
176047
|
+
}
|
|
176048
|
+
},
|
|
176000
176049
|
size: {
|
|
176001
176050
|
type: String,
|
|
176002
176051
|
default: function _default() {
|
|
176003
|
-
return '
|
|
176052
|
+
return 'small';
|
|
176004
176053
|
}
|
|
176005
176054
|
},
|
|
176006
176055
|
inline: {
|
|
@@ -176048,7 +176097,7 @@ var AformItem = function AformItem(a) {
|
|
|
176048
176097
|
verify: {
|
|
176049
176098
|
type: Boolean,
|
|
176050
176099
|
default: function _default() {
|
|
176051
|
-
return
|
|
176100
|
+
return false;
|
|
176052
176101
|
}
|
|
176053
176102
|
},
|
|
176054
176103
|
loading: {
|
|
@@ -176219,7 +176268,7 @@ var AformItem = function AformItem(a) {
|
|
|
176219
176268
|
return h("el-col", {
|
|
176220
176269
|
"key": b,
|
|
176221
176270
|
"attrs": {
|
|
176222
|
-
"span":
|
|
176271
|
+
"span": 24 / this.colSpan
|
|
176223
176272
|
}
|
|
176224
176273
|
}, [h("el-form-item", {
|
|
176225
176274
|
"attrs": {
|
|
@@ -176247,7 +176296,10 @@ var AformItem = function AformItem(a) {
|
|
|
176247
176296
|
submit = _this$$listeners.submit,
|
|
176248
176297
|
cancel = _this$$listeners.cancel;
|
|
176249
176298
|
return Object.keys(this.config).length > 0 && h("keep-alive", [h("div", {
|
|
176250
|
-
"class": "b-f-search"
|
|
176299
|
+
"class": "b-f-search",
|
|
176300
|
+
"style": {
|
|
176301
|
+
padding: this.margin
|
|
176302
|
+
}
|
|
176251
176303
|
}, [h("el-form", _vue_babel_helper_vue_jsx_merge_props__WEBPACK_IMPORTED_MODULE_0___default()([{
|
|
176252
176304
|
"ref": "form",
|
|
176253
176305
|
"attrs": {
|
|
@@ -176271,14 +176323,14 @@ var AformItem = function AformItem(a) {
|
|
|
176271
176323
|
},
|
|
176272
176324
|
"class": "main-row"
|
|
176273
176325
|
}, [Object.keys(this.config).map(function (a, b) {
|
|
176274
|
-
if (b <
|
|
176326
|
+
if (b < _this.colSpan) return _this.output(a, b);
|
|
176275
176327
|
})]), h("el-row", {
|
|
176276
176328
|
"attrs": {
|
|
176277
176329
|
"gutter": 20
|
|
176278
176330
|
},
|
|
176279
176331
|
"class": this.opened ? 'fold-row open' : 'fold-row'
|
|
176280
176332
|
}, [Object.keys(this.config).map(function (a, b) {
|
|
176281
|
-
if (b >
|
|
176333
|
+
if (b > _this.colSpan - 1) return _this.output(a, b);
|
|
176282
176334
|
})])]), (Object.keys(this.config).length > 24 / this.colSpan || submit || cancel) && h("el-form-item", {
|
|
176283
176335
|
"class": "action",
|
|
176284
176336
|
"attrs": {
|
package/dist/index.css
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
#map[data-v-7283ffa6],#map[data-v-a46f5b24]{width:1403px;height:864px}.a-actions{margin-bottom:18px}.a-breadcrumb .item{display:inline;font-size:14px;transition:all .28s}.a-card{width:100%;height:100%;overflow:hidden;border-radius:4px;transition:all .28s;font-size:16px!important;color:rgba(0,0,0,.6);box-shadow:0 2px 12px 0 rgba(0,0,0,.1);flex-direction:column}.a-card,.a-card .a-card-head{box-sizing:border-box;display:flex}.a-card .a-card-head{font-size:14px;font-weight:700;padding:6px 20px;border-bottom:1px solid #eee;justify-content:space-between}.a-card .a-card-head .a-title-body{color:rgba(0,0,0,.6)}.a-card .a-card-head .link{cursor:pointer;font-size:12px;color:rgba(0,0,0,.5)}.a-card .a-card-head .link:hover{color:#1890ff}.a-card .a-card-head .link:active{position:relative;top:1px}.a-card .a-card-body{flex:1;overflow:hidden;transition:all .28s;box-sizing:border-box;display:flex}.a-card .a-card-body .custom-body{flex:1}.a-card .a-card-body .custom-body .a-form .el-form--inline{padding:10px 0!important}.a-card .a-card-body .custom-body .a-form .el-form--inline .el-form-item{margin-bottom:14px!important}.a-card .a-card-body .custom-body .a-form .el-form--inline .el-form-item .el-form-item__label{line-height:24px!important}.a-card .a-card-body .custom-body .a-form .el-form--inline .action{display:inline-block;width:100%!important;overflow:hidden;margin-top:20px}.a-card .a-card-body .custom-body .a-form .el-form--inline .action button{width:100px;padding:8px 16px}.a-card .a-card-foot{padding:0 20px 30px 20px}.a-card .a-card-foot button{padding:8px 32px}.b-card{height:8vh;font-size:18.5px;color:#fff;border-radius:8px;background-color:rgba(0,0,0,.3);box-shadow:0 2px 12px 0 rgba(0,0,0,.12)}.b-card:hover{box-shadow:0 0 8px #13ce66;color:#fff!important;background-color:#13ce66!important}.b-card .b-card-container{padding:16px}.a-carousel{width:100%;height:100%}.a-carousel .el-carousel__item{width:100%;height:100%;background-size:100% auto;background-repeat:no-repeat;background-position:50%}.a-dialog{padding:0!important}.a-dialog .el-dialog__header{padding:4px 10px;text-align:center;background-color:#224b7f}.a-dialog .el-dialog__header .el-dialog__title{font-size:16px;color:#fff}.a-dialog .el-dialog__header .el-dialog__headerbtn{position:absolute;top:8px;right:10px}.a-dialog .el-dialog__header .el-dialog__headerbtn .el-dialog__close{color:#fff;text-shadow:1px 1px 1px #000}.a-dialog .el-dialog__body{padding:0}.a-dialog .el-dialog__body .a-dialog-body{margin:0;padding:20px;max-height:60vh;overflow-y:auto;border-bottom:1px solid #eee}.a-dialog .el-dialog__body .a-dialog-body::-webkit-scrollbar{width:8px;height:8px}.a-dialog .el-dialog__body .a-dialog-body::-webkit-scrollbar-thumb{width:8px;height:8px;border-radius:8px;background-color:rgba(0,0,0,.2)}.a-dialog .a-dialog-foot{padding:14px 0;text-align:center}.a-dialog .a-dialog-foot .el-button{border-radius:0;width:100px;padding:0 10px;height:30px;line-height:30px;font-size:14px}.a-dialog .el-dialog{position:relative;box-sizing:border-box}.a-dialog .el-dialog .action{width:100%;height:48px;position:absolute;left:0;bottom:0;display:flex;align-items:center;justify-content:center}.a-dialog .el-dialog .action .el-button{width:100px;padding:8px 16px}.a-dialog .el-dialog .action .el-form-item{margin:0!important}.a-dialog .a-dialog-foot.custom{padding:24px 0}.a-dropdown{cursor:pointer;transition:all .28s;color:rgba(0,0,0,.6);display:flex;align-items:center}.a-dropdown .username{display:inline-block;font-size:14px;margin:0 20px}.a-dropdown .usericon{display:inline-block}.a-dropdown .usericon .icon{width:48px;height:48px;margin:0 20px;overflow:hidden;border-radius:50%;display:flex;align-items:center;justify-content:center}.a-dropdown .usericon .icon img{width:100%}.a-dropdown .el-dropdown-link.el-dropdown-selfdefine{font-size:14px;transition:all .28s}.a-dropdown .el-dropdown-link.el-dropdown-selfdefine:hover,.a-dropdown.opened .el-dropdown-link.el-dropdown-selfdefine{color:#66b1ff;transition:all .28s}.el-dropdown-menu__item{font-size:12px!important}.a-dropdown .horizontal .el-dropdown-link.el-dropdown-selfdefine{color:hsla(0,0%,100%,.7)}.a-f-editor{width:100%;overflow:hidden}.a-f-editor .el-col{margin:0}.a-f-editor .hint{font-size:12px;color:rgba(0,0,0,.6)}.a-f-editor .action{display:inline}.a-f-editor.vertical .el-form-item__label{line-height:24px!important;padding-bottom:0!important}.a-f-editor.vertical .el-form-item{margin-bottom:16px!important}.a-f-editor.vertical .action .el-button{min-width:100px;margin-top:12px;margin-bottom:12px}.a-f-editor .el-form-item.is-error.is-required .w-e-toolbar{border-color:#f56c6c!important;border-bottom:1px solid #eee!important}.a-f-editor .el-form-item.is-error.is-required .w-e-text-container{border-color:#f56c6c!important}.a-f-search{box-sizing:border-box;color:#666;margin-bottom:10px}.a-f-search,.a-f-search .el-form--label-left{overflow:hidden}.a-f-search .el-form--label-left .column,.a-f-search .el-form--label-left .column .el-col{margin:0}.a-f-search .el-form--label-left .el-form-item{margin:0!important;overflow:hidden;display:flex;padding:0 10px;padding-bottom:10px}.a-f-search .el-form--label-left .column .el-form-item .el-form-item__label-wrap .el-form-item__label{padding-right:4px}.a-f-search .el-form--label-left .column .el-form-item .el-form-item__content{flex:1}.a-f-search .el-form--label-left .column .el-form-item .el-form-item__content .el-input{width:100%}.a-f-search .el-form--label-left .column .el-form-item .el-form-item__content .range-cols{box-sizing:border-box;width:100%}.a-f-search .el-form--label-left .column .el-form-item .el-form-item__content .range-cols .el-col:last-child{padding-left:2px}.a-f-search .el-form--label-left .column .el-form-item .el-form-item__content .range-cols .el-col:first-child{padding-right:2px}.a-f-search .el-form--label-left .action{display:inline}.a-f-search .el-form--label-left .action .el-form-item .el-form-item__label{display:none}.a-f-search .el-form--label-top .el-form-item{margin:0!important;overflow:hidden;padding:0 10px;padding-bottom:10px}.a-f-search .el-form--label-top .el-form-item .el-form-item__label{line-height:normal;padding:4px 0}.a-f-search .el-form--label-top .column,.a-f-search .el-form--label-top .column .el-col,.action{margin:0}.a-f-search .el-form--label-top .column .el-form-item{box-sizing:border-box;width:100%}.a-f-search .el-form--label-top .column .el-form-item .el-form-item__content{width:100%}.a-f-search .el-form--label-top .column .el-form-item .el-form-item__content .range-cols .el-col:last-child{padding-left:2px}.a-f-search .el-form--label-top .column .el-form-item .el-form-item__content .range-cols .el-col:first-child{padding-right:2px}.a-f-search .el-form--label-top .column .el-form-item .el-form-item__content .el-input{width:100%}.a-f-search .el-form--label-top .action,.a-f-search .el-form--label-top .action .el-form-item{margin:0}.a-f-search .el-form--label-top .action .el-form-item .el-form-item__label{visibility:hidden}.b-f-search .el-form{display:flex}.b-f-search .el-form .el-form-item{margin-bottom:16px}.b-f-search .el-form .column{flex:1}.b-f-search .el-form .column .fold-row{max-height:0;overflow:hidden;transition:all .28s ease-in-out}.b-f-search .el-form .column .fold-row.open{max-height:600px}.b-f-search .el-form .column .el-row .el-form-item .el-form-item__content .el-input{width:100%}.b-f-search .el-form .column .el-row .el-form-item .el-form-item__content .range-cols,.b-f-search .el-form .column .el-row .el-form-item .el-form-item__content .range-cols .el-col{padding:0!important;margin:0!important}.b-f-search .el-form .column .el-row .el-form-item .el-form-item__content .range-cols .el-col:last-child{padding-left:4px!important}.b-f-search .el-form .column .el-row .el-form-item .el-form-item__content .range-cols .el-col:first-child{padding-right:4px!important}.b-f-search .el-form .el-form-item .el-form-item__content .el-button.el-button--text{margin-left:10px}.b-f-search .el-form--label-top .el-form-item .el-form-item__label{padding:4px 0;line-height:normal}.b-f-search .el-form--label-top .column .el-row .el-col{margin:0}.b-f-search .el-form--label-top .action .el-form-item__label{visibility:hidden}.b-f-search .el-form--label-left .action .el-form-item__label{display:none}.b-f-search .el-form--label-left .action .el-form-item__content{margin-left:0!important}.a-form{width:100%}.a-form .action{display:inline}.el-textarea textarea{resize:none;height:84px!important;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,PingFang SC,Hiragino Sans GB,Microsoft YaHei,Helvetica Neue,Helvetica,Arial,sans-serif,Apple Color Emoji,Segoe UI Emoji,Segoe UI Symbol!important}.a-from.vertical .el-form-item__label{line-height:24px!important;padding-bottom:0!important}.a-from.vertical .el-form-item{margin-bottom:16px!important}.a-from.vertical .action .el-button{min-width:100px;margin-top:12px;margin-bottom:12px}.a-from .el-form-item.is-error.is-required .w-e-toolbar{border-color:#f56c6c!important;border-bottom:1px solid #eee!important}.a-from .el-form-item.is-error.is-required .w-e-text-container{border-color:#f56c6c!important}.a-icon-select-list{height:220px;overflow-y:auto}.a-icon-select-list::-webkit-scrollbar{width:8px;height:8px}.a-icon-select-list::-webkit-scrollbar-thumb{width:8px;border-radius:8px;background-color:#ccc}.a-icon-select-list .item{padding:4px;margin:4px;cursor:pointer;border:1px solid #fff}.a-icon-select-list .item:hover i{color:#87ceeb}.a-icon-select-list .item.active i{color:#00f}.a-menu{margin:0;padding:0}.a-menu .el-menu{border:0;background-color:#001529}.a-menu .el-menu:not(.el-menu--collapse){width:100%}.a-menu .el-menu .el-menu-item,.el-submenu__title{height:48px;line-height:48px;text-shadow:1px 1px 1px #000;transition:all .28s}.a-menu .el-menu .el-menu-item:hover{color:#fff!important;background-color:transparent;transition:all .28s}.a-menu .el-menu .el-menu-item:focus,.a-menu .el-menu .el-menu-item:hover{background-color:transparent}.a-menu .el-menu .el-menu-item:hover i{color:#fff;transition:all .28s}.a-menu .el-menu .el-submenu__title:hover{color:#fff!important;background-color:transparent;transition:all .28s}.a-menu .el-menu .el-submenu__title:hover i{color:#fff;transition:all .28s}.a-menu .el-menu .el-menu-item.is-active{background-color:#1890ff;transition:all .28s}.a-menu .el-menu .el-submenu.is-active>div.el-submenu__title{color:#fff!important;transition:all .28s}.a-menu .el-menu .el-submenu.is-active>div.el-submenu__title i{color:#fff;transition:all .28s}.a-menu .el-menu .el-menu.el-menu--inline,.el-menu.el-menu--popup.el-menu--popup-right-start{background-color:#000}.el-menu.el-menu--popup.el-menu--popup-right-start .el-menu-item,.el-submenu__title{height:48px;line-height:48px}.el-menu.el-menu--popup.el-menu--popup-right-start .el-menu-item:hover{color:#fff!important;background-color:#1890ff}.el-menu.el-menu--popup.el-menu--popup-right-start .el-submenu__title:hover{color:#fff;background-color:#1890ff}.a-menu.horizontal .el-menu.el-menu--horizontal{border-bottom:none}.a-menu.horizontal .el-menu.el-menu--horizontal .el-menu-item,.el-submenu__title{line-height:60px;height:60px;border-bottom:0}.a-menu.horizontal .el-menu.el-menu--horizontal .el-menu-item.is-active{border:none}.el-menu--horizontal .el-submenu.is-active .el-submenu__title{border-bottom:3px 3px solid #1890ff}.el-menu--horizontal .el-menu.el-menu--popup{background-color:transparent}.el-menu--horizontal .el-menu.el-menu--popup .el-menu-item{height:44px;line-height:44px;background-color:rgba(0,0,0,.7)}.el-menu--horizontal .el-menu.el-menu--popup .el-menu-item:hover{color:#fff;background-color:rgba(0,0,0,.9)}.el-menu--horizontal .el-menu.el-menu--popup .el-menu-item.is-active{color:#fff;background-color:#1890ff}.el-menu--horizontal .el-menu.el-menu--popup .el-submenu .el-submenu__title{color:hsla(0,0%,100%,.65);text-shadow:none;height:44px;line-height:44px;background:rgba(0,0,0,.7)}.el-menu--horizontal .el-menu.el-menu--popup .el-submenu .el-submenu__title:hover{color:#fff;background-color:rgba(0,0,0,.9)}.a-modal .el-dialog__header{padding:4px 10px;text-align:center;background-color:#224b7f}.a-modal .el-dialog__header .el-dialog__title{font-size:16px;color:#fff;font-weight:700;text-shadow:1px 1px 1px #000}.a-modal .el-dialog__header .el-dialog__headerbtn{position:absolute;top:8px;right:10px}.a-modal .el-dialog__header .el-dialog__headerbtn .el-dialog__close{color:#fff;text-shadow:1px 1px 1px #000}.a-modal .el-dialog__body{margin:0;padding:0}.a-modal .a-modal-body{margin:0;max-height:60vh;overflow-y:auto;padding:10px 20px;border-bottom:1px solid #eee}.a-modal .a-modal-body .el-form-item .el-form-item__label{padding:0}.a-modal .a-modal-body::-webkit-scrollbar{width:8px;height:8px}.a-modal .a-modal-body::-webkit-scrollbar-thumb{width:8px;border-radius:8px;cursor:pointer!important;background-color:rgba(0,0,0,.2)}.a-modal .a-modal-foot{padding:14px 0;text-align:center}.a-modal .a-modal-foot .el-button{border-radius:0;width:100px;padding:0 10px;height:30px;line-height:30px;font-size:16px}.a-modal .el-dialog{position:relative;box-sizing:border-box}.a-modal .el-dialog .action{width:100%;height:60px;position:absolute;left:0;bottom:0;display:flex;align-items:center;justify-content:center}.a-modal .el-dialog .action .el-button{width:100px;padding:8px 16px}.a-modal .el-dialog .action .el-form-item{margin:0!important}.a-modal .a-modal-foot.custom{height:60px;padding:0;display:flex;align-items:center;justify-content:center}.a-modal.loading{pointer-events:none}.a-page{width:100%;text-align:right;margin:18px 0 0 0}.a-popconfirm{display:inline}.el-popconfirm__action{display:flex;justify-content:space-between}.el-popconfirm__action .el-button{width:60px!important}.a-popover .action{text-align:right;margin:0}.a-reminder{margin:0 24px}.a-reminder i{font-size:24px;color:#aaa;cursor:pointer}.a-reminder:hover i{color:#1890ff}.a-reminder i:active{position:relative;top:1px}.transition-enter-active,.transition-leave-active{transition:opacity .28s}.transition-enter,.transition-leave-to{opacity:0}.a-router-view>div>div{-webkit-animation:aRouterView .28s linear;animation:aRouterView .28s linear}@-webkit-keyframes aRouterView{0%{opacity:0;transform:translateY(-100%)}}@keyframes aRouterView{0%{opacity:0;transform:translateY(-100%)}}.a-scroll-box{width:100%}.a-scroll-box .a-scroll-box-main{width:100%;overflow-x:auto;overflow-y:hidden;white-space:nowrap}.a-scroll-box .a-scroll-box-main::-webkit-scrollbar{width:8px;height:8px}.a-scroll-box .a-scroll-box-main::-webkit-scrollbar-thumb{width:8px;height:8px;border-radius:4px;background-color:rgba(0,0,0,.2)}.a-scroll-table{width:100%}.a-scroll-table .inner{display:inline-block}.a-scroll-table .inner .el-button{cursor:pointer}.a-scroll-table .el-table th{background-color:#f8f8f9;padding:6px 0}.a-scroll-table .el-table th .cell{white-space:nowrap}.a-scroll-table .el-table td{padding:6px 0}.a-scroll-table .el-table td input{height:32px;padding:0 0 0 6px}.a-scroll-table .el-table thead{color:#515a6e}.a-scroll-table .el-table__fixed-right-patch{background-color:#f8f8f9}.a-scroll-table .el-table{box-shadow:0 0 1px #eee;border-top:1px solid #eee;border-left:1px solid #eee;border-right:1px solid #eee}.a-scroll-table .el-table .el-button{padding:0 4px;min-width:60px;font-size:12px;min-height:24px;border-radius:4px;line-height:24px;margin:0 4px}.a-scroll-table .el-table .el-icon-edit{width:48px;color:#409eff;font-size:22px;cursor:pointer;transition:all .28s}.a-scroll-table .el-table .el-icon-edit:hover{transition:all .28s;color:#00f}.a-scroll-table .el-table .el-icon-edit:active{position:relative;top:1px}.a-scroll-table .el-table .el-icon-delete{width:48px;color:#f56c6c;font-size:22px;cursor:pointer;transition:all .28s}.a-scroll-table .el-table .el-icon-delete:hover{transition:all .28s;color:red}.a-scroll-table .el-table .el-icon-delete:active{position:relative;top:1px}.a-scroll-table .el-table .action i{width:48px;font-size:22px;cursor:pointer}.a-scroll-table .el-table .action i:active{position:relative;top:1px}.a-scroll-table .el-table .action i.el-icon-success{color:#13ce66}.a-scroll-table .el-table .action i.el-icon-view{color:orange}.a-scroll-table .el-table .cell.el-tooltip img{margin:0 auto;height:28px!important}.a-scroll-table .el-table .cell.el-tooltip .el-input__inner{border:none;height:23px;line-height:23px}.a-scroll-table .el-table .cell.el-tooltip .disabled{pointer-events:none!important}.a-square{position:relative}.a-square .null{padding-bottom:100%}.a-square .main{position:absolute;top:0;width:100%;height:100%}.a-table{width:100%}.a-table.border .el-table{border-top:1px solid #ebeef5;border-left:1px solid #ebeef5;border-right:1px solid #ebeef5}.a-table .inner{display:inline-block}.a-table .inner .el-button{cursor:pointer}.a-table .el-table th{background-color:#f8f8f9;padding:6px 0}.a-table .el-table th .cell{white-space:nowrap}.a-table .el-table td{padding:6px 0}.a-table .el-table td input{height:32px;padding:0 0 0 6px}.a-table .el-table thead{color:#515a6e}.a-table .el-table__fixed-right-patch{background-color:#f8f8f9}.a-table .el-table .el-button{padding:0 4px;min-width:60px;font-size:12px;min-height:24px;border-radius:4px;line-height:24px;margin:0 4px}.a-table .el-table .el-icon-edit{width:48px;color:#409eff;font-size:22px;cursor:pointer;transition:all .28s}.a-table .el-table .el-icon-edit:hover{transition:all .28s;color:#00f}.a-table .el-table .el-icon-edit:active{position:relative;top:1px}.a-table .el-table .el-icon-delete{width:48px;color:#f56c6c;font-size:22px;cursor:pointer;transition:all .28s}.a-table .el-table .el-icon-delete:hover{transition:all .28s;color:red}.a-table .el-table .el-icon-delete:active{position:relative;top:1px}.a-table .el-table .action i{width:48px;font-size:22px;cursor:pointer}.a-table .el-table .action i:active{position:relative;top:1px}.a-table .el-table .action i.el-icon-success{color:#13ce66}.a-table .el-table .action i.el-icon-view{color:orange}.a-table .el-table .cell.el-tooltip img{margin:0 auto;height:28px!important}.a-table .el-table .cell.el-tooltip .el-input__inner{border:none;height:23px;line-height:23px}.a-table .el-table .cell.el-tooltip .disabled{pointer-events:none!important}.a-table .el-table .el-loading-spinner{font-size:28px}.a-tags{width:100%;overflow:hidden;box-sizing:border-box}.a-tags #a-tags-container{padding:8px 0}.a-tags #a-tags-container .el-tag:first-child{margin-left:4px}.a-tags #a-tags-container .el-tag:last-child{margin-right:4px}.a-tags #a-tags-container .el-tag{cursor:pointer;margin:0 2px}.a-tags #a-tags-container .el-tag:hover{color:#fff;background-color:#1890ff}.a-tags #a-tags-container .el-tag:hover i{color:#fff;background-color:#f56c6c}.a-tags #a-tags-container .el-tag.active{color:#fff;background-color:#1890ff}.a-tags #a-tags-container .el-tag.active i{color:#fff}.a-tags #a-tags-container::-webkit-scrollbar{height:8px}.a-tags #a-tags-container::-webkit-scrollbar-thumb{height:8px;border-radius:10px;background-color:#ccc}.a-title{width:100%}.a-title .a-title-body{box-sizing:border-box;font-size:1em;padding:4px 0;width:100%;display:flex;align-items:center;justify-content:space-between}.a-title .a-title-body .link{cursor:pointer;font-size:.8em;transition:all .28s;color:rgba(0,0,0,.5)}.a-title .a-title-body .link:hover{color:#409eff;transition:all .28s}.a-title .a-title-body .link .icon{font-family:新宋体}.a-transfer .a-transfer-rows{display:flex;flex-direction:row}.a-transfer .a-transfer-rows>div{padding:0 8px}.a-transfer .el-transfer-panel{width:42%}.a-transfer .el-transfer__buttons{box-sizing:border-box;width:16%;padding:20px;display:inline-flex;justify-content:space-between}.a-transfer .el-transfer__buttons .el-button{margin:0}.b-card{display:inline-block;width:100%;overflow:hidden;text-align:center;height:80px;border-radius:4px;box-shadow:0 0 4px rgba(0,0,0,.1);cursor:pointer;transition:all .28s;box-sizing:border-box}.b-card:hover{box-shadow:0 0 4px rgba(0,0,0,.3);transition:all .28s;color:#409eff}.b-card:active{position:relative;top:1px}.b-card .b-card-container{box-sizing:border-box;word-break:normal;padding:8px;width:100%;height:100%;display:flex;align-items:center;justify-content:center}.b-card .b-card-container i{font-size:16px;position:relative;top:2px;right:4px}.a-map{width:100%;height:60vh}.a-map .amap-logo{opacity:0;display:none}.a-map .icon{display:flex;flex-direction:column;align-items:center;z-index:1000}.a-map .icon img{width:32px}.a-map .site-icon{z-index:0}.a-map .site-icon img{width:24px}.a-map .icon .point{position:relative}.a-map .icon .point .node{width:8px;height:8px;border-radius:50%;background-color:#ffe42d}.a-map .icon .point div[class^=step]{position:absolute;transform:translate(-50%,-50%);top:50%;left:50%;width:8px;height:8px;border-radius:50%;box-shadow:0 0 12px #ffe42d;-webkit-animation:step 1.5s linear 2s infinite;animation:step 1.5s linear 2s infinite}.a-map .icon .point div.step2{-webkit-animation-delay:4s;animation-delay:4s}@-webkit-keyframes step{to{width:50px;height:50px;opacity:0}}@keyframes step{to{width:50px;height:50px;opacity:0}}.a-map .amap-marker-label{border:0;opacity:0;padding:8px;font-size:16px;color:#fff;border-radius:4px;background-color:rgba(0,0,0,.5);transition:all .2s}.a-map .amap-marker:hover .amap-marker-label{opacity:1;transition:all .2s}.b-table{width:100%}.b-table .inner{display:inline-block}.b-table .inner .el-button{cursor:pointer}.b-table .el-table th{background-color:#f8f8f9;padding:6px 0}.b-table .el-table th .cell{white-space:nowrap}.b-table .el-table td{padding:6px 0}.b-table .el-table td input{height:32px;padding:0 0 0 6px}.b-table .el-table thead{color:#515a6e}.b-table .el-table__fixed-right-patch{background-color:#f8f8f9}.b-table .el-table{box-shadow:0 0 1px #eee;border-top:1px solid #eee;border-left:1px solid #eee;border-right:1px solid #eee}.b-table .el-table .el-button{padding:0 4px;min-width:60px;font-size:12px;min-height:24px;border-radius:4px;line-height:24px;margin:0 4px}.b-table .el-table .el-icon-edit{width:48px;color:#409eff;font-size:22px;cursor:pointer;transition:all .28s}.b-table .el-table .el-icon-edit:hover{transition:all .28s;color:#00f}.b-table .el-table .el-icon-edit:active{position:relative;top:1px}.b-table .el-table .el-icon-delete{width:48px;color:#f56c6c;font-size:22px;cursor:pointer;transition:all .28s}.b-table .el-table .el-icon-delete:hover{transition:all .28s;color:red}.b-table .el-table .el-icon-delete:active{position:relative;top:1px}.b-table .el-table .action i{width:48px;font-size:22px;cursor:pointer}.b-table .el-table .action i:active{position:relative;top:1px}.b-table .el-table .action i.el-icon-success{color:#13ce66}.b-table .el-table .action i.el-icon-view{color:orange}.b-table .el-table .cell.el-tooltip img{margin:0 auto;height:28px!important}.b-table .el-table .cell.el-tooltip .el-input__inner{border:none;height:23px;line-height:23px}.b-table .el-table .cell.el-tooltip .disabled{pointer-events:none!important}.a-e-map,.a-echarts,.b-e-map,.c-e-map{width:100%;height:100%}.wang-editor{width:100%;overflow:hidden}.wang-editor .w-e-text::-webkit-scrollbar{width:8px;height:8px}.wang-editor .w-e-text::-webkit-scrollbar-thumb{width:8px;height:8px;border-radius:8px;background-color:rgba(0,0,0,.2)}.a-tree{min-height:380px}.a-upload-file,.a-upload-file>div{margin:0 auto!important;display:inline!important}.a-upload-file .el-upload{margin:0 10px;display:inline!important}.a-upload-file.hide-file-list .el-upload-list{display:none!important}.a-upload-icon{width:100%}.a-upload-icon .single{cursor:pointer;position:relative}.a-upload-icon .single,.a-upload-icon .single .el-upload{width:160px;height:120px;display:flex;align-items:center;justify-content:center}.a-upload-icon .single .el-upload .icon{width:100%;display:flex;align-items:center;justify-content:center}.a-upload-icon .single .delete{background-color:rgba(0,0,0,.4);visibility:hidden;height:100%;width:100%;opacity:0;transition:all .28s;position:absolute;top:0}.a-upload-icon .single:hover .delete{transition:all .46s;visibility:visible;opacity:1;display:flex;align-items:center;justify-content:center}.a-upload-icon .single:hover .delete i{font-size:48px;color:#fff;text-shadow:1px 1px 1px #000}.b-dialog{padding:0!important}.b-dialog .el-dialog__header{padding:4px 10px;text-align:center;background-color:#224b7f}.b-dialog .el-dialog__header .el-dialog__title{font-size:16px;color:#fff;font-weight:700;text-shadow:1px 1px 1px #000}.b-dialog .el-dialog__header .el-dialog__headerbtn{position:absolute;top:8px;right:10px}.b-dialog .el-dialog__header .el-dialog__headerbtn .el-dialog__close{color:#fff;text-shadow:1px 1px 1px #000}.b-dialog .el-dialog__body{padding:0}.b-dialog .el-dialog__body .b-dialog-body{margin:0;max-height:60vh;padding:10px 20px;overflow-y:auto;border-bottom:1px solid #eee}.b-dialog .el-dialog__body .b-dialog-body::-webkit-scrollbar{width:8px;height:8px}.b-dialog .el-dialog__body .b-dialog-body::-webkit-scrollbar-thumb{width:8px;height:8px;border-radius:8px;background-color:rgba(0,0,0,.2)}.b-dialog .b-dialog-foot{padding:14px 0;text-align:center}.b-dialog .b-dialog-foot .el-button{border-radius:0;width:100px;padding:0 10px;height:30px;line-height:30px;font-size:14px}.b-dialog .el-dialog{position:relative;box-sizing:border-box}.b-dialog .el-dialog .action{width:100%;height:48px;position:absolute;left:0;bottom:0;display:flex;align-items:center;justify-content:center}.b-dialog .el-dialog .action .el-button{width:100px;padding:8px 16px}.b-dialog .el-dialog .action .el-form-item{margin:0!important}.b-dialog .b-dialog-foot.custom{padding:24px 0}.a-player .a-player-body{opacity:0;width:100vw;height:100vh;visibility:hidden;transition:all .28s;background-color:rgba(0,0,0,.4);position:fixed;z-index:1000;bottom:0;right:0;left:0;top:0}.a-player .a-player-body.visible{opacity:1;visibility:visible;transition:all .28s}.a-player .a-player-body .a-player-main{width:100%;height:100%;display:flex;align-items:center;justify-content:center}.a-player .a-player-body .a-player-main .a-player-main-container{position:relative}.a-player .a-player-body .a-player-main .a-player-main-container video{border:none;outline:none;background-color:#fff}.a-player .a-player-body .a-player-main .a-player-main-container .close{position:absolute;z-index:1000;right:6px;top:6px;width:36px;height:36px;opacity:.8;font-size:16px;cursor:pointer;border-radius:50%;transition:all .28s;display:flex;align-items:center;justify-content:center}.a-player .a-player-body .a-player-main .a-player-main-container .close i{font-weight:700}.a-player .a-player-body .a-player-main .a-player-main-container .close:hover{opacity:1;color:#fff;transition:all .28s;background-color:rgba(0,0,0,.7)}.a-player .play-button{width:32px;height:18px;font-size:18px;cursor:pointer;transition:all .28s;color:#409eff!important;text-shadow:1px 1px 1px #000;border:1px solid #409eff!important;display:flex;align-items:center;justify-content:center}.a-player .play-button:hover{transition:all .28s;color:#fff!important;background-color:#409eff}.a-player .play-button:active{position:relative;top:1px}.b-tree{min-height:380px}.last-rows{white-space:normal}
|
|
1
|
+
#map[data-v-7283ffa6],#map[data-v-a46f5b24]{width:1403px;height:864px}.a-actions{margin-bottom:18px}.a-breadcrumb .item{display:inline;font-size:14px;transition:all .28s}.a-card{width:100%;height:100%;overflow:hidden;border-radius:4px;transition:all .28s;font-size:16px!important;color:rgba(0,0,0,.6);box-shadow:0 2px 12px 0 rgba(0,0,0,.1);flex-direction:column}.a-card,.a-card .a-card-head{box-sizing:border-box;display:flex}.a-card .a-card-head{font-size:14px;font-weight:700;padding:6px 20px;border-bottom:1px solid #eee;justify-content:space-between}.a-card .a-card-head .a-title-body{color:rgba(0,0,0,.6)}.a-card .a-card-head .link{cursor:pointer;font-size:12px;color:rgba(0,0,0,.5)}.a-card .a-card-head .link:hover{color:#1890ff}.a-card .a-card-head .link:active{position:relative;top:1px}.a-card .a-card-body{flex:1;overflow:hidden;transition:all .28s;box-sizing:border-box;display:flex}.a-card .a-card-body .custom-body{flex:1}.a-card .a-card-body .custom-body .a-form .el-form--inline{padding:10px 0!important}.a-card .a-card-body .custom-body .a-form .el-form--inline .el-form-item{margin-bottom:14px!important}.a-card .a-card-body .custom-body .a-form .el-form--inline .el-form-item .el-form-item__label{line-height:24px!important}.a-card .a-card-body .custom-body .a-form .el-form--inline .action{display:inline-block;width:100%!important;overflow:hidden;margin-top:20px}.a-card .a-card-body .custom-body .a-form .el-form--inline .action button{width:100px;padding:8px 16px}.a-card .a-card-foot{padding:0 20px 30px 20px}.a-card .a-card-foot button{padding:8px 32px}.b-card{height:8vh;font-size:18.5px;color:#fff;border-radius:8px;background-color:rgba(0,0,0,.3);box-shadow:0 2px 12px 0 rgba(0,0,0,.12)}.b-card:hover{box-shadow:0 0 8px #13ce66;color:#fff!important;background-color:#13ce66!important}.b-card .b-card-container{padding:16px}.a-carousel{width:100%;height:100%}.a-carousel .el-carousel__item{width:100%;height:100%;background-size:100% auto;background-repeat:no-repeat;background-position:50%}.a-dialog{padding:0!important}.a-dialog .el-dialog__header{padding:4px 10px;text-align:center;background-color:#224b7f}.a-dialog .el-dialog__header .el-dialog__title{font-size:16px;color:#fff}.a-dialog .el-dialog__header .el-dialog__headerbtn{position:absolute;top:8px;right:10px}.a-dialog .el-dialog__header .el-dialog__headerbtn .el-dialog__close{color:#fff;text-shadow:1px 1px 1px #000}.a-dialog .el-dialog__body{padding:0}.a-dialog .el-dialog__body .a-dialog-body{margin:0;padding:20px;max-height:60vh;overflow-y:auto;border-bottom:1px solid #eee}.a-dialog .el-dialog__body .a-dialog-body::-webkit-scrollbar{width:8px;height:8px}.a-dialog .el-dialog__body .a-dialog-body::-webkit-scrollbar-thumb{width:8px;height:8px;border-radius:8px;background-color:rgba(0,0,0,.2)}.a-dialog .a-dialog-foot{padding:14px 0;text-align:center}.a-dialog .a-dialog-foot .el-button{border-radius:0;width:100px;padding:0 10px;height:30px;line-height:30px;font-size:14px}.a-dialog .el-dialog{position:relative;box-sizing:border-box}.a-dialog .el-dialog .a-f-editor .action{width:100%;height:48px;position:absolute;left:0;bottom:0;display:flex;align-items:center;justify-content:center}.a-dialog .el-dialog .a-f-editor .action .el-button{width:100px;padding:8px 16px}.a-dialog .el-dialog .a-f-editor .action .el-form-item{margin:0!important}.a-dialog .a-dialog-foot.custom{padding:24px 0}.a-dropdown{cursor:pointer;transition:all .28s;color:rgba(0,0,0,.6);display:flex;align-items:center}.a-dropdown .username{display:inline-block;font-size:14px;margin:0 20px}.a-dropdown .usericon{display:inline-block}.a-dropdown .usericon .icon{width:48px;height:48px;margin:0 20px;overflow:hidden;border-radius:50%;display:flex;align-items:center;justify-content:center}.a-dropdown .usericon .icon img{width:100%}.a-dropdown .el-dropdown-link.el-dropdown-selfdefine{font-size:14px;transition:all .28s}.a-dropdown .el-dropdown-link.el-dropdown-selfdefine:hover,.a-dropdown.opened .el-dropdown-link.el-dropdown-selfdefine{color:#66b1ff;transition:all .28s}.el-dropdown-menu__item{font-size:12px!important}.a-dropdown .horizontal .el-dropdown-link.el-dropdown-selfdefine{color:hsla(0,0%,100%,.7)}.a-f-editor{width:100%;overflow:hidden}.a-f-editor .el-col{margin:0}.a-f-editor .hint{font-size:12px;color:rgba(0,0,0,.6)}.a-f-editor .action{display:inline}.a-f-editor.vertical .el-form-item__label{line-height:24px!important;padding-bottom:0!important}.a-f-editor.vertical .el-form-item{margin-bottom:16px!important}.a-f-editor.vertical .action .el-button{min-width:100px;margin-top:12px;margin-bottom:12px}.a-f-editor .el-form-item.is-error.is-required .w-e-toolbar{border-color:#f56c6c!important;border-bottom:1px solid #eee!important}.a-f-editor .el-form-item.is-error.is-required .w-e-text-container{border-color:#f56c6c!important}.a-f-search{box-sizing:border-box;overflow:hidden;color:#666;margin-bottom:10px}.a-f-search .el-form .action .el-form-item .el-form-item__content .el-button+.el-button{margin-left:8px}.a-f-search .el-form--label-left{overflow:hidden}.a-f-search .el-form--label-left .column,.a-f-search .el-form--label-left .column .el-col{margin:0}.a-f-search .el-form--label-left .el-form-item{margin:0!important;overflow:hidden;display:flex;padding:0 10px;padding-bottom:10px}.a-f-search .el-form--label-left .column .el-form-item .el-form-item__label-wrap .el-form-item__label{padding-right:4px}.a-f-search .el-form--label-left .column .el-form-item .el-form-item__content{flex:1}.a-f-search .el-form--label-left .column .el-form-item .el-form-item__content .el-input{width:100%}.a-f-search .el-form--label-left .column .el-form-item .el-form-item__content .range-cols{box-sizing:border-box;width:100%}.a-f-search .el-form--label-left .column .el-form-item .el-form-item__content .range-cols .el-col:last-child{padding-left:2px}.a-f-search .el-form--label-left .column .el-form-item .el-form-item__content .range-cols .el-col:first-child{padding-right:2px}.a-f-search .el-form--label-left .action{display:inline}.a-f-search .el-form--label-left .action .el-form-item .el-form-item__label{display:none}.a-f-search .el-form--label-top .el-form-item{margin:0!important;overflow:hidden;padding:0 4px;padding-bottom:8px}.a-f-search .el-form--label-top .el-form-item .el-form-item__label{line-height:normal;padding:4px 0}.a-f-search .el-form--label-top .column,.a-f-search .el-form--label-top .column .el-col,.action{margin:0}.a-f-search .el-form--label-top .column .el-form-item{box-sizing:border-box;width:100%}.a-f-search .el-form--label-top .column .el-form-item .el-form-item__content{width:100%}.a-f-search .el-form--label-top .column .el-form-item .el-form-item__content .range-cols .el-col:last-child{padding-left:2px}.a-f-search .el-form--label-top .column .el-form-item .el-form-item__content .range-cols .el-col:first-child{padding-right:2px}.a-f-search .el-form--label-top .column .el-form-item .el-form-item__content .el-input{width:100%}.a-f-search .el-form--label-top .action,.a-f-search .el-form--label-top .action .el-form-item{margin:0}.a-f-search .el-form--label-top .action .el-form-item .el-form-item__label{visibility:hidden}.b-f-search{box-sizing:border-box}.b-f-search .el-form{display:flex}.b-f-search .el-form .el-form-item{margin-bottom:16px}.b-f-search .el-form .column{flex:1}.b-f-search .el-form .column .fold-row{max-height:0;overflow:hidden;transition:all .28s ease-in-out}.b-f-search .el-form .column .fold-row.open{max-height:100vh}.b-f-search .el-form .column .el-row .el-form-item .el-form-item__content .el-input{width:100%}.b-f-search .el-form .column .el-row .el-form-item .el-form-item__content .range-cols,.b-f-search .el-form .column .el-row .el-form-item .el-form-item__content .range-cols .el-col{padding:0!important;margin:0!important}.b-f-search .el-form .column .el-row .el-form-item .el-form-item__content .range-cols .el-col:last-child{padding-left:4px!important}.b-f-search .el-form .column .el-row .el-form-item .el-form-item__content .range-cols .el-col:first-child{padding-right:4px!important}.b-f-search .el-form .el-form-item .el-form-item__content .el-button.el-button--text{margin-left:10px}.b-f-search .el-form--label-top .el-form-item .el-form-item__label{padding:4px 0;line-height:normal}.b-f-search .el-form--label-top .column .el-row .el-col{margin:0}.b-f-search .el-form--label-top .action .el-form-item__label{visibility:hidden}.b-f-search .el-form--label-left .action .el-form-item__label{display:none}.b-f-search .el-form--label-left .action .el-form-item__content{margin-left:0!important}.a-form{width:100%}.a-form .action{display:inline}.el-textarea textarea{resize:none;height:84px!important;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,PingFang SC,Hiragino Sans GB,Microsoft YaHei,Helvetica Neue,Helvetica,Arial,sans-serif,Apple Color Emoji,Segoe UI Emoji,Segoe UI Symbol!important}.a-from.vertical .el-form-item__label{line-height:24px!important;padding-bottom:0!important}.a-from.vertical .el-form-item{margin-bottom:16px!important}.a-from.vertical .action .el-button{min-width:100px;margin-top:12px;margin-bottom:12px}.a-from .el-form-item.is-error.is-required .w-e-toolbar{border-color:#f56c6c!important;border-bottom:1px solid #eee!important}.a-from .el-form-item.is-error.is-required .w-e-text-container{border-color:#f56c6c!important}.a-icon-select-list{height:220px;overflow-y:auto}.a-icon-select-list::-webkit-scrollbar{width:8px;height:8px}.a-icon-select-list::-webkit-scrollbar-thumb{width:8px;border-radius:8px;background-color:#ccc}.a-icon-select-list .item{padding:4px;margin:4px;cursor:pointer;border:1px solid #fff}.a-icon-select-list .item:hover i{color:#87ceeb}.a-icon-select-list .item.active i{color:#00f}.a-menu{margin:0;padding:0}.a-menu .el-menu{border:0;background-color:#001529}.a-menu .el-menu:not(.el-menu--collapse){width:100%}.a-menu .el-menu .el-menu-item,.el-submenu__title{height:48px;line-height:48px;text-shadow:1px 1px 1px #000;transition:all .28s}.a-menu .el-menu .el-menu-item:hover{color:#fff!important;background-color:transparent;transition:all .28s}.a-menu .el-menu .el-menu-item:focus,.a-menu .el-menu .el-menu-item:hover{background-color:transparent}.a-menu .el-menu .el-menu-item:hover i{color:#fff;transition:all .28s}.a-menu .el-menu .el-submenu__title:hover{color:#fff!important;background-color:transparent;transition:all .28s}.a-menu .el-menu .el-submenu__title:hover i{color:#fff;transition:all .28s}.a-menu .el-menu .el-menu-item.is-active{background-color:#1890ff;transition:all .28s}.a-menu .el-menu .el-submenu.is-active>div.el-submenu__title{color:#fff!important;transition:all .28s}.a-menu .el-menu .el-submenu.is-active>div.el-submenu__title i{color:#fff;transition:all .28s}.a-menu .el-menu .el-menu.el-menu--inline,.el-menu.el-menu--popup.el-menu--popup-right-start{background-color:#000}.el-menu.el-menu--popup.el-menu--popup-right-start .el-menu-item,.el-submenu__title{height:48px;line-height:48px}.el-menu.el-menu--popup.el-menu--popup-right-start .el-menu-item:hover{color:#fff!important;background-color:#1890ff}.el-menu.el-menu--popup.el-menu--popup-right-start .el-submenu__title:hover{color:#fff;background-color:#1890ff}.a-menu.horizontal .el-menu.el-menu--horizontal{border-bottom:none}.a-menu.horizontal .el-menu.el-menu--horizontal .el-menu-item,.el-submenu__title{line-height:60px;height:60px;border-bottom:0}.a-menu.horizontal .el-menu.el-menu--horizontal .el-menu-item.is-active{border:none}.el-menu--horizontal .el-submenu.is-active .el-submenu__title{border-bottom:3px 3px solid #1890ff}.el-menu--horizontal .el-menu.el-menu--popup{background-color:transparent}.el-menu--horizontal .el-menu.el-menu--popup .el-menu-item{height:44px;line-height:44px;background-color:rgba(0,0,0,.7)}.el-menu--horizontal .el-menu.el-menu--popup .el-menu-item:hover{color:#fff;background-color:rgba(0,0,0,.9)}.el-menu--horizontal .el-menu.el-menu--popup .el-menu-item.is-active{color:#fff;background-color:#1890ff}.el-menu--horizontal .el-menu.el-menu--popup .el-submenu .el-submenu__title{color:hsla(0,0%,100%,.65);text-shadow:none;height:44px;line-height:44px;background:rgba(0,0,0,.7)}.el-menu--horizontal .el-menu.el-menu--popup .el-submenu .el-submenu__title:hover{color:#fff;background-color:rgba(0,0,0,.9)}.a-modal .el-dialog__header{padding:4px 10px;text-align:center;background-color:#224b7f}.a-modal .el-dialog__header .el-dialog__title{font-size:16px;color:#fff;font-weight:700;text-shadow:1px 1px 1px #000}.a-modal .el-dialog__header .el-dialog__headerbtn{position:absolute;top:8px;right:10px}.a-modal .el-dialog__header .el-dialog__headerbtn .el-dialog__close{color:#fff;text-shadow:1px 1px 1px #000}.a-modal .el-dialog__body{margin:0;padding:0}.a-modal .a-modal-body{margin:0;max-height:60vh;overflow-y:auto;padding:10px 20px;border-bottom:1px solid #eee}.a-modal .a-modal-body .el-form-item .el-form-item__label{padding:0}.a-modal .a-modal-body::-webkit-scrollbar{width:8px;height:8px}.a-modal .a-modal-body::-webkit-scrollbar-thumb{width:8px;border-radius:8px;cursor:pointer!important;background-color:rgba(0,0,0,.2)}.a-modal .a-modal-foot{padding:14px 0;text-align:center}.a-modal .a-modal-foot .el-button{border-radius:0;width:100px;padding:0 10px;height:30px;line-height:30px;font-size:16px}.a-modal .el-dialog{position:relative;box-sizing:border-box}.a-modal .el-dialog .action{width:100%;height:60px;position:absolute;left:0;bottom:0;display:flex;align-items:center;justify-content:center}.a-modal .el-dialog .action .el-button{width:100px;padding:8px 16px}.a-modal .el-dialog .action .el-form-item{margin:0!important}.a-modal .a-modal-foot.custom{height:60px;padding:0;display:flex;align-items:center;justify-content:center}.a-modal.loading{pointer-events:none}.a-page{width:100%;text-align:right;margin:18px 0 0 0}.a-popconfirm{display:inline}.el-popconfirm__action{display:flex;justify-content:space-between}.el-popconfirm__action .el-button{width:60px!important}.a-popover .action{text-align:right;margin:0}.a-reminder{margin:0 24px}.a-reminder i{font-size:24px;color:#aaa;cursor:pointer}.a-reminder:hover i{color:#1890ff}.a-reminder i:active{position:relative;top:1px}.transition-enter-active,.transition-leave-active{transition:opacity .28s}.transition-enter,.transition-leave-to{opacity:0}.a-router-view>div>div{-webkit-animation:aRouterView .28s linear;animation:aRouterView .28s linear}@-webkit-keyframes aRouterView{0%{opacity:0;transform:translateY(-100%)}}@keyframes aRouterView{0%{opacity:0;transform:translateY(-100%)}}.a-scroll-box{width:100%}.a-scroll-box .a-scroll-box-main{width:100%;overflow-x:auto;overflow-y:hidden;white-space:nowrap}.a-scroll-box .a-scroll-box-main::-webkit-scrollbar{width:8px;height:8px}.a-scroll-box .a-scroll-box-main::-webkit-scrollbar-thumb{width:8px;height:8px;border-radius:4px;background-color:rgba(0,0,0,.2)}.a-scroll-table{width:100%}.a-scroll-table .inner{display:inline-block}.a-scroll-table .inner .el-button{cursor:pointer}.a-scroll-table .el-table th{background-color:#f8f8f9;padding:6px 0}.a-scroll-table .el-table th .cell{white-space:nowrap}.a-scroll-table .el-table td{padding:6px 0}.a-scroll-table .el-table td input{height:32px;padding:0 0 0 6px}.a-scroll-table .el-table thead{color:#515a6e}.a-scroll-table .el-table__fixed-right-patch{background-color:#f8f8f9}.a-scroll-table .el-table{box-shadow:0 0 1px #eee;border-top:1px solid #eee;border-left:1px solid #eee;border-right:1px solid #eee}.a-scroll-table .el-table .el-button{padding:0 4px;min-width:60px;font-size:12px;min-height:24px;border-radius:4px;line-height:24px;margin:0 4px}.a-scroll-table .el-table .el-icon-edit{width:48px;color:#409eff;font-size:22px;cursor:pointer;transition:all .28s}.a-scroll-table .el-table .el-icon-edit:hover{transition:all .28s;color:#00f}.a-scroll-table .el-table .el-icon-edit:active{position:relative;top:1px}.a-scroll-table .el-table .el-icon-delete{width:48px;color:#f56c6c;font-size:22px;cursor:pointer;transition:all .28s}.a-scroll-table .el-table .el-icon-delete:hover{transition:all .28s;color:red}.a-scroll-table .el-table .el-icon-delete:active{position:relative;top:1px}.a-scroll-table .el-table .action i{width:48px;font-size:22px;cursor:pointer}.a-scroll-table .el-table .action i:active{position:relative;top:1px}.a-scroll-table .el-table .action i.el-icon-success{color:#13ce66}.a-scroll-table .el-table .action i.el-icon-view{color:orange}.a-scroll-table .el-table .cell.el-tooltip img{margin:0 auto;height:28px!important}.a-scroll-table .el-table .cell.el-tooltip .el-input__inner{border:none;height:23px;line-height:23px}.a-scroll-table .el-table .cell.el-tooltip .disabled{pointer-events:none!important}.a-square{position:relative}.a-square .null{padding-bottom:100%}.a-square .main{position:absolute;top:0;width:100%;height:100%}.a-table{width:100%}.a-table.border .el-table{border-top:1px solid #ebeef5;border-left:1px solid #ebeef5;border-right:1px solid #ebeef5}.a-table .inner{display:inline-block}.a-table .inner .el-button{cursor:pointer}.a-table .el-table th{background-color:#f8f8f9;padding:6px 0}.a-table .el-table th .cell{white-space:nowrap}.a-table .el-table td{padding:6px 0}.a-table .el-table td input{height:32px;padding:0 0 0 6px}.a-table .el-table thead{color:#515a6e}.a-table .el-table__fixed-right-patch{background-color:#f8f8f9}.a-table .el-table .el-button{padding:0 4px;min-width:60px;font-size:12px;min-height:24px;border-radius:4px;line-height:24px;margin:0 4px}.a-table .el-table .el-icon-edit{width:48px;color:#409eff;font-size:22px;cursor:pointer;transition:all .28s}.a-table .el-table .el-icon-edit:hover{transition:all .28s;color:#00f}.a-table .el-table .el-icon-edit:active{position:relative;top:1px}.a-table .el-table .el-icon-delete{width:48px;color:#f56c6c;font-size:22px;cursor:pointer;transition:all .28s}.a-table .el-table .el-icon-delete:hover{transition:all .28s;color:red}.a-table .el-table .el-icon-delete:active{position:relative;top:1px}.a-table .el-table .action i{width:48px;font-size:22px;cursor:pointer}.a-table .el-table .action i:active{position:relative;top:1px}.a-table .el-table .action i.el-icon-success{color:#13ce66}.a-table .el-table .action i.el-icon-view{color:orange}.a-table .el-table .cell.el-tooltip img{margin:0 auto;height:28px!important}.a-table .el-table .cell.el-tooltip .el-input__inner{border:none;height:23px;line-height:23px}.a-table .el-table .cell.el-tooltip .disabled{pointer-events:none!important}.a-table .el-table .el-loading-spinner{font-size:28px}.a-tags{width:100%;overflow:hidden;box-sizing:border-box}.a-tags #a-tags-container{padding:8px 0}.a-tags #a-tags-container .el-tag:first-child{margin-left:4px}.a-tags #a-tags-container .el-tag:last-child{margin-right:4px}.a-tags #a-tags-container .el-tag{cursor:pointer;margin:0 2px}.a-tags #a-tags-container .el-tag:hover{color:#fff;background-color:#1890ff}.a-tags #a-tags-container .el-tag:hover i{color:#fff;background-color:#f56c6c}.a-tags #a-tags-container .el-tag.active{color:#fff;background-color:#1890ff}.a-tags #a-tags-container .el-tag.active i{color:#fff}.a-tags #a-tags-container::-webkit-scrollbar{height:8px}.a-tags #a-tags-container::-webkit-scrollbar-thumb{height:8px;border-radius:10px;background-color:#ccc}.a-title{width:100%}.a-title .a-title-body{box-sizing:border-box;font-size:1em;padding:4px 0;width:100%;display:flex;align-items:center;justify-content:space-between}.a-title .a-title-body .link{cursor:pointer;font-size:.8em;transition:all .28s;color:rgba(0,0,0,.5)}.a-title .a-title-body .link:hover{color:#409eff;transition:all .28s}.a-title .a-title-body .link .icon{font-family:新宋体}.a-transfer .a-transfer-rows{display:flex;flex-direction:row}.a-transfer .a-transfer-rows>div{padding:0 8px}.a-transfer .el-transfer-panel{width:42%}.a-transfer .el-transfer__buttons{box-sizing:border-box;width:16%;padding:20px;display:inline-flex;justify-content:space-between}.a-transfer .el-transfer__buttons .el-button{margin:0}.b-card{display:inline-block;width:100%;overflow:hidden;text-align:center;height:80px;border-radius:4px;box-shadow:0 0 4px rgba(0,0,0,.1);cursor:pointer;transition:all .28s;box-sizing:border-box}.b-card:hover{box-shadow:0 0 4px rgba(0,0,0,.3);transition:all .28s;color:#409eff}.b-card:active{position:relative;top:1px}.b-card .b-card-container{box-sizing:border-box;word-break:normal;padding:8px;width:100%;height:100%;display:flex;align-items:center;justify-content:center}.b-card .b-card-container i{font-size:16px;position:relative;top:2px;right:4px}.a-map{width:100%;height:60vh}.a-map .amap-logo{opacity:0;display:none}.a-map .icon{display:flex;flex-direction:column;align-items:center;z-index:1000}.a-map .icon img{width:32px}.a-map .site-icon{z-index:0}.a-map .site-icon img{width:24px}.a-map .icon .point{position:relative}.a-map .icon .point .node{width:8px;height:8px;border-radius:50%;background-color:#ffe42d}.a-map .icon .point div[class^=step]{position:absolute;transform:translate(-50%,-50%);top:50%;left:50%;width:8px;height:8px;border-radius:50%;box-shadow:0 0 12px #ffe42d;-webkit-animation:step 1.5s linear 2s infinite;animation:step 1.5s linear 2s infinite}.a-map .icon .point div.step2{-webkit-animation-delay:4s;animation-delay:4s}@-webkit-keyframes step{to{width:50px;height:50px;opacity:0}}@keyframes step{to{width:50px;height:50px;opacity:0}}.a-map .amap-marker-label{border:0;opacity:0;padding:8px;font-size:16px;color:#fff;border-radius:4px;background-color:rgba(0,0,0,.5);transition:all .2s}.a-map .amap-marker:hover .amap-marker-label{opacity:1;transition:all .2s}.b-table{width:100%}.b-table .inner{display:inline-block}.b-table .inner .el-button{cursor:pointer}.b-table .el-table th{background-color:#f8f8f9;padding:6px 0}.b-table .el-table th .cell{white-space:nowrap}.b-table .el-table td{padding:6px 0}.b-table .el-table td input{height:32px;padding:0 0 0 6px}.b-table .el-table thead{color:#515a6e}.b-table .el-table__fixed-right-patch{background-color:#f8f8f9}.b-table .el-table{box-shadow:0 0 1px #eee;border-top:1px solid #eee;border-left:1px solid #eee;border-right:1px solid #eee}.b-table .el-table .el-button{padding:0 4px;min-width:60px;font-size:12px;min-height:24px;border-radius:4px;line-height:24px;margin:0 4px}.b-table .el-table .el-icon-edit{width:48px;color:#409eff;font-size:22px;cursor:pointer;transition:all .28s}.b-table .el-table .el-icon-edit:hover{transition:all .28s;color:#00f}.b-table .el-table .el-icon-edit:active{position:relative;top:1px}.b-table .el-table .el-icon-delete{width:48px;color:#f56c6c;font-size:22px;cursor:pointer;transition:all .28s}.b-table .el-table .el-icon-delete:hover{transition:all .28s;color:red}.b-table .el-table .el-icon-delete:active{position:relative;top:1px}.b-table .el-table .action i{width:48px;font-size:22px;cursor:pointer}.b-table .el-table .action i:active{position:relative;top:1px}.b-table .el-table .action i.el-icon-success{color:#13ce66}.b-table .el-table .action i.el-icon-view{color:orange}.b-table .el-table .cell.el-tooltip img{margin:0 auto;height:28px!important}.b-table .el-table .cell.el-tooltip .el-input__inner{border:none;height:23px;line-height:23px}.b-table .el-table .cell.el-tooltip .disabled{pointer-events:none!important}.a-e-map,.a-echarts,.b-e-map,.c-e-map{width:100%;height:100%}.wang-editor{width:100%;overflow:hidden}.wang-editor .w-e-text::-webkit-scrollbar{width:8px;height:8px}.wang-editor .w-e-text::-webkit-scrollbar-thumb{width:8px;height:8px;border-radius:8px;background-color:rgba(0,0,0,.2)}.a-tree{min-height:380px}.a-upload-file,.a-upload-file>div{margin:0 auto!important;display:inline!important}.a-upload-file .el-upload{margin:0 10px;display:inline!important}.a-upload-file.hide-file-list .el-upload-list{display:none!important}.a-upload-icon{width:100%}.a-upload-icon .single{cursor:pointer;position:relative}.a-upload-icon .single,.a-upload-icon .single .el-upload{width:160px;height:120px;display:flex;align-items:center;justify-content:center}.a-upload-icon .single .el-upload .icon{width:100%;display:flex;align-items:center;justify-content:center}.a-upload-icon .single .delete{background-color:rgba(0,0,0,.4);visibility:hidden;height:100%;width:100%;opacity:0;transition:all .28s;position:absolute;top:0}.a-upload-icon .single:hover .delete{transition:all .46s;visibility:visible;opacity:1;display:flex;align-items:center;justify-content:center}.a-upload-icon .single:hover .delete i{font-size:48px;color:#fff;text-shadow:1px 1px 1px #000}.b-dialog{padding:0!important}.b-dialog .el-dialog__header{padding:4px 10px;text-align:center;background-color:#224b7f}.b-dialog .el-dialog__header .el-dialog__title{font-size:16px;color:#fff;font-weight:700;text-shadow:1px 1px 1px #000}.b-dialog .el-dialog__header .el-dialog__headerbtn{position:absolute;top:8px;right:10px}.b-dialog .el-dialog__header .el-dialog__headerbtn .el-dialog__close{color:#fff;text-shadow:1px 1px 1px #000}.b-dialog .el-dialog__body{padding:0}.b-dialog .el-dialog__body .b-dialog-body{margin:0;max-height:60vh;padding:10px 20px;overflow-y:auto;border-bottom:1px solid #eee}.b-dialog .el-dialog__body .b-dialog-body::-webkit-scrollbar{width:8px;height:8px}.b-dialog .el-dialog__body .b-dialog-body::-webkit-scrollbar-thumb{width:8px;height:8px;border-radius:8px;background-color:rgba(0,0,0,.2)}.b-dialog .b-dialog-foot{padding:14px 0;text-align:center}.b-dialog .b-dialog-foot .el-button{border-radius:0;width:100px;padding:0 10px;height:30px;line-height:30px;font-size:14px}.b-dialog .el-dialog{position:relative;box-sizing:border-box}.b-dialog .el-dialog .a-f-editor .action{width:100%;height:48px;position:absolute;left:0;bottom:0;display:flex;align-items:center;justify-content:center}.b-dialog .el-dialog .a-f-editor .action .el-button{width:100px;padding:8px 16px}.b-dialog .el-dialog .a-f-editor .action .el-form-item{margin:0!important}.b-dialog .b-dialog-foot.custom{padding:24px 0}.a-player .a-player-body{opacity:0;width:100vw;height:100vh;visibility:hidden;transition:all .28s;background-color:rgba(0,0,0,.4);position:fixed;z-index:1000;bottom:0;right:0;left:0;top:0}.a-player .a-player-body.visible{opacity:1;visibility:visible;transition:all .28s}.a-player .a-player-body .a-player-main{width:100%;height:100%;display:flex;align-items:center;justify-content:center}.a-player .a-player-body .a-player-main .a-player-main-container{position:relative}.a-player .a-player-body .a-player-main .a-player-main-container video{border:none;outline:none;background-color:#fff}.a-player .a-player-body .a-player-main .a-player-main-container .close{position:absolute;z-index:1000;right:6px;top:6px;width:36px;height:36px;opacity:.8;font-size:16px;cursor:pointer;border-radius:50%;transition:all .28s;display:flex;align-items:center;justify-content:center}.a-player .a-player-body .a-player-main .a-player-main-container .close i{font-weight:700}.a-player .a-player-body .a-player-main .a-player-main-container .close:hover{opacity:1;color:#fff;transition:all .28s;background-color:rgba(0,0,0,.7)}.a-player .play-button{width:32px;height:18px;font-size:18px;cursor:pointer;transition:all .28s;color:#409eff!important;text-shadow:1px 1px 1px #000;border:1px solid #409eff!important;display:flex;align-items:center;justify-content:center}.a-player .play-button:hover{transition:all .28s;color:#fff!important;background-color:#409eff}.a-player .play-button:active{position:relative;top:1px}.b-tree{min-height:380px}.last-rows{white-space:normal}
|