element-ui-root 1.6.1 → 1.6.3

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.
@@ -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 'medium';
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 true;
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": {
@@ -17296,6 +17305,12 @@ __webpack_require__.r(__webpack_exports__);
17296
17305
  }
17297
17306
  },
17298
17307
  methods: {
17308
+ change: function change() {
17309
+ this.$emit('change', {
17310
+ page: this.pages.page,
17311
+ size: this.pages.size
17312
+ });
17313
+ },
17299
17314
  currentChange: function currentChange(page) {
17300
17315
  this.pages.page = page;
17301
17316
  this.$emit('changePage', this.pages);
@@ -19965,12 +19980,14 @@ __webpack_require__.r(__webpack_exports__);
19965
19980
  /* 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
19981
  /* harmony import */ var core_js_modules_web_dom_collections_for_each_js__WEBPACK_IMPORTED_MODULE_6__ = __webpack_require__("b461");
19967
19982
  /* 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 core_js_modules_es_array_map_js__WEBPACK_IMPORTED_MODULE_7__ = __webpack_require__("8a84");
19969
- /* harmony import */ var core_js_modules_es_array_map_js__WEBPACK_IMPORTED_MODULE_7___default = /*#__PURE__*/__webpack_require__.n(core_js_modules_es_array_map_js__WEBPACK_IMPORTED_MODULE_7__);
19983
+ /* harmony import */ var core_js_modules_es_object_keys_js__WEBPACK_IMPORTED_MODULE_7__ = __webpack_require__("f1d3");
19984
+ /* 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
19985
  /* harmony import */ var core_js_modules_es_function_name_js__WEBPACK_IMPORTED_MODULE_8__ = __webpack_require__("c639");
19971
19986
  /* 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 core_js_modules_es_array_filter_js__WEBPACK_IMPORTED_MODULE_9__ = __webpack_require__("ce2f");
19973
- /* harmony import */ var core_js_modules_es_array_filter_js__WEBPACK_IMPORTED_MODULE_9___default = /*#__PURE__*/__webpack_require__.n(core_js_modules_es_array_filter_js__WEBPACK_IMPORTED_MODULE_9__);
19987
+ /* harmony import */ var core_js_modules_es_array_map_js__WEBPACK_IMPORTED_MODULE_9__ = __webpack_require__("8a84");
19988
+ /* 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__);
19989
+ /* harmony import */ var core_js_modules_es_array_filter_js__WEBPACK_IMPORTED_MODULE_10__ = __webpack_require__("ce2f");
19990
+ /* 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
19991
 
19975
19992
 
19976
19993
  var _excluded = ["form", "text", "label", "title", "field", "dicts", "table"];
@@ -19983,6 +20000,7 @@ var _excluded = ["form", "text", "label", "title", "field", "dicts", "table"];
19983
20000
 
19984
20001
 
19985
20002
 
20003
+
19986
20004
  // import Aupload from '@/components/Aupload/Icon';
19987
20005
  // import Aeditor from '@/components/Aeditor/WangEditor';
19988
20006
  // const AiconSelect = () => import('@/components/AiconSelect');
@@ -20094,6 +20112,17 @@ var Aupload = function Aupload(a) {
20094
20112
 
20095
20113
  var h = this.$createElement;
20096
20114
  var words = text || label || title;
20115
+
20116
+ var labels = function labels() {
20117
+ var a = arguments.length > 0 && arguments[0] !== undefined ? arguments[0] : {};
20118
+ return Object.keys(a).length > 1 ? a.label || a.title || a.name || a.text : a;
20119
+ };
20120
+
20121
+ var values = function values() {
20122
+ var a = arguments.length > 0 && arguments[0] !== undefined ? arguments[0] : {};
20123
+ return Object.keys(a).length > 1 ? a.value || a.code || a.id : a;
20124
+ };
20125
+
20097
20126
  if (!props.type) return h("el-input", {
20098
20127
  "attrs": {
20099
20128
  "clearable": true,
@@ -20237,16 +20266,16 @@ var Aupload = function Aupload(a) {
20237
20266
  return h("el-option", {
20238
20267
  "key": b,
20239
20268
  "attrs": {
20240
- "label": a.label || a.title || a.name || a.text,
20241
- "value": a.value || a.code || a.id
20269
+ "label": labels(a),
20270
+ "value": values(a)
20242
20271
  }
20243
20272
  });
20244
20273
  }) : this.option.map(function (a, b) {
20245
20274
  return h("el-option", {
20246
20275
  "key": b,
20247
20276
  "attrs": {
20248
- "label": a.label || a.title || a.name || a.text,
20249
- "value": a.value || a.code || a.id
20277
+ "label": labels(a),
20278
+ "value": values(a)
20250
20279
  }
20251
20280
  });
20252
20281
  })]);
@@ -20316,16 +20345,16 @@ var Aupload = function Aupload(a) {
20316
20345
  return h("el-checkbox", {
20317
20346
  "key": b,
20318
20347
  "attrs": {
20319
- "label": a.value || a.code || a.id
20348
+ "label": values(a)
20320
20349
  }
20321
- }, [a.label || a.title || a.text]);
20350
+ }, [labels(a)]);
20322
20351
  }) : this.dicts.map(function (a, b) {
20323
20352
  return h("el-checkbox", {
20324
20353
  "key": b,
20325
20354
  "attrs": {
20326
- "label": a.value || a.code || a.id
20355
+ "label": values(a)
20327
20356
  }
20328
- }, [a.label || a.title || a.text]);
20357
+ }, [labels(a)]);
20329
20358
  })]);
20330
20359
 
20331
20360
  case 'radio':
@@ -20349,16 +20378,16 @@ var Aupload = function Aupload(a) {
20349
20378
  return h("el-radio", {
20350
20379
  "key": b,
20351
20380
  "attrs": {
20352
- "label": a.value || a.code || a.id
20381
+ "label": values(a)
20353
20382
  }
20354
- }, [a.label || a.title || a.text]);
20383
+ }, [labels(a)]);
20355
20384
  }) : this.dicts.map(function (a, b) {
20356
20385
  return h("el-radio", {
20357
20386
  "key": b,
20358
20387
  "attrs": {
20359
- "label": a.value || a.code || a.id
20388
+ "label": values(a)
20360
20389
  }
20361
- }, [a.label || a.title || a.text]);
20390
+ }, [labels(a)]);
20362
20391
  })]);
20363
20392
 
20364
20393
  case 'switch':
@@ -47753,7 +47782,7 @@ var AformItem = function AformItem(a) {
47753
47782
  size: {
47754
47783
  type: String,
47755
47784
  default: function _default() {
47756
- return 'medium';
47785
+ return 'small';
47757
47786
  }
47758
47787
  },
47759
47788
  inline: {
@@ -137262,6 +137291,12 @@ var AformItem = function AformItem(a) {
137262
137291
  /* harmony default export */ __webpack_exports__["default"] = ({
137263
137292
  name: 'Aform',
137264
137293
  props: {
137294
+ margin: {
137295
+ type: String,
137296
+ default: function _default() {
137297
+ return '0';
137298
+ }
137299
+ },
137265
137300
  pure: {
137266
137301
  type: Boolean,
137267
137302
  default: function _default() {
@@ -137277,7 +137312,7 @@ var AformItem = function AformItem(a) {
137277
137312
  size: {
137278
137313
  type: String,
137279
137314
  default: function _default() {
137280
- return 'medium';
137315
+ return 'small';
137281
137316
  }
137282
137317
  },
137283
137318
  rules: {
@@ -137527,7 +137562,10 @@ var AformItem = function AformItem(a) {
137527
137562
  submit = _this$$listeners.submit,
137528
137563
  cancel = _this$$listeners.cancel;
137529
137564
  return h("keep-alive", [h("div", {
137530
- "class": !this.inline ? this.search ? 'a-form' : 'a-from vertical' : 'a-form'
137565
+ "class": !this.inline ? this.search ? 'a-form' : 'a-from vertical' : 'a-form',
137566
+ "style": {
137567
+ padding: this.margin
137568
+ }
137531
137569
  }, [h("el-form", _vue_babel_helper_vue_jsx_merge_props__WEBPACK_IMPORTED_MODULE_0___default()([{
137532
137570
  "ref": "form",
137533
137571
  "attrs": {
@@ -139833,6 +139871,12 @@ var AformItem = function AformItem(a) {
139833
139871
  /* harmony default export */ __webpack_exports__["default"] = ({
139834
139872
  name: 'AfEditor',
139835
139873
  props: {
139874
+ margin: {
139875
+ type: String,
139876
+ default: function _default() {
139877
+ return '0';
139878
+ }
139879
+ },
139836
139880
  pure: {
139837
139881
  type: Boolean,
139838
139882
  default: function _default() {
@@ -139854,7 +139898,7 @@ var AformItem = function AformItem(a) {
139854
139898
  size: {
139855
139899
  type: String,
139856
139900
  default: function _default() {
139857
- return 'medium';
139901
+ return 'small';
139858
139902
  }
139859
139903
  },
139860
139904
  rules: {
@@ -140133,7 +140177,10 @@ var AformItem = function AformItem(a) {
140133
140177
  submit = _this$$listeners.submit,
140134
140178
  cancel = _this$$listeners.cancel;
140135
140179
  return Object.keys(this.config).length > 0 && h("keep-alive", [h("div", {
140136
- "class": !this.inline ? 'a-f-editor vertical' : 'a-f-editor'
140180
+ "class": !this.inline ? 'a-f-editor vertical' : 'a-f-editor',
140181
+ "style": {
140182
+ padding: this.margin
140183
+ }
140137
140184
  }, [h("el-form", _vue_babel_helper_vue_jsx_merge_props__WEBPACK_IMPORTED_MODULE_0___default()([{
140138
140185
  "ref": "form",
140139
140186
  "attrs": {
@@ -175997,10 +176044,16 @@ var AformItem = function AformItem(a) {
175997
176044
  /* harmony default export */ __webpack_exports__["default"] = ({
175998
176045
  name: 'BfSearch',
175999
176046
  props: {
176047
+ margin: {
176048
+ type: String,
176049
+ default: function _default() {
176050
+ return '0';
176051
+ }
176052
+ },
176000
176053
  size: {
176001
176054
  type: String,
176002
176055
  default: function _default() {
176003
- return 'medium';
176056
+ return 'small';
176004
176057
  }
176005
176058
  },
176006
176059
  inline: {
@@ -176048,7 +176101,7 @@ var AformItem = function AformItem(a) {
176048
176101
  verify: {
176049
176102
  type: Boolean,
176050
176103
  default: function _default() {
176051
- return true;
176104
+ return false;
176052
176105
  }
176053
176106
  },
176054
176107
  loading: {
@@ -176219,7 +176272,7 @@ var AformItem = function AformItem(a) {
176219
176272
  return h("el-col", {
176220
176273
  "key": b,
176221
176274
  "attrs": {
176222
- "span": parseInt(this.colSpan)
176275
+ "span": 24 / this.colSpan
176223
176276
  }
176224
176277
  }, [h("el-form-item", {
176225
176278
  "attrs": {
@@ -176247,7 +176300,10 @@ var AformItem = function AformItem(a) {
176247
176300
  submit = _this$$listeners.submit,
176248
176301
  cancel = _this$$listeners.cancel;
176249
176302
  return Object.keys(this.config).length > 0 && h("keep-alive", [h("div", {
176250
- "class": "b-f-search"
176303
+ "class": "b-f-search",
176304
+ "style": {
176305
+ padding: this.margin
176306
+ }
176251
176307
  }, [h("el-form", _vue_babel_helper_vue_jsx_merge_props__WEBPACK_IMPORTED_MODULE_0___default()([{
176252
176308
  "ref": "form",
176253
176309
  "attrs": {
@@ -176271,14 +176327,14 @@ var AformItem = function AformItem(a) {
176271
176327
  },
176272
176328
  "class": "main-row"
176273
176329
  }, [Object.keys(this.config).map(function (a, b) {
176274
- if (b < 24 / _this.colSpan) return _this.output(a, b);
176330
+ if (b < _this.colSpan) return _this.output(a, b);
176275
176331
  })]), h("el-row", {
176276
176332
  "attrs": {
176277
176333
  "gutter": 20
176278
176334
  },
176279
176335
  "class": this.opened ? 'fold-row open' : 'fold-row'
176280
176336
  }, [Object.keys(this.config).map(function (a, b) {
176281
- if (b > 24 / _this.colSpan - 1) return _this.output(a, b);
176337
+ if (b > _this.colSpan - 1) return _this.output(a, b);
176282
176338
  })])]), (Object.keys(this.config).length > 24 / this.colSpan || submit || cancel) && h("el-form-item", {
176283
176339
  "class": "action",
176284
176340
  "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 .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;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 .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}