iov-design 2.15.76 → 2.15.78
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/CHANGELOG.en-US.md +2085 -0
- package/CHANGELOG.es.md +2093 -0
- package/CHANGELOG.fr-FR.md +2085 -0
- package/CHANGELOG.zh-CN.md +2085 -0
- package/lib/index.js +1 -1
- package/lib/iov-design.common.js +8 -34
- package/lib/table.js +3 -3
- package/lib/theme-chalk/button.css +1 -1
- package/lib/theme-chalk/calendar.css +1 -1
- package/lib/theme-chalk/dropdown.css +1 -1
- package/lib/theme-chalk/index.css +1 -1
- package/lib/theme-chalk/message-box.css +1 -1
- package/lib/theme-chalk/transfer.css +1 -1
- package/lib/upload.js +5 -31
- package/lib/utils/file-icon.js +17 -9
- package/package.json +1 -1
- package/packages/theme-chalk/lib/alert.css +1 -0
- package/packages/theme-chalk/lib/aside.css +1 -0
- package/packages/theme-chalk/lib/autocomplete.css +1 -0
- package/packages/theme-chalk/lib/avatar.css +1 -0
- package/packages/theme-chalk/lib/backtop.css +1 -0
- package/packages/theme-chalk/lib/badge.css +1 -0
- package/packages/theme-chalk/lib/base.css +1 -0
- package/packages/theme-chalk/lib/breadcrumb-item.css +0 -0
- package/packages/theme-chalk/lib/breadcrumb.css +1 -0
- package/packages/theme-chalk/lib/button-group.css +0 -0
- package/packages/theme-chalk/lib/button.css +1 -0
- package/packages/theme-chalk/lib/calendar.css +1 -0
- package/packages/theme-chalk/lib/card.css +1 -0
- package/packages/theme-chalk/lib/carousel-item.css +1 -0
- package/packages/theme-chalk/lib/carousel.css +1 -0
- package/packages/theme-chalk/lib/cascader-panel.css +1 -0
- package/packages/theme-chalk/lib/cascader.css +1 -0
- package/packages/theme-chalk/lib/checkbox-button.css +0 -0
- package/packages/theme-chalk/lib/checkbox-group.css +0 -0
- package/packages/theme-chalk/lib/checkbox.css +1 -0
- package/packages/theme-chalk/lib/col.css +1 -0
- package/packages/theme-chalk/lib/collapse-item.css +0 -0
- package/packages/theme-chalk/lib/collapse.css +1 -0
- package/packages/theme-chalk/lib/color-picker.css +1 -0
- package/packages/theme-chalk/lib/container.css +1 -0
- package/packages/theme-chalk/lib/date-picker.css +1 -0
- package/packages/theme-chalk/lib/descriptions-item.css +1 -0
- package/packages/theme-chalk/lib/descriptions.css +1 -0
- package/packages/theme-chalk/lib/dialog.css +1 -0
- package/packages/theme-chalk/lib/display.css +1 -0
- package/packages/theme-chalk/lib/divider.css +1 -0
- package/packages/theme-chalk/lib/drawer.css +1 -0
- package/packages/theme-chalk/lib/dropdown-item.css +0 -0
- package/packages/theme-chalk/lib/dropdown-menu.css +0 -0
- package/packages/theme-chalk/lib/dropdown.css +1 -0
- package/packages/theme-chalk/lib/empty.css +1 -0
- package/packages/theme-chalk/lib/fonts/element-icons.ttf +0 -0
- package/packages/theme-chalk/lib/fonts/element-icons.woff +0 -0
- package/packages/theme-chalk/lib/footer.css +1 -0
- package/packages/theme-chalk/lib/form-item.css +0 -0
- package/packages/theme-chalk/lib/form.css +1 -0
- package/packages/theme-chalk/lib/header.css +1 -0
- package/packages/theme-chalk/lib/icon.css +1 -0
- package/packages/theme-chalk/lib/image.css +1 -0
- package/packages/theme-chalk/lib/index.css +1 -0
- package/packages/theme-chalk/lib/infinite-scroll.css +0 -0
- package/packages/theme-chalk/lib/infiniteScroll.css +0 -0
- package/packages/theme-chalk/lib/input-number.css +1 -0
- package/packages/theme-chalk/lib/input.css +1 -0
- package/packages/theme-chalk/lib/iovfont.css +1 -0
- package/packages/theme-chalk/lib/link.css +1 -0
- package/packages/theme-chalk/lib/loading.css +1 -0
- package/packages/theme-chalk/lib/main.css +1 -0
- package/packages/theme-chalk/lib/menu-item-group.css +0 -0
- package/packages/theme-chalk/lib/menu-item.css +0 -0
- package/packages/theme-chalk/lib/menu.css +1 -0
- package/packages/theme-chalk/lib/message-box.css +1 -0
- package/packages/theme-chalk/lib/message.css +1 -0
- package/packages/theme-chalk/lib/notification.css +1 -0
- package/packages/theme-chalk/lib/option-group.css +1 -0
- package/packages/theme-chalk/lib/option.css +1 -0
- package/packages/theme-chalk/lib/page-header.css +1 -0
- package/packages/theme-chalk/lib/pagination.css +1 -0
- package/packages/theme-chalk/lib/popconfirm.css +1 -0
- package/packages/theme-chalk/lib/popover.css +1 -0
- package/packages/theme-chalk/lib/popper.css +1 -0
- package/packages/theme-chalk/lib/progress.css +1 -0
- package/packages/theme-chalk/lib/radio-button.css +1 -0
- package/packages/theme-chalk/lib/radio-group.css +1 -0
- package/packages/theme-chalk/lib/radio.css +1 -0
- package/packages/theme-chalk/lib/rate.css +1 -0
- package/packages/theme-chalk/lib/reset.css +1 -0
- package/packages/theme-chalk/lib/result.css +1 -0
- package/packages/theme-chalk/lib/row.css +1 -0
- package/packages/theme-chalk/lib/scrollbar.css +1 -0
- package/packages/theme-chalk/lib/select-dropdown.css +1 -0
- package/packages/theme-chalk/lib/select.css +1 -0
- package/packages/theme-chalk/lib/skeleton-item.css +1 -0
- package/packages/theme-chalk/lib/skeleton.css +1 -0
- package/packages/theme-chalk/lib/slider.css +1 -0
- package/packages/theme-chalk/lib/spinner.css +1 -0
- package/packages/theme-chalk/lib/statistic.css +1 -0
- package/packages/theme-chalk/lib/step.css +1 -0
- package/packages/theme-chalk/lib/steps.css +1 -0
- package/packages/theme-chalk/lib/submenu.css +0 -0
- package/packages/theme-chalk/lib/switch.css +1 -0
- package/packages/theme-chalk/lib/tab-pane.css +0 -0
- package/packages/theme-chalk/lib/table-column.css +1 -0
- package/packages/theme-chalk/lib/table.css +1 -0
- package/packages/theme-chalk/lib/tabs.css +1 -0
- package/packages/theme-chalk/lib/tag.css +1 -0
- package/packages/theme-chalk/lib/time-picker.css +1 -0
- package/packages/theme-chalk/lib/time-select.css +1 -0
- package/packages/theme-chalk/lib/timeline-item.css +1 -0
- package/packages/theme-chalk/lib/timeline.css +1 -0
- package/packages/theme-chalk/lib/tooltip.css +1 -0
- package/packages/theme-chalk/lib/transfer.css +1 -0
- package/packages/theme-chalk/lib/tree.css +1 -0
- package/packages/theme-chalk/lib/upload.css +1 -0
- package/packages/theme-chalk/src/button.scss +11 -0
- package/packages/upload/src/utils.js +3 -14
- package/src/index.js +1 -1
- package/src/utils/file-icon.js +17 -9
- package/packages/theme-chalk/gulpfile.js +0 -25
package/lib/iov-design.common.js
CHANGED
|
@@ -311,13 +311,13 @@ module.exports = require("iov-design/lib/utils/aria-utils");
|
|
|
311
311
|
/* 37 */
|
|
312
312
|
/***/ (function(module, exports) {
|
|
313
313
|
|
|
314
|
-
module.exports = require("
|
|
314
|
+
module.exports = require("throttle-debounce");
|
|
315
315
|
|
|
316
316
|
/***/ }),
|
|
317
317
|
/* 38 */
|
|
318
318
|
/***/ (function(module, exports) {
|
|
319
319
|
|
|
320
|
-
module.exports = require("
|
|
320
|
+
module.exports = require("iov-design/lib/utils/file-icon");
|
|
321
321
|
|
|
322
322
|
/***/ }),
|
|
323
323
|
/* 39 */
|
|
@@ -7798,7 +7798,7 @@ var checkbox_ = __webpack_require__(14);
|
|
|
7798
7798
|
var checkbox_default = /*#__PURE__*/__webpack_require__.n(checkbox_);
|
|
7799
7799
|
|
|
7800
7800
|
// EXTERNAL MODULE: external "throttle-debounce"
|
|
7801
|
-
var external_throttle_debounce_ = __webpack_require__(
|
|
7801
|
+
var external_throttle_debounce_ = __webpack_require__(37);
|
|
7802
7802
|
|
|
7803
7803
|
// EXTERNAL MODULE: external "normalize-wheel"
|
|
7804
7804
|
var external_normalize_wheel_ = __webpack_require__(41);
|
|
@@ -23699,45 +23699,19 @@ var progress_ = __webpack_require__(24);
|
|
|
23699
23699
|
var progress_default = /*#__PURE__*/__webpack_require__.n(progress_);
|
|
23700
23700
|
|
|
23701
23701
|
// EXTERNAL MODULE: external "iov-design/lib/utils/file-icon"
|
|
23702
|
-
var file_icon_ = __webpack_require__(
|
|
23702
|
+
var file_icon_ = __webpack_require__(38);
|
|
23703
23703
|
var file_icon_default = /*#__PURE__*/__webpack_require__.n(file_icon_);
|
|
23704
23704
|
|
|
23705
23705
|
// CONCATENATED MODULE: ./packages/upload/src/utils.js
|
|
23706
23706
|
|
|
23707
23707
|
|
|
23708
23708
|
function iconStyle(fileName) {
|
|
23709
|
-
if (!fileName) return;
|
|
23710
|
-
var suffixMap = {
|
|
23711
|
-
img: ['png', 'jpg', 'jpeg'],
|
|
23712
|
-
word: ['doc', 'docx'],
|
|
23713
|
-
excel: ['xls', 'xlsx'],
|
|
23714
|
-
ppt: ['ppt', 'pptx']
|
|
23715
|
-
};
|
|
23709
|
+
if (!fileName) return {};
|
|
23716
23710
|
|
|
23717
23711
|
var ext = fileName.split('.').pop().toLowerCase();
|
|
23712
|
+
var iconUrl = file_icon_default.a[ext] || file_icon_default.a.default;
|
|
23718
23713
|
|
|
23719
|
-
|
|
23720
|
-
var _ref2;
|
|
23721
|
-
|
|
23722
|
-
if (_isArray) {
|
|
23723
|
-
if (_i >= _iterator.length) break;
|
|
23724
|
-
_ref2 = _iterator[_i++];
|
|
23725
|
-
} else {
|
|
23726
|
-
_i = _iterator.next();
|
|
23727
|
-
if (_i.done) break;
|
|
23728
|
-
_ref2 = _i.value;
|
|
23729
|
-
}
|
|
23730
|
-
|
|
23731
|
-
var _ref = _ref2;
|
|
23732
|
-
var key = _ref[0];
|
|
23733
|
-
var list = _ref[1];
|
|
23734
|
-
|
|
23735
|
-
if (list.includes(ext)) {
|
|
23736
|
-
return { 'background-image': 'url(' + file_icon_default.a[key] + ')' };
|
|
23737
|
-
}
|
|
23738
|
-
}
|
|
23739
|
-
|
|
23740
|
-
return { 'background-image': 'url(' + (file_icon_default.a[ext] || file_icon_default.a.default) + ')' };
|
|
23714
|
+
return { backgroundImage: 'url(' + iconUrl + ')' };
|
|
23741
23715
|
}
|
|
23742
23716
|
// CONCATENATED MODULE: ./node_modules/babel-loader/lib!./node_modules/vue-loader/lib??vue-loader-options!./packages/upload/src/upload-list.vue?vue&type=script&lang=js
|
|
23743
23717
|
//
|
|
@@ -35865,7 +35839,7 @@ if (typeof window !== 'undefined' && window.Vue) {
|
|
|
35865
35839
|
}
|
|
35866
35840
|
|
|
35867
35841
|
/* harmony default export */ var src_0 = __webpack_exports__["default"] = ({
|
|
35868
|
-
version: '2.15.
|
|
35842
|
+
version: '2.15.78',
|
|
35869
35843
|
locale: lib_locale_default.a.use,
|
|
35870
35844
|
i18n: lib_locale_default.a.i18n,
|
|
35871
35845
|
install: src_install,
|
package/lib/table.js
CHANGED
|
@@ -633,13 +633,13 @@ module.exports = require("iov-design/lib/checkbox-group");
|
|
|
633
633
|
/***/ }),
|
|
634
634
|
/* 43 */,
|
|
635
635
|
/* 44 */,
|
|
636
|
-
/* 45
|
|
637
|
-
/* 46 */
|
|
636
|
+
/* 45 */
|
|
638
637
|
/***/ (function(module, exports) {
|
|
639
638
|
|
|
640
639
|
module.exports = require("throttle-debounce");
|
|
641
640
|
|
|
642
641
|
/***/ }),
|
|
642
|
+
/* 46 */,
|
|
643
643
|
/* 47 */,
|
|
644
644
|
/* 48 */,
|
|
645
645
|
/* 49 */
|
|
@@ -728,7 +728,7 @@ var empty_ = __webpack_require__(40);
|
|
|
728
728
|
var empty_default = /*#__PURE__*/__webpack_require__.n(empty_);
|
|
729
729
|
|
|
730
730
|
// EXTERNAL MODULE: external "throttle-debounce"
|
|
731
|
-
var external_throttle_debounce_ = __webpack_require__(
|
|
731
|
+
var external_throttle_debounce_ = __webpack_require__(45);
|
|
732
732
|
|
|
733
733
|
// EXTERNAL MODULE: external "iov-design/lib/utils/resize-event"
|
|
734
734
|
var resize_event_ = __webpack_require__(16);
|
|
@@ -1 +1 @@
|
|
|
1
|
-
.el-button-group>.el-button.is-active,.el-button-group>.el-button.is-disabled,.el-button-group>.el-button:not(.is-disabled):active,.el-button-group>.el-button:not(.is-disabled):focus,.el-button-group>.el-button:not(.is-disabled):hover{z-index:1}.el-button{display:inline-block;white-space:nowrap;cursor:pointer;background:#F6F7F8;border:1px solid #DCDFE6;color:#212026;-webkit-appearance:none;text-align:center;-webkit-box-sizing:border-box;box-sizing:border-box;outline:0;margin:0;-webkit-transition:all ease .3s;transition:all ease .3s;font-weight:500;font-family:inherit;-moz-user-select:none;-webkit-user-select:none;-ms-user-select:none;padding:0 14px;height:36px;line-height:34px;font-size:14px;border-radius:4px}.el-button+.el-button{margin-left:10px}.el-button:hover{color:#6179FF;border-color:#6179FF;background-color:#F0F4FD}.el-button:active{color:#2735D2;border-color:#2735D2;background-color:#F0F4FD;outline:0}.el-button::-moz-focus-inner{border:0}.el-button [class*=iov-icon-]+span{margin-left:4px}.el-button.is-plain{background-color:#F6F7F8}.el-button.is-plain:hover{background-color:#F0F4FD}.el-button.is-dashed{background-color:#F6F7F8;border-style:dashed}.el-button.is-dashed:hover{background-color:#F0F4FD}.el-button.is-ghost{background:0 0!important}.el-button.is-block{display:block;width:100%}.el-button.is-disabled,.el-button.is-disabled:focus,.el-button.is-disabled:hover{color:#A2A3AA;cursor:not-allowed;background-image:none;background-color:#F6F7F8;border-color:#DCDFE6}.el-button.is-disabled.el-button--text{background-color:transparent}.el-button.is-disabled.is-plain .el-button.is-disabled.is-plain:hover,.el-button.is-disabled.is-plain:focus{background-color:#FFF;border-color:#DCDFE6;color:#A2A3AA}.el-button.is-loading{position:relative;pointer-events:none}.el-button.is-loading:before{pointer-events:none;content:'';position:absolute;left:-1px;top:-1px;right:-1px;bottom:-1px;border-radius:inherit;background-color:rgba(255,255,255,.35)}.el-button.is-round{border-radius:20px;padding:0 14px}.el-button.is-circle{border-radius:50%;width:36px;padding:0}.el-button.is-icon-only{padding:0;width:36px;font-size:18px}.el-button--default.is-icon-only{border:0}.el-button--primary{background-color:#3F57FF;border-color:#3F57FF;color:#FFF}.el-button--primary:hover{background:#6179FF;border-color:#6179FF;color:#FFF}.el-button--primary.is-active,.el-button--primary:active{background:#2735D2;border-color:#2735D2;color:#FFF;outline:0}.el-button--primary.is-disabled,.el-button--primary.is-disabled:active,.el-button--primary.is-disabled:focus,.el-button--primary.is-disabled:hover{background-color:#C0CDFF;border-color:#C0CDFF;color:#FFF}.el-button--primary.is-plain{background:#F0F4FD;border-color:#C0CDFF;color:#3F57FF}.el-button--primary.is-plain:hover{background:#F0F4FD;border-color:#6179FF;color:#6179FF}.el-button--primary.is-plain.is-active,.el-button--primary.is-plain:active{background:#F0F4FD;border-color:#2735D2;color:#2735D2;outline:0}.el-button--primary.is-plain.is-disabled,.el-button--primary.is-plain.is-disabled:active,.el-button--primary.is-plain.is-disabled:focus,.el-button--primary.is-plain.is-disabled:hover{background-color:#F0F4FD;border-color:#E6ECFE;color:#C0CDFF}.el-button--primary.is-dashed{background:#F0F4FD;border-color:#3F57FF;color:#3F57FF}.el-button--primary.is-dashed:hover{background:#F0F4FD;border-color:#6179FF;color:#6179FF}.el-button--primary.is-dashed.is-active,.el-button--primary.is-dashed:active{background:#F0F4FD;border-color:#2735D2;color:#2735D2;outline:0}.el-button--primary.is-dashed.is-disabled,.el-button--primary.is-dashed.is-disabled:active,.el-button--primary.is-dashed.is-disabled:focus,.el-button--primary.is-dashed.is-disabled:hover{background-color:#FFF;border-color:#C0CDFF;color:#C0CDFF}.el-button--primary.is-ghost{background:0 0;border-color:#3F57FF;color:#3F57FF}.el-button--primary.is-ghost:hover{background:0 0;border-color:#6179FF;color:#6179FF}.el-button--primary.is-ghost.is-active,.el-button--primary.is-ghost:active{background:0 0;border-color:#2735D2;color:#2735D2;outline:0}.el-button--primary.is-ghost.is-disabled,.el-button--primary.is-ghost.is-disabled:active,.el-button--primary.is-ghost.is-disabled:focus,.el-button--primary.is-ghost.is-disabled:hover{background:0 0;border-color:#C0CDFF;color:#C0CDFF}.el-button--success{background-color:#23B25D;border-color:#23B25D;color:#FFF}.el-button--success:hover{background:#42C170;border-color:#42C170;color:#FFF}.el-button--success.is-active,.el-button--success:active{background:#17994F;border-color:#17994F;color:#FFF;outline:0}.el-button--success.is-disabled,.el-button--success.is-disabled:active,.el-button--success.is-disabled:focus,.el-button--success.is-disabled:hover{background-color:#8CE0A5;border-color:#8CE0A5;color:#FFF}.el-button--success.is-plain{background:#EFF9F3;border-color:#8CE0A5;color:#23B25D}.el-button--success.is-plain:hover{background:#EFF9F3;border-color:#42C170;color:#42C170}.el-button--success.is-plain.is-active,.el-button--success.is-plain:active{background:#EFF9F3;border-color:#17994F;color:#17994F;outline:0}.el-button--success.is-plain.is-disabled,.el-button--success.is-plain.is-disabled:active,.el-button--success.is-plain.is-disabled:focus,.el-button--success.is-plain.is-disabled:hover{background-color:#EFF9F3;border-color:#B8F0C7;color:#8CE0A5}.el-button--success.is-dashed{background:#EFF9F3;border-color:#23B25D;color:#23B25D}.el-button--success.is-dashed:hover{background:#EFF9F3;border-color:#42C170;color:#42C170}.el-button--success.is-dashed.is-active,.el-button--success.is-dashed:active{background:#EFF9F3;border-color:#17994F;color:#17994F;outline:0}.el-button--success.is-dashed.is-disabled,.el-button--success.is-dashed.is-disabled:active,.el-button--success.is-dashed.is-disabled:focus,.el-button--success.is-dashed.is-disabled:hover{background-color:#FFF;border-color:#8CE0A5;color:#8CE0A5}.el-button--success.is-ghost{background:0 0;border-color:#23B25D;color:#23B25D}.el-button--success.is-ghost:hover{background:0 0;border-color:#42C170;color:#42C170}.el-button--success.is-ghost.is-active,.el-button--success.is-ghost:active{background:0 0;border-color:#17994F;color:#17994F;outline:0}.el-button--success.is-ghost.is-disabled,.el-button--success.is-ghost.is-disabled:active,.el-button--success.is-ghost.is-disabled:focus,.el-button--success.is-ghost.is-disabled:hover{background:0 0;border-color:#8CE0A5;color:#8CE0A5}.el-button--warning{background-color:#FF7D00;border-color:#FF7D00;color:#FFF}.el-button--warning:hover{background:#FF9A2E;border-color:#FF9A2E;color:#FFF}.el-button--warning.is-active,.el-button--warning:active{background:#D25F00;border-color:#D25F00;color:#FFF;outline:0}.el-button--warning.is-disabled,.el-button--warning.is-disabled:active,.el-button--warning.is-disabled:focus,.el-button--warning.is-disabled:hover{background-color:#FFCF8B;border-color:#FFCF8B;color:#FFF}.el-button--warning.is-plain{background:#FFF7E8;border-color:#FFCF8B;color:#FF7D00}.el-button--warning.is-plain:hover{background:#FFF7E8;border-color:#FF9A2E;color:#FF9A2E}.el-button--warning.is-plain.is-active,.el-button--warning.is-plain:active{background:#FFF7E8;border-color:#D25F00;color:#D25F00;outline:0}.el-button--warning.is-plain.is-disabled,.el-button--warning.is-plain.is-disabled:active,.el-button--warning.is-plain.is-disabled:focus,.el-button--warning.is-plain.is-disabled:hover{background-color:#FFF7E8;border-color:#FFE4BA;color:#FFCF8B}.el-button--warning.is-dashed{background:#FFF7E8;border-color:#FF7D00;color:#FF7D00}.el-button--warning.is-dashed:hover{background:#FFF7E8;border-color:#FF9A2E;color:#FF9A2E}.el-button--warning.is-dashed.is-active,.el-button--warning.is-dashed:active{background:#FFF7E8;border-color:#D25F00;color:#D25F00;outline:0}.el-button--warning.is-dashed.is-disabled,.el-button--warning.is-dashed.is-disabled:active,.el-button--warning.is-dashed.is-disabled:focus,.el-button--warning.is-dashed.is-disabled:hover{background-color:#FFF;border-color:#FFCF8B;color:#FFCF8B}.el-button--warning.is-ghost{background:0 0;border-color:#FF7D00;color:#FF7D00}.el-button--warning.is-ghost:hover{background:0 0;border-color:#FF9A2E;color:#FF9A2E}.el-button--warning.is-ghost.is-active,.el-button--warning.is-ghost:active{background:0 0;border-color:#D25F00;color:#D25F00;outline:0}.el-button--warning.is-ghost.is-disabled,.el-button--warning.is-ghost.is-disabled:active,.el-button--warning.is-ghost.is-disabled:focus,.el-button--warning.is-ghost.is-disabled:hover{background:0 0;border-color:#FFCF8B;color:#FFCF8B}.el-button--danger{background-color:#F53F3F;border-color:#F53F3F;color:#FFF}.el-button--danger:hover{background:#F76560;border-color:#F76560;color:#FFF}.el-button--danger.is-active,.el-button--danger:active{background:#CB272D;border-color:#CB272D;color:#FFF;outline:0}.el-button--danger.is-disabled,.el-button--danger.is-disabled:active,.el-button--danger.is-disabled:focus,.el-button--danger.is-disabled:hover{background-color:#FBACA3;border-color:#FBACA3;color:#FFF}.el-button--danger.is-plain{background:#FFF1F1;border-color:#FBACA3;color:#F53F3F}.el-button--danger.is-plain:hover{background:#FFF1F1;border-color:#F76560;color:#F76560}.el-button--danger.is-plain.is-active,.el-button--danger.is-plain:active{background:#FFF1F1;border-color:#CB272D;color:#CB272D;outline:0}.el-button--danger.is-plain.is-disabled,.el-button--danger.is-plain.is-disabled:active,.el-button--danger.is-plain.is-disabled:focus,.el-button--danger.is-plain.is-disabled:hover{background-color:#FFF1F1;border-color:#FDCDC5;color:#FBACA3}.el-button--danger.is-dashed{background:#FFF1F1;border-color:#F53F3F;color:#F53F3F}.el-button--danger.is-dashed:hover{background:#FFF1F1;border-color:#F76560;color:#F76560}.el-button--danger.is-dashed.is-active,.el-button--danger.is-dashed:active{background:#FFF1F1;border-color:#CB272D;color:#CB272D;outline:0}.el-button--danger.is-dashed.is-disabled,.el-button--danger.is-dashed.is-disabled:active,.el-button--danger.is-dashed.is-disabled:focus,.el-button--danger.is-dashed.is-disabled:hover{background-color:#FFF;border-color:#FBACA3;color:#FBACA3}.el-button--danger.is-ghost{background:0 0;border-color:#F53F3F;color:#F53F3F}.el-button--danger.is-ghost:hover{background:0 0;border-color:#F76560;color:#F76560}.el-button--danger.is-ghost.is-active,.el-button--danger.is-ghost:active{background:0 0;border-color:#CB272D;color:#CB272D;outline:0}.el-button--danger.is-ghost.is-disabled,.el-button--danger.is-ghost.is-disabled:active,.el-button--danger.is-ghost.is-disabled:focus,.el-button--danger.is-ghost.is-disabled:hover{background:0 0;border-color:#FBACA3;color:#FBACA3}.el-button--info{background-color:#0D1722;border-color:#0D1722;color:#FFF}.el-button--info:hover{background:#494B53;border-color:#494B53;color:#FFF}.el-button--info.is-active,.el-button--info:active{background:#0D1722;border-color:#0D1722;color:#FFF;outline:0}.el-button--info.is-disabled,.el-button--info.is-disabled:active,.el-button--info.is-disabled:focus,.el-button--info.is-disabled:hover{background-color:#ABAFB5;border-color:#ABAFB5;color:#FFF}.el-button--info.is-plain{background:#F6F7F8;border-color:#E5E6EB;color:#494B53}.el-button--info.is-plain:hover{background:#F6F7F8;border-color:#777D87;color:#777D87}.el-button--info.is-plain.is-active,.el-button--info.is-plain:active{background:#F6F7F8;border-color:#212026;color:#212026;outline:0}.el-button--info.is-plain.is-disabled,.el-button--info.is-plain.is-disabled:active,.el-button--info.is-plain.is-disabled:focus,.el-button--info.is-plain.is-disabled:hover{background-color:#F6F7F8;border-color:#F2F3F5;color:#E5E6EB}.el-button--info.is-dashed{background:#F6F7F8;border-color:#494B53;color:#494B53}.el-button--info.is-dashed:hover{background:#F6F7F8;border-color:#777D87;color:#777D87}.el-button--info.is-dashed.is-active,.el-button--info.is-dashed:active{background:#F6F7F8;border-color:#212026;color:#212026;outline:0}.el-button--info.is-dashed.is-disabled,.el-button--info.is-dashed.is-disabled:active,.el-button--info.is-dashed.is-disabled:focus,.el-button--info.is-dashed.is-disabled:hover{background-color:#FFF;border-color:#E5E6EB;color:#E5E6EB}.el-button--info.is-ghost{background:0 0;border-color:#494B53;color:#494B53}.el-button--info.is-ghost:hover{background:0 0;border-color:#777D87;color:#777D87}.el-button--info.is-ghost.is-active,.el-button--info.is-ghost:active{background:0 0;border-color:#212026;color:#212026;outline:0}.el-button--info.is-ghost.is-disabled,.el-button--info.is-ghost.is-disabled:active,.el-button--info.is-ghost.is-disabled:focus,.el-button--info.is-ghost.is-disabled:hover{background:0 0;border-color:#E5E6EB;color:#E5E6EB}.el-button--medium{padding:0 14px;height:32px;line-height:30px;font-size:13px;border-radius:4px}.el-button--medium.is-round{padding:0 14px}.el-button--medium.is-circle{width:32px}.el-button--medium.el-button--text{padding:0 8px;height:30px;line-height:28px}.el-button--medium.is-icon-only{font-size:16px;width:32px}.el-button--small{padding:0 14px;height:30px;line-height:28px;font-size:13px;border-radius:4px}.el-button--small.is-round{padding:0 14px}.el-button--small.is-circle{width:30px}.el-button--small.el-button--text{padding:0 4px;height:26px;line-height:24px}.el-button--small.is-icon-only{font-size:16px;width:30px}.el-button--mini{padding:0 8px;height:26px;line-height:24px;font-size:12px;border-radius:4px}.el-button--mini.is-round{padding:0 8px}.el-button--mini.is-circle{width:26px}.el-button--mini.el-button--text{padding:0 4px;height:22px;line-height:20px}.el-button--mini.is-icon-only{font-size:16px;width:26px}.el-button--text{border-color:transparent;color:#3F57FF;background:0 0;font-weight:400}.el-button--text:hover{color:#3F57FF;border-color:#F0F4FD;background-color:#F0F4FD}.el-button--text:active{color:#3F57FF;border-color:#E6ECFE;background-color:#E6ECFE}.el-button--text.is-disabled,.el-button--text.is-disabled:focus,.el-button--text.is-disabled:hover{color:#C0CDFF;border-color:transparent}.el-button--text-info{color:#3D4158}.el-button--text-info:hover{color:#3D4158;border-color:#F6F7F8;background-color:#F6F7F8}.el-button--text-info:active{color:#3D4158;border-color:#F2F3F5;background-color:#F2F3F5}.el-button--text-info.is-disabled,.el-button--text-info.is-disabled:focus,.el-button--text-info.is-disabled:hover{color:#A2A3AA}.el-button--text-success{color:#23B25D}.el-button--text-success:hover{color:#23B25D;border-color:#EFF9F3;background-color:#EFF9F3}.el-button--text-success:active{color:#23B25D;border-color:#B8F0C7;background-color:#B8F0C7}.el-button--text-success.is-disabled,.el-button--text-success.is-disabled:focus,.el-button--text-success.is-disabled:hover{color:#8CE0A5}.el-button--text-warning{color:#FF7D00}.el-button--text-warning:hover{color:#FF7D00;border-color:#FFF7E8;background-color:#FFF7E8}.el-button--text-warning:active{color:#FF7D00;border-color:#FFE4BA;background-color:#FFE4BA}.el-button--text-warning.is-disabled,.el-button--text-warning.is-disabled:focus,.el-button--text-warning.is-disabled:hover{color:#FFCF8B}.el-button--text-danger{color:#F53F3F}.el-button--text-danger:hover{color:#F53F3F;border-color:#FFF1F1;background-color:#FFF1F1}.el-button--text-danger:active{color:#F53F3F;border-color:#FDCDC5;background-color:#FDCDC5}.el-button--text-danger.is-disabled,.el-button--text-danger.is-disabled:focus,.el-button--text-danger.is-disabled:hover{color:#FBACA3}.el-button-group{display:inline-block;vertical-align:middle}.el-button-group::after,.el-button-group::before{display:table;content:""}.el-button-group::after{clear:both}.el-button-group>.el-button{float:left;position:relative}.el-button-group>.el-button+.el-button{margin-left:0}.el-button-group>.el-button:first-child{border-top-right-radius:0;border-bottom-right-radius:0}.el-button-group>.el-button:last-child{border-top-left-radius:0;border-bottom-left-radius:0}.el-button-group>.el-button:first-child:last-child{border-radius:4px}.el-button-group>.el-button:first-child:last-child.is-round{border-radius:20px}.el-button-group>.el-button:first-child:last-child.is-circle{border-radius:50%}.el-button-group>.el-button:not(:first-child):not(:last-child){border-radius:0}.el-button-group>.el-button:not(:last-child){margin-right:-1px}.el-button-group>.el-dropdown>.el-button{border-top-left-radius:0;border-bottom-left-radius:0;border-left-color:rgba(255,255,255,.5)}.el-button-group .el-button--primary:first-child{border-right-color:rgba(255,255,255,.5)}.el-button-group .el-button--primary:last-child{border-left-color:rgba(255,255,255,.5)}.el-button-group .el-button--primary:not(:first-child):not(:last-child){border-left-color:rgba(255,255,255,.5);border-right-color:rgba(255,255,255,.5)}.el-button-group .el-button--success:first-child{border-right-color:rgba(255,255,255,.5)}.el-button-group .el-button--success:last-child{border-left-color:rgba(255,255,255,.5)}.el-button-group .el-button--success:not(:first-child):not(:last-child){border-left-color:rgba(255,255,255,.5);border-right-color:rgba(255,255,255,.5)}.el-button-group .el-button--warning:first-child{border-right-color:rgba(255,255,255,.5)}.el-button-group .el-button--warning:last-child{border-left-color:rgba(255,255,255,.5)}.el-button-group .el-button--warning:not(:first-child):not(:last-child){border-left-color:rgba(255,255,255,.5);border-right-color:rgba(255,255,255,.5)}.el-button-group .el-button--danger:first-child{border-right-color:rgba(255,255,255,.5)}.el-button-group .el-button--danger:last-child{border-left-color:rgba(255,255,255,.5)}.el-button-group .el-button--danger:not(:first-child):not(:last-child){border-left-color:rgba(255,255,255,.5);border-right-color:rgba(255,255,255,.5)}.el-button-group .el-button--info:first-child{border-right-color:rgba(255,255,255,.5)}.el-button-group .el-button--info:last-child{border-left-color:rgba(255,255,255,.5)}.el-button-group .el-button--info:not(:first-child):not(:last-child){border-left-color:rgba(255,255,255,.5);border-right-color:rgba(255,255,255,.5)}
|
|
1
|
+
.el-button-group>.el-button.is-active,.el-button-group>.el-button.is-disabled,.el-button-group>.el-button:not(.is-disabled):active,.el-button-group>.el-button:not(.is-disabled):focus,.el-button-group>.el-button:not(.is-disabled):hover{z-index:1}.el-button{display:inline-block;white-space:nowrap;cursor:pointer;background:#F6F7F8;border:1px solid #DCDFE6;color:#212026;-webkit-appearance:none;text-align:center;-webkit-box-sizing:border-box;box-sizing:border-box;outline:0;margin:0;-webkit-transition:all ease .3s;transition:all ease .3s;font-weight:500;font-family:inherit;-moz-user-select:none;-webkit-user-select:none;-ms-user-select:none;padding:0 14px;height:36px;line-height:34px;font-size:14px;border-radius:4px}.el-button+.el-button{margin-left:10px}.el-button:hover{color:#6179FF;border-color:#6179FF;background-color:#F0F4FD}.el-button:active{color:#2735D2;border-color:#2735D2;background-color:#F0F4FD;outline:0}.el-button::-moz-focus-inner{border:0}.el-button [class*=iov-icon-]+span{margin-left:4px}.el-button--mini [class*=iov-icon-]+span,.el-button--text [class*=iov-icon-]+span{margin-left:2px}.el-button.is-plain{background-color:#F6F7F8}.el-button.is-plain:hover{background-color:#F0F4FD}.el-button.is-dashed{background-color:#F6F7F8;border-style:dashed}.el-button.is-dashed:hover{background-color:#F0F4FD}.el-button.is-ghost{background:0 0!important}.el-button.is-block{display:block;width:100%}.el-button.is-disabled,.el-button.is-disabled:focus,.el-button.is-disabled:hover{color:#A2A3AA;cursor:not-allowed;background-image:none;background-color:#F6F7F8;border-color:#DCDFE6}.el-button.is-disabled.el-button--text{background-color:transparent}.el-button.is-disabled.is-plain .el-button.is-disabled.is-plain:hover,.el-button.is-disabled.is-plain:focus{background-color:#FFF;border-color:#DCDFE6;color:#A2A3AA}.el-button.is-loading{position:relative;pointer-events:none}.el-button.is-loading:before{pointer-events:none;content:'';position:absolute;left:-1px;top:-1px;right:-1px;bottom:-1px;border-radius:inherit;background-color:rgba(255,255,255,.35)}.el-button.is-round{border-radius:20px;padding:0 14px}.el-button.is-circle{border-radius:50%;width:36px;padding:0}.el-button.is-icon-only{padding:0;width:36px;font-size:18px}.el-button--default.is-icon-only{border:0}.el-button--primary{background-color:#3F57FF;border-color:#3F57FF;color:#FFF}.el-button--primary:hover{background:#6179FF;border-color:#6179FF;color:#FFF}.el-button--primary.is-active,.el-button--primary:active{background:#2735D2;border-color:#2735D2;color:#FFF;outline:0}.el-button--primary.is-disabled,.el-button--primary.is-disabled:active,.el-button--primary.is-disabled:focus,.el-button--primary.is-disabled:hover{background-color:#C0CDFF;border-color:#C0CDFF;color:#FFF}.el-button--primary.is-plain{background:#F0F4FD;border-color:#C0CDFF;color:#3F57FF}.el-button--primary.is-plain:hover{background:#F0F4FD;border-color:#6179FF;color:#6179FF}.el-button--primary.is-plain.is-active,.el-button--primary.is-plain:active{background:#F0F4FD;border-color:#2735D2;color:#2735D2;outline:0}.el-button--primary.is-plain.is-disabled,.el-button--primary.is-plain.is-disabled:active,.el-button--primary.is-plain.is-disabled:focus,.el-button--primary.is-plain.is-disabled:hover{background-color:#F0F4FD;border-color:#E6ECFE;color:#C0CDFF}.el-button--primary.is-dashed{background:#F0F4FD;border-color:#3F57FF;color:#3F57FF}.el-button--primary.is-dashed:hover{background:#F0F4FD;border-color:#6179FF;color:#6179FF}.el-button--primary.is-dashed.is-active,.el-button--primary.is-dashed:active{background:#F0F4FD;border-color:#2735D2;color:#2735D2;outline:0}.el-button--primary.is-dashed.is-disabled,.el-button--primary.is-dashed.is-disabled:active,.el-button--primary.is-dashed.is-disabled:focus,.el-button--primary.is-dashed.is-disabled:hover{background-color:#FFF;border-color:#C0CDFF;color:#C0CDFF}.el-button--primary.is-ghost{background:0 0;border-color:#3F57FF;color:#3F57FF}.el-button--primary.is-ghost:hover{background:0 0;border-color:#6179FF;color:#6179FF}.el-button--primary.is-ghost.is-active,.el-button--primary.is-ghost:active{background:0 0;border-color:#2735D2;color:#2735D2;outline:0}.el-button--primary.is-ghost.is-disabled,.el-button--primary.is-ghost.is-disabled:active,.el-button--primary.is-ghost.is-disabled:focus,.el-button--primary.is-ghost.is-disabled:hover{background:0 0;border-color:#C0CDFF;color:#C0CDFF}.el-button--success{background-color:#23B25D;border-color:#23B25D;color:#FFF}.el-button--success:hover{background:#42C170;border-color:#42C170;color:#FFF}.el-button--success.is-active,.el-button--success:active{background:#17994F;border-color:#17994F;color:#FFF;outline:0}.el-button--success.is-disabled,.el-button--success.is-disabled:active,.el-button--success.is-disabled:focus,.el-button--success.is-disabled:hover{background-color:#8CE0A5;border-color:#8CE0A5;color:#FFF}.el-button--success.is-plain{background:#EFF9F3;border-color:#8CE0A5;color:#23B25D}.el-button--success.is-plain:hover{background:#EFF9F3;border-color:#42C170;color:#42C170}.el-button--success.is-plain.is-active,.el-button--success.is-plain:active{background:#EFF9F3;border-color:#17994F;color:#17994F;outline:0}.el-button--success.is-plain.is-disabled,.el-button--success.is-plain.is-disabled:active,.el-button--success.is-plain.is-disabled:focus,.el-button--success.is-plain.is-disabled:hover{background-color:#EFF9F3;border-color:#B8F0C7;color:#8CE0A5}.el-button--success.is-dashed{background:#EFF9F3;border-color:#23B25D;color:#23B25D}.el-button--success.is-dashed:hover{background:#EFF9F3;border-color:#42C170;color:#42C170}.el-button--success.is-dashed.is-active,.el-button--success.is-dashed:active{background:#EFF9F3;border-color:#17994F;color:#17994F;outline:0}.el-button--success.is-dashed.is-disabled,.el-button--success.is-dashed.is-disabled:active,.el-button--success.is-dashed.is-disabled:focus,.el-button--success.is-dashed.is-disabled:hover{background-color:#FFF;border-color:#8CE0A5;color:#8CE0A5}.el-button--success.is-ghost{background:0 0;border-color:#23B25D;color:#23B25D}.el-button--success.is-ghost:hover{background:0 0;border-color:#42C170;color:#42C170}.el-button--success.is-ghost.is-active,.el-button--success.is-ghost:active{background:0 0;border-color:#17994F;color:#17994F;outline:0}.el-button--success.is-ghost.is-disabled,.el-button--success.is-ghost.is-disabled:active,.el-button--success.is-ghost.is-disabled:focus,.el-button--success.is-ghost.is-disabled:hover{background:0 0;border-color:#8CE0A5;color:#8CE0A5}.el-button--warning{background-color:#FF7D00;border-color:#FF7D00;color:#FFF}.el-button--warning:hover{background:#FF9A2E;border-color:#FF9A2E;color:#FFF}.el-button--warning.is-active,.el-button--warning:active{background:#D25F00;border-color:#D25F00;color:#FFF;outline:0}.el-button--warning.is-disabled,.el-button--warning.is-disabled:active,.el-button--warning.is-disabled:focus,.el-button--warning.is-disabled:hover{background-color:#FFCF8B;border-color:#FFCF8B;color:#FFF}.el-button--warning.is-plain{background:#FFF7E8;border-color:#FFCF8B;color:#FF7D00}.el-button--warning.is-plain:hover{background:#FFF7E8;border-color:#FF9A2E;color:#FF9A2E}.el-button--warning.is-plain.is-active,.el-button--warning.is-plain:active{background:#FFF7E8;border-color:#D25F00;color:#D25F00;outline:0}.el-button--warning.is-plain.is-disabled,.el-button--warning.is-plain.is-disabled:active,.el-button--warning.is-plain.is-disabled:focus,.el-button--warning.is-plain.is-disabled:hover{background-color:#FFF7E8;border-color:#FFE4BA;color:#FFCF8B}.el-button--warning.is-dashed{background:#FFF7E8;border-color:#FF7D00;color:#FF7D00}.el-button--warning.is-dashed:hover{background:#FFF7E8;border-color:#FF9A2E;color:#FF9A2E}.el-button--warning.is-dashed.is-active,.el-button--warning.is-dashed:active{background:#FFF7E8;border-color:#D25F00;color:#D25F00;outline:0}.el-button--warning.is-dashed.is-disabled,.el-button--warning.is-dashed.is-disabled:active,.el-button--warning.is-dashed.is-disabled:focus,.el-button--warning.is-dashed.is-disabled:hover{background-color:#FFF;border-color:#FFCF8B;color:#FFCF8B}.el-button--warning.is-ghost{background:0 0;border-color:#FF7D00;color:#FF7D00}.el-button--warning.is-ghost:hover{background:0 0;border-color:#FF9A2E;color:#FF9A2E}.el-button--warning.is-ghost.is-active,.el-button--warning.is-ghost:active{background:0 0;border-color:#D25F00;color:#D25F00;outline:0}.el-button--warning.is-ghost.is-disabled,.el-button--warning.is-ghost.is-disabled:active,.el-button--warning.is-ghost.is-disabled:focus,.el-button--warning.is-ghost.is-disabled:hover{background:0 0;border-color:#FFCF8B;color:#FFCF8B}.el-button--danger{background-color:#F53F3F;border-color:#F53F3F;color:#FFF}.el-button--danger:hover{background:#F76560;border-color:#F76560;color:#FFF}.el-button--danger.is-active,.el-button--danger:active{background:#CB272D;border-color:#CB272D;color:#FFF;outline:0}.el-button--danger.is-disabled,.el-button--danger.is-disabled:active,.el-button--danger.is-disabled:focus,.el-button--danger.is-disabled:hover{background-color:#FBACA3;border-color:#FBACA3;color:#FFF}.el-button--danger.is-plain{background:#FFF1F1;border-color:#FBACA3;color:#F53F3F}.el-button--danger.is-plain:hover{background:#FFF1F1;border-color:#F76560;color:#F76560}.el-button--danger.is-plain.is-active,.el-button--danger.is-plain:active{background:#FFF1F1;border-color:#CB272D;color:#CB272D;outline:0}.el-button--danger.is-plain.is-disabled,.el-button--danger.is-plain.is-disabled:active,.el-button--danger.is-plain.is-disabled:focus,.el-button--danger.is-plain.is-disabled:hover{background-color:#FFF1F1;border-color:#FDCDC5;color:#FBACA3}.el-button--danger.is-dashed{background:#FFF1F1;border-color:#F53F3F;color:#F53F3F}.el-button--danger.is-dashed:hover{background:#FFF1F1;border-color:#F76560;color:#F76560}.el-button--danger.is-dashed.is-active,.el-button--danger.is-dashed:active{background:#FFF1F1;border-color:#CB272D;color:#CB272D;outline:0}.el-button--danger.is-dashed.is-disabled,.el-button--danger.is-dashed.is-disabled:active,.el-button--danger.is-dashed.is-disabled:focus,.el-button--danger.is-dashed.is-disabled:hover{background-color:#FFF;border-color:#FBACA3;color:#FBACA3}.el-button--danger.is-ghost{background:0 0;border-color:#F53F3F;color:#F53F3F}.el-button--danger.is-ghost:hover{background:0 0;border-color:#F76560;color:#F76560}.el-button--danger.is-ghost.is-active,.el-button--danger.is-ghost:active{background:0 0;border-color:#CB272D;color:#CB272D;outline:0}.el-button--danger.is-ghost.is-disabled,.el-button--danger.is-ghost.is-disabled:active,.el-button--danger.is-ghost.is-disabled:focus,.el-button--danger.is-ghost.is-disabled:hover{background:0 0;border-color:#FBACA3;color:#FBACA3}.el-button--info{background-color:#0D1722;border-color:#0D1722;color:#FFF}.el-button--info:hover{background:#494B53;border-color:#494B53;color:#FFF}.el-button--info.is-active,.el-button--info:active{background:#0D1722;border-color:#0D1722;color:#FFF;outline:0}.el-button--info.is-disabled,.el-button--info.is-disabled:active,.el-button--info.is-disabled:focus,.el-button--info.is-disabled:hover{background-color:#ABAFB5;border-color:#ABAFB5;color:#FFF}.el-button--info.is-plain{background:#F6F7F8;border-color:#E5E6EB;color:#494B53}.el-button--info.is-plain:hover{background:#F6F7F8;border-color:#777D87;color:#777D87}.el-button--info.is-plain.is-active,.el-button--info.is-plain:active{background:#F6F7F8;border-color:#212026;color:#212026;outline:0}.el-button--info.is-plain.is-disabled,.el-button--info.is-plain.is-disabled:active,.el-button--info.is-plain.is-disabled:focus,.el-button--info.is-plain.is-disabled:hover{background-color:#F6F7F8;border-color:#F2F3F5;color:#E5E6EB}.el-button--info.is-dashed{background:#F6F7F8;border-color:#494B53;color:#494B53}.el-button--info.is-dashed:hover{background:#F6F7F8;border-color:#777D87;color:#777D87}.el-button--info.is-dashed.is-active,.el-button--info.is-dashed:active{background:#F6F7F8;border-color:#212026;color:#212026;outline:0}.el-button--info.is-dashed.is-disabled,.el-button--info.is-dashed.is-disabled:active,.el-button--info.is-dashed.is-disabled:focus,.el-button--info.is-dashed.is-disabled:hover{background-color:#FFF;border-color:#E5E6EB;color:#E5E6EB}.el-button--info.is-ghost{background:0 0;border-color:#494B53;color:#494B53}.el-button--info.is-ghost:hover{background:0 0;border-color:#777D87;color:#777D87}.el-button--info.is-ghost.is-active,.el-button--info.is-ghost:active{background:0 0;border-color:#212026;color:#212026;outline:0}.el-button--info.is-ghost.is-disabled,.el-button--info.is-ghost.is-disabled:active,.el-button--info.is-ghost.is-disabled:focus,.el-button--info.is-ghost.is-disabled:hover{background:0 0;border-color:#E5E6EB;color:#E5E6EB}.el-button--medium{padding:0 14px;height:32px;line-height:30px;font-size:13px;border-radius:4px}.el-button--medium.is-round{padding:0 14px}.el-button--medium.is-circle{width:32px}.el-button--medium.el-button--text{padding:0 8px;height:30px;line-height:28px}.el-button--medium.is-icon-only{font-size:16px;width:32px}.el-button--small{padding:0 14px;height:30px;line-height:28px;font-size:13px;border-radius:4px}.el-button--small.is-round{padding:0 14px}.el-button--small.is-circle{width:30px}.el-button--small.el-button--text{padding:0 4px;height:26px;line-height:24px}.el-button--small.is-icon-only{font-size:16px;width:30px}.el-button--mini{padding:0 8px;height:26px;line-height:24px;font-size:12px;border-radius:4px}.el-button--mini.is-round{padding:0 8px}.el-button--mini.is-circle{width:26px}.el-button--mini.el-button--text{padding:0 4px;height:22px;line-height:20px}.el-button--mini.is-icon-only{font-size:16px;width:26px}.el-button--text{border-color:transparent;color:#3F57FF;background:0 0;font-weight:400}.el-button--text:hover{color:#3F57FF;border-color:#F0F4FD;background-color:#F0F4FD}.el-button--text:active{color:#3F57FF;border-color:#E6ECFE;background-color:#E6ECFE}.el-button--text.is-disabled,.el-button--text.is-disabled:focus,.el-button--text.is-disabled:hover{color:#C0CDFF;border-color:transparent}.el-button--text-info{color:#3D4158}.el-button--text-info:hover{color:#3D4158;border-color:#F6F7F8;background-color:#F6F7F8}.el-button--text-info:active{color:#3D4158;border-color:#F2F3F5;background-color:#F2F3F5}.el-button--text-info.is-disabled,.el-button--text-info.is-disabled:focus,.el-button--text-info.is-disabled:hover{color:#A2A3AA}.el-button--text-success{color:#23B25D}.el-button--text-success:hover{color:#23B25D;border-color:#EFF9F3;background-color:#EFF9F3}.el-button--text-success:active{color:#23B25D;border-color:#B8F0C7;background-color:#B8F0C7}.el-button--text-success.is-disabled,.el-button--text-success.is-disabled:focus,.el-button--text-success.is-disabled:hover{color:#8CE0A5}.el-button--text-warning{color:#FF7D00}.el-button--text-warning:hover{color:#FF7D00;border-color:#FFF7E8;background-color:#FFF7E8}.el-button--text-warning:active{color:#FF7D00;border-color:#FFE4BA;background-color:#FFE4BA}.el-button--text-warning.is-disabled,.el-button--text-warning.is-disabled:focus,.el-button--text-warning.is-disabled:hover{color:#FFCF8B}.el-button--text-danger{color:#F53F3F}.el-button--text-danger:hover{color:#F53F3F;border-color:#FFF1F1;background-color:#FFF1F1}.el-button--text-danger:active{color:#F53F3F;border-color:#FDCDC5;background-color:#FDCDC5}.el-button--text-danger.is-disabled,.el-button--text-danger.is-disabled:focus,.el-button--text-danger.is-disabled:hover{color:#FBACA3}.el-button-group{display:inline-block;vertical-align:middle}.el-button-group::after,.el-button-group::before{display:table;content:""}.el-button-group::after{clear:both}.el-button-group>.el-button{float:left;position:relative}.el-button-group>.el-button+.el-button{margin-left:0}.el-button-group>.el-button:first-child{border-top-right-radius:0;border-bottom-right-radius:0}.el-button-group>.el-button:last-child{border-top-left-radius:0;border-bottom-left-radius:0}.el-button-group>.el-button:first-child:last-child{border-radius:4px}.el-button-group>.el-button:first-child:last-child.is-round{border-radius:20px}.el-button-group>.el-button:first-child:last-child.is-circle{border-radius:50%}.el-button-group>.el-button:not(:first-child):not(:last-child){border-radius:0}.el-button-group>.el-button:not(:last-child){margin-right:-1px}.el-button-group>.el-dropdown>.el-button{border-top-left-radius:0;border-bottom-left-radius:0;border-left-color:rgba(255,255,255,.5)}.el-button-group .el-button--primary:first-child{border-right-color:rgba(255,255,255,.5)}.el-button-group .el-button--primary:last-child{border-left-color:rgba(255,255,255,.5)}.el-button-group .el-button--primary:not(:first-child):not(:last-child){border-left-color:rgba(255,255,255,.5);border-right-color:rgba(255,255,255,.5)}.el-button-group .el-button--success:first-child{border-right-color:rgba(255,255,255,.5)}.el-button-group .el-button--success:last-child{border-left-color:rgba(255,255,255,.5)}.el-button-group .el-button--success:not(:first-child):not(:last-child){border-left-color:rgba(255,255,255,.5);border-right-color:rgba(255,255,255,.5)}.el-button-group .el-button--warning:first-child{border-right-color:rgba(255,255,255,.5)}.el-button-group .el-button--warning:last-child{border-left-color:rgba(255,255,255,.5)}.el-button-group .el-button--warning:not(:first-child):not(:last-child){border-left-color:rgba(255,255,255,.5);border-right-color:rgba(255,255,255,.5)}.el-button-group .el-button--danger:first-child{border-right-color:rgba(255,255,255,.5)}.el-button-group .el-button--danger:last-child{border-left-color:rgba(255,255,255,.5)}.el-button-group .el-button--danger:not(:first-child):not(:last-child){border-left-color:rgba(255,255,255,.5);border-right-color:rgba(255,255,255,.5)}.el-button-group .el-button--info:first-child{border-right-color:rgba(255,255,255,.5)}.el-button-group .el-button--info:last-child{border-left-color:rgba(255,255,255,.5)}.el-button-group .el-button--info:not(:first-child):not(:last-child){border-left-color:rgba(255,255,255,.5);border-right-color:rgba(255,255,255,.5)}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
.el-button{display:inline-block;white-space:nowrap;cursor:pointer;background:#F6F7F8;border:1px solid #DCDFE6;color:#212026;-webkit-appearance:none;text-align:center;-webkit-box-sizing:border-box;box-sizing:border-box;outline:0;margin:0;-webkit-transition:all ease .3s;transition:all ease .3s;font-weight:500;font-family:inherit;-moz-user-select:none;-webkit-user-select:none;-ms-user-select:none;padding:0 14px;height:36px;line-height:34px;font-size:14px;border-radius:4px}.el-button+.el-button{margin-left:10px}.el-button:hover{color:#6179FF;border-color:#6179FF;background-color:#F0F4FD}.el-button:active{color:#2735D2;border-color:#2735D2;background-color:#F0F4FD;outline:0}.el-button::-moz-focus-inner{border:0}.el-button [class*=iov-icon-]+span{margin-left:4px}.el-button.is-plain{background-color:#F6F7F8}.el-button.is-plain:hover{background-color:#F0F4FD}.el-button.is-dashed{background-color:#F6F7F8;border-style:dashed}.el-button.is-dashed:hover{background-color:#F0F4FD}.el-button.is-ghost{background:0 0!important}.el-button.is-block{display:block;width:100%}.el-button.is-disabled,.el-button.is-disabled:focus,.el-button.is-disabled:hover{color:#A2A3AA;cursor:not-allowed;background-image:none;background-color:#F6F7F8;border-color:#DCDFE6}.el-button.is-disabled.el-button--text{background-color:transparent}.el-button.is-disabled.is-plain .el-button.is-disabled.is-plain:hover,.el-button.is-disabled.is-plain:focus{background-color:#FFF;border-color:#DCDFE6;color:#A2A3AA}.el-button.is-loading{position:relative;pointer-events:none}.el-button.is-loading:before{pointer-events:none;content:'';position:absolute;left:-1px;top:-1px;right:-1px;bottom:-1px;border-radius:inherit;background-color:rgba(255,255,255,.35)}.el-button.is-round{border-radius:20px;padding:0 14px}.el-button.is-circle{border-radius:50%;width:36px;padding:0}.el-button.is-icon-only{padding:0;width:36px;font-size:18px}.el-button--default.is-icon-only{border:0}.el-button--primary{background-color:#3F57FF;border-color:#3F57FF;color:#FFF}.el-button--primary:hover{background:#6179FF;border-color:#6179FF;color:#FFF}.el-button--primary.is-active,.el-button--primary:active{background:#2735D2;border-color:#2735D2;color:#FFF;outline:0}.el-button--primary.is-disabled,.el-button--primary.is-disabled:active,.el-button--primary.is-disabled:focus,.el-button--primary.is-disabled:hover{background-color:#C0CDFF;border-color:#C0CDFF;color:#FFF}.el-button--primary.is-plain{background:#F0F4FD;border-color:#C0CDFF;color:#3F57FF}.el-button--primary.is-plain:hover{background:#F0F4FD;border-color:#6179FF;color:#6179FF}.el-button--primary.is-plain.is-active,.el-button--primary.is-plain:active{background:#F0F4FD;border-color:#2735D2;color:#2735D2;outline:0}.el-button--primary.is-plain.is-disabled,.el-button--primary.is-plain.is-disabled:active,.el-button--primary.is-plain.is-disabled:focus,.el-button--primary.is-plain.is-disabled:hover{background-color:#F0F4FD;border-color:#E6ECFE;color:#C0CDFF}.el-button--primary.is-dashed{background:#F0F4FD;border-color:#3F57FF;color:#3F57FF}.el-button--primary.is-dashed:hover{background:#F0F4FD;border-color:#6179FF;color:#6179FF}.el-button--primary.is-dashed.is-active,.el-button--primary.is-dashed:active{background:#F0F4FD;border-color:#2735D2;color:#2735D2;outline:0}.el-button--primary.is-dashed.is-disabled,.el-button--primary.is-dashed.is-disabled:active,.el-button--primary.is-dashed.is-disabled:focus,.el-button--primary.is-dashed.is-disabled:hover{background-color:#FFF;border-color:#C0CDFF;color:#C0CDFF}.el-button--primary.is-ghost{background:0 0;border-color:#3F57FF;color:#3F57FF}.el-button--primary.is-ghost:hover{background:0 0;border-color:#6179FF;color:#6179FF}.el-button--primary.is-ghost.is-active,.el-button--primary.is-ghost:active{background:0 0;border-color:#2735D2;color:#2735D2;outline:0}.el-button--primary.is-ghost.is-disabled,.el-button--primary.is-ghost.is-disabled:active,.el-button--primary.is-ghost.is-disabled:focus,.el-button--primary.is-ghost.is-disabled:hover{background:0 0;border-color:#C0CDFF;color:#C0CDFF}.el-button--success{background-color:#23B25D;border-color:#23B25D;color:#FFF}.el-button--success:hover{background:#42C170;border-color:#42C170;color:#FFF}.el-button--success.is-active,.el-button--success:active{background:#17994F;border-color:#17994F;color:#FFF;outline:0}.el-button--success.is-disabled,.el-button--success.is-disabled:active,.el-button--success.is-disabled:focus,.el-button--success.is-disabled:hover{background-color:#8CE0A5;border-color:#8CE0A5;color:#FFF}.el-button--success.is-plain{background:#EFF9F3;border-color:#8CE0A5;color:#23B25D}.el-button--success.is-plain:hover{background:#EFF9F3;border-color:#42C170;color:#42C170}.el-button--success.is-plain.is-active,.el-button--success.is-plain:active{background:#EFF9F3;border-color:#17994F;color:#17994F;outline:0}.el-button--success.is-plain.is-disabled,.el-button--success.is-plain.is-disabled:active,.el-button--success.is-plain.is-disabled:focus,.el-button--success.is-plain.is-disabled:hover{background-color:#EFF9F3;border-color:#B8F0C7;color:#8CE0A5}.el-button--success.is-dashed{background:#EFF9F3;border-color:#23B25D;color:#23B25D}.el-button--success.is-dashed:hover{background:#EFF9F3;border-color:#42C170;color:#42C170}.el-button--success.is-dashed.is-active,.el-button--success.is-dashed:active{background:#EFF9F3;border-color:#17994F;color:#17994F;outline:0}.el-button--success.is-dashed.is-disabled,.el-button--success.is-dashed.is-disabled:active,.el-button--success.is-dashed.is-disabled:focus,.el-button--success.is-dashed.is-disabled:hover{background-color:#FFF;border-color:#8CE0A5;color:#8CE0A5}.el-button--success.is-ghost{background:0 0;border-color:#23B25D;color:#23B25D}.el-button--success.is-ghost:hover{background:0 0;border-color:#42C170;color:#42C170}.el-button--success.is-ghost.is-active,.el-button--success.is-ghost:active{background:0 0;border-color:#17994F;color:#17994F;outline:0}.el-button--success.is-ghost.is-disabled,.el-button--success.is-ghost.is-disabled:active,.el-button--success.is-ghost.is-disabled:focus,.el-button--success.is-ghost.is-disabled:hover{background:0 0;border-color:#8CE0A5;color:#8CE0A5}.el-button--warning{background-color:#FF7D00;border-color:#FF7D00;color:#FFF}.el-button--warning:hover{background:#FF9A2E;border-color:#FF9A2E;color:#FFF}.el-button--warning.is-active,.el-button--warning:active{background:#D25F00;border-color:#D25F00;color:#FFF;outline:0}.el-button--warning.is-disabled,.el-button--warning.is-disabled:active,.el-button--warning.is-disabled:focus,.el-button--warning.is-disabled:hover{background-color:#FFCF8B;border-color:#FFCF8B;color:#FFF}.el-button--warning.is-plain{background:#FFF7E8;border-color:#FFCF8B;color:#FF7D00}.el-button--warning.is-plain:hover{background:#FFF7E8;border-color:#FF9A2E;color:#FF9A2E}.el-button--warning.is-plain.is-active,.el-button--warning.is-plain:active{background:#FFF7E8;border-color:#D25F00;color:#D25F00;outline:0}.el-button--warning.is-plain.is-disabled,.el-button--warning.is-plain.is-disabled:active,.el-button--warning.is-plain.is-disabled:focus,.el-button--warning.is-plain.is-disabled:hover{background-color:#FFF7E8;border-color:#FFE4BA;color:#FFCF8B}.el-button--warning.is-dashed{background:#FFF7E8;border-color:#FF7D00;color:#FF7D00}.el-button--warning.is-dashed:hover{background:#FFF7E8;border-color:#FF9A2E;color:#FF9A2E}.el-button--warning.is-dashed.is-active,.el-button--warning.is-dashed:active{background:#FFF7E8;border-color:#D25F00;color:#D25F00;outline:0}.el-button--warning.is-dashed.is-disabled,.el-button--warning.is-dashed.is-disabled:active,.el-button--warning.is-dashed.is-disabled:focus,.el-button--warning.is-dashed.is-disabled:hover{background-color:#FFF;border-color:#FFCF8B;color:#FFCF8B}.el-button--warning.is-ghost{background:0 0;border-color:#FF7D00;color:#FF7D00}.el-button--warning.is-ghost:hover{background:0 0;border-color:#FF9A2E;color:#FF9A2E}.el-button--warning.is-ghost.is-active,.el-button--warning.is-ghost:active{background:0 0;border-color:#D25F00;color:#D25F00;outline:0}.el-button--warning.is-ghost.is-disabled,.el-button--warning.is-ghost.is-disabled:active,.el-button--warning.is-ghost.is-disabled:focus,.el-button--warning.is-ghost.is-disabled:hover{background:0 0;border-color:#FFCF8B;color:#FFCF8B}.el-button--danger{background-color:#F53F3F;border-color:#F53F3F;color:#FFF}.el-button--danger:hover{background:#F76560;border-color:#F76560;color:#FFF}.el-button--danger.is-active,.el-button--danger:active{background:#CB272D;border-color:#CB272D;color:#FFF;outline:0}.el-button--danger.is-disabled,.el-button--danger.is-disabled:active,.el-button--danger.is-disabled:focus,.el-button--danger.is-disabled:hover{background-color:#FBACA3;border-color:#FBACA3;color:#FFF}.el-button--danger.is-plain{background:#FFF1F1;border-color:#FBACA3;color:#F53F3F}.el-button--danger.is-plain:hover{background:#FFF1F1;border-color:#F76560;color:#F76560}.el-button--danger.is-plain.is-active,.el-button--danger.is-plain:active{background:#FFF1F1;border-color:#CB272D;color:#CB272D;outline:0}.el-button--danger.is-plain.is-disabled,.el-button--danger.is-plain.is-disabled:active,.el-button--danger.is-plain.is-disabled:focus,.el-button--danger.is-plain.is-disabled:hover{background-color:#FFF1F1;border-color:#FDCDC5;color:#FBACA3}.el-button--danger.is-dashed{background:#FFF1F1;border-color:#F53F3F;color:#F53F3F}.el-button--danger.is-dashed:hover{background:#FFF1F1;border-color:#F76560;color:#F76560}.el-button--danger.is-dashed.is-active,.el-button--danger.is-dashed:active{background:#FFF1F1;border-color:#CB272D;color:#CB272D;outline:0}.el-button--danger.is-dashed.is-disabled,.el-button--danger.is-dashed.is-disabled:active,.el-button--danger.is-dashed.is-disabled:focus,.el-button--danger.is-dashed.is-disabled:hover{background-color:#FFF;border-color:#FBACA3;color:#FBACA3}.el-button--danger.is-ghost{background:0 0;border-color:#F53F3F;color:#F53F3F}.el-button--danger.is-ghost:hover{background:0 0;border-color:#F76560;color:#F76560}.el-button--danger.is-ghost.is-active,.el-button--danger.is-ghost:active{background:0 0;border-color:#CB272D;color:#CB272D;outline:0}.el-button--danger.is-ghost.is-disabled,.el-button--danger.is-ghost.is-disabled:active,.el-button--danger.is-ghost.is-disabled:focus,.el-button--danger.is-ghost.is-disabled:hover{background:0 0;border-color:#FBACA3;color:#FBACA3}.el-button--info{background-color:#0D1722;border-color:#0D1722;color:#FFF}.el-button--info:hover{background:#494B53;border-color:#494B53;color:#FFF}.el-button--info.is-active,.el-button--info:active{background:#0D1722;border-color:#0D1722;color:#FFF;outline:0}.el-button--info.is-disabled,.el-button--info.is-disabled:active,.el-button--info.is-disabled:focus,.el-button--info.is-disabled:hover{background-color:#ABAFB5;border-color:#ABAFB5;color:#FFF}.el-button--info.is-plain{background:#F6F7F8;border-color:#E5E6EB;color:#494B53}.el-button--info.is-plain:hover{background:#F6F7F8;border-color:#777D87;color:#777D87}.el-button--info.is-plain.is-active,.el-button--info.is-plain:active{background:#F6F7F8;border-color:#212026;color:#212026;outline:0}.el-button--info.is-plain.is-disabled,.el-button--info.is-plain.is-disabled:active,.el-button--info.is-plain.is-disabled:focus,.el-button--info.is-plain.is-disabled:hover{background-color:#F6F7F8;border-color:#F2F3F5;color:#E5E6EB}.el-button--info.is-dashed{background:#F6F7F8;border-color:#494B53;color:#494B53}.el-button--info.is-dashed:hover{background:#F6F7F8;border-color:#777D87;color:#777D87}.el-button--info.is-dashed.is-active,.el-button--info.is-dashed:active{background:#F6F7F8;border-color:#212026;color:#212026;outline:0}.el-button--info.is-dashed.is-disabled,.el-button--info.is-dashed.is-disabled:active,.el-button--info.is-dashed.is-disabled:focus,.el-button--info.is-dashed.is-disabled:hover{background-color:#FFF;border-color:#E5E6EB;color:#E5E6EB}.el-button--info.is-ghost{background:0 0;border-color:#494B53;color:#494B53}.el-button--info.is-ghost:hover{background:0 0;border-color:#777D87;color:#777D87}.el-button--info.is-ghost.is-active,.el-button--info.is-ghost:active{background:0 0;border-color:#212026;color:#212026;outline:0}.el-button--info.is-ghost.is-disabled,.el-button--info.is-ghost.is-disabled:active,.el-button--info.is-ghost.is-disabled:focus,.el-button--info.is-ghost.is-disabled:hover{background:0 0;border-color:#E5E6EB;color:#E5E6EB}.el-button--medium{padding:0 14px;height:32px;line-height:30px;font-size:13px;border-radius:4px}.el-button--medium.is-round{padding:0 14px}.el-button--medium.is-circle{width:32px}.el-button--medium.el-button--text{padding:0 8px;height:30px;line-height:28px}.el-button--medium.is-icon-only{font-size:16px;width:32px}.el-button--small{padding:0 14px;height:30px;line-height:28px;font-size:13px;border-radius:4px}.el-button--small.is-round{padding:0 14px}.el-button--small.is-circle{width:30px}.el-button--small.el-button--text{padding:0 4px;height:26px;line-height:24px}.el-button--small.is-icon-only{font-size:16px;width:30px}.el-button--mini{padding:0 8px;height:26px;line-height:24px;font-size:12px;border-radius:4px}.el-button--mini.is-round{padding:0 8px}.el-button--mini.is-circle{width:26px}.el-button--mini.el-button--text{padding:0 4px;height:22px;line-height:20px}.el-button--mini.is-icon-only{font-size:16px;width:26px}.el-button--text{border-color:transparent;color:#3F57FF;background:0 0;font-weight:400}.el-button--text:hover{color:#3F57FF;border-color:#F0F4FD;background-color:#F0F4FD}.el-button--text:active{color:#3F57FF;border-color:#E6ECFE;background-color:#E6ECFE}.el-button--text.is-disabled,.el-button--text.is-disabled:focus,.el-button--text.is-disabled:hover{color:#C0CDFF;border-color:transparent}.el-button--text-info{color:#3D4158}.el-button--text-info:hover{color:#3D4158;border-color:#F6F7F8;background-color:#F6F7F8}.el-button--text-info:active{color:#3D4158;border-color:#F2F3F5;background-color:#F2F3F5}.el-button--text-info.is-disabled,.el-button--text-info.is-disabled:focus,.el-button--text-info.is-disabled:hover{color:#A2A3AA}.el-button--text-success{color:#23B25D}.el-button--text-success:hover{color:#23B25D;border-color:#EFF9F3;background-color:#EFF9F3}.el-button--text-success:active{color:#23B25D;border-color:#B8F0C7;background-color:#B8F0C7}.el-button--text-success.is-disabled,.el-button--text-success.is-disabled:focus,.el-button--text-success.is-disabled:hover{color:#8CE0A5}.el-button--text-warning{color:#FF7D00}.el-button--text-warning:hover{color:#FF7D00;border-color:#FFF7E8;background-color:#FFF7E8}.el-button--text-warning:active{color:#FF7D00;border-color:#FFE4BA;background-color:#FFE4BA}.el-button--text-warning.is-disabled,.el-button--text-warning.is-disabled:focus,.el-button--text-warning.is-disabled:hover{color:#FFCF8B}.el-button--text-danger{color:#F53F3F}.el-button--text-danger:hover{color:#F53F3F;border-color:#FFF1F1;background-color:#FFF1F1}.el-button--text-danger:active{color:#F53F3F;border-color:#FDCDC5;background-color:#FDCDC5}.el-button--text-danger.is-disabled,.el-button--text-danger.is-disabled:focus,.el-button--text-danger.is-disabled:hover{color:#FBACA3}.el-button-group{display:inline-block;vertical-align:middle}.el-button-group::after,.el-button-group::before{display:table;content:""}.el-button-group::after{clear:both}.el-button-group>.el-button{float:left;position:relative}.el-button-group>.el-button+.el-button{margin-left:0}.el-button-group>.el-button.is-disabled{z-index:1}.el-button-group>.el-button:first-child{border-top-right-radius:0;border-bottom-right-radius:0}.el-button-group>.el-button:last-child{border-top-left-radius:0;border-bottom-left-radius:0}.el-button-group>.el-button:first-child:last-child{border-radius:4px}.el-button-group>.el-button:first-child:last-child.is-round{border-radius:20px}.el-button-group>.el-button:first-child:last-child.is-circle{border-radius:50%}.el-button-group>.el-button:not(:first-child):not(:last-child){border-radius:0}.el-button-group>.el-button:not(:last-child){margin-right:-1px}.el-button-group>.el-button.is-active,.el-button-group>.el-button:not(.is-disabled):active,.el-button-group>.el-button:not(.is-disabled):focus,.el-button-group>.el-button:not(.is-disabled):hover{z-index:1}.el-button-group>.el-dropdown>.el-button{border-top-left-radius:0;border-bottom-left-radius:0;border-left-color:rgba(255,255,255,.5)}.el-button-group .el-button--primary:first-child{border-right-color:rgba(255,255,255,.5)}.el-button-group .el-button--primary:last-child{border-left-color:rgba(255,255,255,.5)}.el-button-group .el-button--primary:not(:first-child):not(:last-child){border-left-color:rgba(255,255,255,.5);border-right-color:rgba(255,255,255,.5)}.el-button-group .el-button--success:first-child{border-right-color:rgba(255,255,255,.5)}.el-button-group .el-button--success:last-child{border-left-color:rgba(255,255,255,.5)}.el-button-group .el-button--success:not(:first-child):not(:last-child){border-left-color:rgba(255,255,255,.5);border-right-color:rgba(255,255,255,.5)}.el-button-group .el-button--warning:first-child{border-right-color:rgba(255,255,255,.5)}.el-button-group .el-button--warning:last-child{border-left-color:rgba(255,255,255,.5)}.el-button-group .el-button--warning:not(:first-child):not(:last-child){border-left-color:rgba(255,255,255,.5);border-right-color:rgba(255,255,255,.5)}.el-button-group .el-button--danger:first-child{border-right-color:rgba(255,255,255,.5)}.el-button-group .el-button--danger:last-child{border-left-color:rgba(255,255,255,.5)}.el-button-group .el-button--danger:not(:first-child):not(:last-child){border-left-color:rgba(255,255,255,.5);border-right-color:rgba(255,255,255,.5)}.el-button-group .el-button--info:first-child{border-right-color:rgba(255,255,255,.5)}.el-button-group .el-button--info:last-child{border-left-color:rgba(255,255,255,.5)}.el-button-group .el-button--info:not(:first-child):not(:last-child){border-left-color:rgba(255,255,255,.5);border-right-color:rgba(255,255,255,.5)}.el-calendar{background-color:#fff}.el-calendar__header{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;padding:12px 20px;border-bottom:1px solid #E9EBF0}.el-calendar__title{color:#000;-ms-flex-item-align:center;align-self:center}.el-calendar__body{padding:12px 20px 35px}.el-calendar-table{table-layout:fixed;width:100%}.el-calendar-table thead th{padding:12px 0;color:#212026;font-weight:400}.el-calendar-table:not(.is-range) td.next,.el-calendar-table:not(.is-range) td.prev{color:#C6C7CA}.el-calendar-table td{border-bottom:1px solid #E9EBF0;border-right:1px solid #E9EBF0;vertical-align:top;-webkit-transition:background-color .2s ease;transition:background-color .2s ease}.el-calendar-table td.is-selected{background-color:#F2F8FE}.el-calendar-table td.is-today{color:#2F48FF}.el-calendar-table tr:first-child td{border-top:1px solid #E9EBF0}.el-calendar-table tr td:first-child{border-left:1px solid #E9EBF0}.el-calendar-table tr.el-calendar-table__row--hide-border td{border-top:none}.el-calendar-table .el-calendar-day{-webkit-box-sizing:border-box;box-sizing:border-box;padding:8px;height:85px}.el-calendar-table .el-calendar-day:hover{cursor:pointer;background-color:#F2F8FE}
|
|
1
|
+
.el-button{display:inline-block;white-space:nowrap;cursor:pointer;background:#F6F7F8;border:1px solid #DCDFE6;color:#212026;-webkit-appearance:none;text-align:center;-webkit-box-sizing:border-box;box-sizing:border-box;outline:0;margin:0;-webkit-transition:all ease .3s;transition:all ease .3s;font-weight:500;font-family:inherit;-moz-user-select:none;-webkit-user-select:none;-ms-user-select:none;padding:0 14px;height:36px;line-height:34px;font-size:14px;border-radius:4px}.el-button+.el-button{margin-left:10px}.el-button:hover{color:#6179FF;border-color:#6179FF;background-color:#F0F4FD}.el-button:active{color:#2735D2;border-color:#2735D2;background-color:#F0F4FD;outline:0}.el-button::-moz-focus-inner{border:0}.el-button [class*=iov-icon-]+span{margin-left:4px}.el-button--mini [class*=iov-icon-]+span,.el-button--text [class*=iov-icon-]+span{margin-left:2px}.el-button.is-plain{background-color:#F6F7F8}.el-button.is-plain:hover{background-color:#F0F4FD}.el-button.is-dashed{background-color:#F6F7F8;border-style:dashed}.el-button.is-dashed:hover{background-color:#F0F4FD}.el-button.is-ghost{background:0 0!important}.el-button.is-block{display:block;width:100%}.el-button.is-disabled,.el-button.is-disabled:focus,.el-button.is-disabled:hover{color:#A2A3AA;cursor:not-allowed;background-image:none;background-color:#F6F7F8;border-color:#DCDFE6}.el-button.is-disabled.el-button--text{background-color:transparent}.el-button.is-disabled.is-plain .el-button.is-disabled.is-plain:hover,.el-button.is-disabled.is-plain:focus{background-color:#FFF;border-color:#DCDFE6;color:#A2A3AA}.el-button.is-loading{position:relative;pointer-events:none}.el-button.is-loading:before{pointer-events:none;content:'';position:absolute;left:-1px;top:-1px;right:-1px;bottom:-1px;border-radius:inherit;background-color:rgba(255,255,255,.35)}.el-button.is-round{border-radius:20px;padding:0 14px}.el-button.is-circle{border-radius:50%;width:36px;padding:0}.el-button.is-icon-only{padding:0;width:36px;font-size:18px}.el-button--default.is-icon-only{border:0}.el-button--primary{background-color:#3F57FF;border-color:#3F57FF;color:#FFF}.el-button--primary:hover{background:#6179FF;border-color:#6179FF;color:#FFF}.el-button--primary.is-active,.el-button--primary:active{background:#2735D2;border-color:#2735D2;color:#FFF;outline:0}.el-button--primary.is-disabled,.el-button--primary.is-disabled:active,.el-button--primary.is-disabled:focus,.el-button--primary.is-disabled:hover{background-color:#C0CDFF;border-color:#C0CDFF;color:#FFF}.el-button--primary.is-plain{background:#F0F4FD;border-color:#C0CDFF;color:#3F57FF}.el-button--primary.is-plain:hover{background:#F0F4FD;border-color:#6179FF;color:#6179FF}.el-button--primary.is-plain.is-active,.el-button--primary.is-plain:active{background:#F0F4FD;border-color:#2735D2;color:#2735D2;outline:0}.el-button--primary.is-plain.is-disabled,.el-button--primary.is-plain.is-disabled:active,.el-button--primary.is-plain.is-disabled:focus,.el-button--primary.is-plain.is-disabled:hover{background-color:#F0F4FD;border-color:#E6ECFE;color:#C0CDFF}.el-button--primary.is-dashed{background:#F0F4FD;border-color:#3F57FF;color:#3F57FF}.el-button--primary.is-dashed:hover{background:#F0F4FD;border-color:#6179FF;color:#6179FF}.el-button--primary.is-dashed.is-active,.el-button--primary.is-dashed:active{background:#F0F4FD;border-color:#2735D2;color:#2735D2;outline:0}.el-button--primary.is-dashed.is-disabled,.el-button--primary.is-dashed.is-disabled:active,.el-button--primary.is-dashed.is-disabled:focus,.el-button--primary.is-dashed.is-disabled:hover{background-color:#FFF;border-color:#C0CDFF;color:#C0CDFF}.el-button--primary.is-ghost{background:0 0;border-color:#3F57FF;color:#3F57FF}.el-button--primary.is-ghost:hover{background:0 0;border-color:#6179FF;color:#6179FF}.el-button--primary.is-ghost.is-active,.el-button--primary.is-ghost:active{background:0 0;border-color:#2735D2;color:#2735D2;outline:0}.el-button--primary.is-ghost.is-disabled,.el-button--primary.is-ghost.is-disabled:active,.el-button--primary.is-ghost.is-disabled:focus,.el-button--primary.is-ghost.is-disabled:hover{background:0 0;border-color:#C0CDFF;color:#C0CDFF}.el-button--success{background-color:#23B25D;border-color:#23B25D;color:#FFF}.el-button--success:hover{background:#42C170;border-color:#42C170;color:#FFF}.el-button--success.is-active,.el-button--success:active{background:#17994F;border-color:#17994F;color:#FFF;outline:0}.el-button--success.is-disabled,.el-button--success.is-disabled:active,.el-button--success.is-disabled:focus,.el-button--success.is-disabled:hover{background-color:#8CE0A5;border-color:#8CE0A5;color:#FFF}.el-button--success.is-plain{background:#EFF9F3;border-color:#8CE0A5;color:#23B25D}.el-button--success.is-plain:hover{background:#EFF9F3;border-color:#42C170;color:#42C170}.el-button--success.is-plain.is-active,.el-button--success.is-plain:active{background:#EFF9F3;border-color:#17994F;color:#17994F;outline:0}.el-button--success.is-plain.is-disabled,.el-button--success.is-plain.is-disabled:active,.el-button--success.is-plain.is-disabled:focus,.el-button--success.is-plain.is-disabled:hover{background-color:#EFF9F3;border-color:#B8F0C7;color:#8CE0A5}.el-button--success.is-dashed{background:#EFF9F3;border-color:#23B25D;color:#23B25D}.el-button--success.is-dashed:hover{background:#EFF9F3;border-color:#42C170;color:#42C170}.el-button--success.is-dashed.is-active,.el-button--success.is-dashed:active{background:#EFF9F3;border-color:#17994F;color:#17994F;outline:0}.el-button--success.is-dashed.is-disabled,.el-button--success.is-dashed.is-disabled:active,.el-button--success.is-dashed.is-disabled:focus,.el-button--success.is-dashed.is-disabled:hover{background-color:#FFF;border-color:#8CE0A5;color:#8CE0A5}.el-button--success.is-ghost{background:0 0;border-color:#23B25D;color:#23B25D}.el-button--success.is-ghost:hover{background:0 0;border-color:#42C170;color:#42C170}.el-button--success.is-ghost.is-active,.el-button--success.is-ghost:active{background:0 0;border-color:#17994F;color:#17994F;outline:0}.el-button--success.is-ghost.is-disabled,.el-button--success.is-ghost.is-disabled:active,.el-button--success.is-ghost.is-disabled:focus,.el-button--success.is-ghost.is-disabled:hover{background:0 0;border-color:#8CE0A5;color:#8CE0A5}.el-button--warning{background-color:#FF7D00;border-color:#FF7D00;color:#FFF}.el-button--warning:hover{background:#FF9A2E;border-color:#FF9A2E;color:#FFF}.el-button--warning.is-active,.el-button--warning:active{background:#D25F00;border-color:#D25F00;color:#FFF;outline:0}.el-button--warning.is-disabled,.el-button--warning.is-disabled:active,.el-button--warning.is-disabled:focus,.el-button--warning.is-disabled:hover{background-color:#FFCF8B;border-color:#FFCF8B;color:#FFF}.el-button--warning.is-plain{background:#FFF7E8;border-color:#FFCF8B;color:#FF7D00}.el-button--warning.is-plain:hover{background:#FFF7E8;border-color:#FF9A2E;color:#FF9A2E}.el-button--warning.is-plain.is-active,.el-button--warning.is-plain:active{background:#FFF7E8;border-color:#D25F00;color:#D25F00;outline:0}.el-button--warning.is-plain.is-disabled,.el-button--warning.is-plain.is-disabled:active,.el-button--warning.is-plain.is-disabled:focus,.el-button--warning.is-plain.is-disabled:hover{background-color:#FFF7E8;border-color:#FFE4BA;color:#FFCF8B}.el-button--warning.is-dashed{background:#FFF7E8;border-color:#FF7D00;color:#FF7D00}.el-button--warning.is-dashed:hover{background:#FFF7E8;border-color:#FF9A2E;color:#FF9A2E}.el-button--warning.is-dashed.is-active,.el-button--warning.is-dashed:active{background:#FFF7E8;border-color:#D25F00;color:#D25F00;outline:0}.el-button--warning.is-dashed.is-disabled,.el-button--warning.is-dashed.is-disabled:active,.el-button--warning.is-dashed.is-disabled:focus,.el-button--warning.is-dashed.is-disabled:hover{background-color:#FFF;border-color:#FFCF8B;color:#FFCF8B}.el-button--warning.is-ghost{background:0 0;border-color:#FF7D00;color:#FF7D00}.el-button--warning.is-ghost:hover{background:0 0;border-color:#FF9A2E;color:#FF9A2E}.el-button--warning.is-ghost.is-active,.el-button--warning.is-ghost:active{background:0 0;border-color:#D25F00;color:#D25F00;outline:0}.el-button--warning.is-ghost.is-disabled,.el-button--warning.is-ghost.is-disabled:active,.el-button--warning.is-ghost.is-disabled:focus,.el-button--warning.is-ghost.is-disabled:hover{background:0 0;border-color:#FFCF8B;color:#FFCF8B}.el-button--danger{background-color:#F53F3F;border-color:#F53F3F;color:#FFF}.el-button--danger:hover{background:#F76560;border-color:#F76560;color:#FFF}.el-button--danger.is-active,.el-button--danger:active{background:#CB272D;border-color:#CB272D;color:#FFF;outline:0}.el-button--danger.is-disabled,.el-button--danger.is-disabled:active,.el-button--danger.is-disabled:focus,.el-button--danger.is-disabled:hover{background-color:#FBACA3;border-color:#FBACA3;color:#FFF}.el-button--danger.is-plain{background:#FFF1F1;border-color:#FBACA3;color:#F53F3F}.el-button--danger.is-plain:hover{background:#FFF1F1;border-color:#F76560;color:#F76560}.el-button--danger.is-plain.is-active,.el-button--danger.is-plain:active{background:#FFF1F1;border-color:#CB272D;color:#CB272D;outline:0}.el-button--danger.is-plain.is-disabled,.el-button--danger.is-plain.is-disabled:active,.el-button--danger.is-plain.is-disabled:focus,.el-button--danger.is-plain.is-disabled:hover{background-color:#FFF1F1;border-color:#FDCDC5;color:#FBACA3}.el-button--danger.is-dashed{background:#FFF1F1;border-color:#F53F3F;color:#F53F3F}.el-button--danger.is-dashed:hover{background:#FFF1F1;border-color:#F76560;color:#F76560}.el-button--danger.is-dashed.is-active,.el-button--danger.is-dashed:active{background:#FFF1F1;border-color:#CB272D;color:#CB272D;outline:0}.el-button--danger.is-dashed.is-disabled,.el-button--danger.is-dashed.is-disabled:active,.el-button--danger.is-dashed.is-disabled:focus,.el-button--danger.is-dashed.is-disabled:hover{background-color:#FFF;border-color:#FBACA3;color:#FBACA3}.el-button--danger.is-ghost{background:0 0;border-color:#F53F3F;color:#F53F3F}.el-button--danger.is-ghost:hover{background:0 0;border-color:#F76560;color:#F76560}.el-button--danger.is-ghost.is-active,.el-button--danger.is-ghost:active{background:0 0;border-color:#CB272D;color:#CB272D;outline:0}.el-button--danger.is-ghost.is-disabled,.el-button--danger.is-ghost.is-disabled:active,.el-button--danger.is-ghost.is-disabled:focus,.el-button--danger.is-ghost.is-disabled:hover{background:0 0;border-color:#FBACA3;color:#FBACA3}.el-button--info{background-color:#0D1722;border-color:#0D1722;color:#FFF}.el-button--info:hover{background:#494B53;border-color:#494B53;color:#FFF}.el-button--info.is-active,.el-button--info:active{background:#0D1722;border-color:#0D1722;color:#FFF;outline:0}.el-button--info.is-disabled,.el-button--info.is-disabled:active,.el-button--info.is-disabled:focus,.el-button--info.is-disabled:hover{background-color:#ABAFB5;border-color:#ABAFB5;color:#FFF}.el-button--info.is-plain{background:#F6F7F8;border-color:#E5E6EB;color:#494B53}.el-button--info.is-plain:hover{background:#F6F7F8;border-color:#777D87;color:#777D87}.el-button--info.is-plain.is-active,.el-button--info.is-plain:active{background:#F6F7F8;border-color:#212026;color:#212026;outline:0}.el-button--info.is-plain.is-disabled,.el-button--info.is-plain.is-disabled:active,.el-button--info.is-plain.is-disabled:focus,.el-button--info.is-plain.is-disabled:hover{background-color:#F6F7F8;border-color:#F2F3F5;color:#E5E6EB}.el-button--info.is-dashed{background:#F6F7F8;border-color:#494B53;color:#494B53}.el-button--info.is-dashed:hover{background:#F6F7F8;border-color:#777D87;color:#777D87}.el-button--info.is-dashed.is-active,.el-button--info.is-dashed:active{background:#F6F7F8;border-color:#212026;color:#212026;outline:0}.el-button--info.is-dashed.is-disabled,.el-button--info.is-dashed.is-disabled:active,.el-button--info.is-dashed.is-disabled:focus,.el-button--info.is-dashed.is-disabled:hover{background-color:#FFF;border-color:#E5E6EB;color:#E5E6EB}.el-button--info.is-ghost{background:0 0;border-color:#494B53;color:#494B53}.el-button--info.is-ghost:hover{background:0 0;border-color:#777D87;color:#777D87}.el-button--info.is-ghost.is-active,.el-button--info.is-ghost:active{background:0 0;border-color:#212026;color:#212026;outline:0}.el-button--info.is-ghost.is-disabled,.el-button--info.is-ghost.is-disabled:active,.el-button--info.is-ghost.is-disabled:focus,.el-button--info.is-ghost.is-disabled:hover{background:0 0;border-color:#E5E6EB;color:#E5E6EB}.el-button--medium{padding:0 14px;height:32px;line-height:30px;font-size:13px;border-radius:4px}.el-button--medium.is-round{padding:0 14px}.el-button--medium.is-circle{width:32px}.el-button--medium.el-button--text{padding:0 8px;height:30px;line-height:28px}.el-button--medium.is-icon-only{font-size:16px;width:32px}.el-button--small{padding:0 14px;height:30px;line-height:28px;font-size:13px;border-radius:4px}.el-button--small.is-round{padding:0 14px}.el-button--small.is-circle{width:30px}.el-button--small.el-button--text{padding:0 4px;height:26px;line-height:24px}.el-button--small.is-icon-only{font-size:16px;width:30px}.el-button--mini{padding:0 8px;height:26px;line-height:24px;font-size:12px;border-radius:4px}.el-button--mini.is-round{padding:0 8px}.el-button--mini.is-circle{width:26px}.el-button--mini.el-button--text{padding:0 4px;height:22px;line-height:20px}.el-button--mini.is-icon-only{font-size:16px;width:26px}.el-button--text{border-color:transparent;color:#3F57FF;background:0 0;font-weight:400}.el-button--text:hover{color:#3F57FF;border-color:#F0F4FD;background-color:#F0F4FD}.el-button--text:active{color:#3F57FF;border-color:#E6ECFE;background-color:#E6ECFE}.el-button--text.is-disabled,.el-button--text.is-disabled:focus,.el-button--text.is-disabled:hover{color:#C0CDFF;border-color:transparent}.el-button--text-info{color:#3D4158}.el-button--text-info:hover{color:#3D4158;border-color:#F6F7F8;background-color:#F6F7F8}.el-button--text-info:active{color:#3D4158;border-color:#F2F3F5;background-color:#F2F3F5}.el-button--text-info.is-disabled,.el-button--text-info.is-disabled:focus,.el-button--text-info.is-disabled:hover{color:#A2A3AA}.el-button--text-success{color:#23B25D}.el-button--text-success:hover{color:#23B25D;border-color:#EFF9F3;background-color:#EFF9F3}.el-button--text-success:active{color:#23B25D;border-color:#B8F0C7;background-color:#B8F0C7}.el-button--text-success.is-disabled,.el-button--text-success.is-disabled:focus,.el-button--text-success.is-disabled:hover{color:#8CE0A5}.el-button--text-warning{color:#FF7D00}.el-button--text-warning:hover{color:#FF7D00;border-color:#FFF7E8;background-color:#FFF7E8}.el-button--text-warning:active{color:#FF7D00;border-color:#FFE4BA;background-color:#FFE4BA}.el-button--text-warning.is-disabled,.el-button--text-warning.is-disabled:focus,.el-button--text-warning.is-disabled:hover{color:#FFCF8B}.el-button--text-danger{color:#F53F3F}.el-button--text-danger:hover{color:#F53F3F;border-color:#FFF1F1;background-color:#FFF1F1}.el-button--text-danger:active{color:#F53F3F;border-color:#FDCDC5;background-color:#FDCDC5}.el-button--text-danger.is-disabled,.el-button--text-danger.is-disabled:focus,.el-button--text-danger.is-disabled:hover{color:#FBACA3}.el-button-group{display:inline-block;vertical-align:middle}.el-button-group::after,.el-button-group::before{display:table;content:""}.el-button-group::after{clear:both}.el-button-group>.el-button{float:left;position:relative}.el-button-group>.el-button+.el-button{margin-left:0}.el-button-group>.el-button.is-disabled{z-index:1}.el-button-group>.el-button:first-child{border-top-right-radius:0;border-bottom-right-radius:0}.el-button-group>.el-button:last-child{border-top-left-radius:0;border-bottom-left-radius:0}.el-button-group>.el-button:first-child:last-child{border-radius:4px}.el-button-group>.el-button:first-child:last-child.is-round{border-radius:20px}.el-button-group>.el-button:first-child:last-child.is-circle{border-radius:50%}.el-button-group>.el-button:not(:first-child):not(:last-child){border-radius:0}.el-button-group>.el-button:not(:last-child){margin-right:-1px}.el-button-group>.el-button.is-active,.el-button-group>.el-button:not(.is-disabled):active,.el-button-group>.el-button:not(.is-disabled):focus,.el-button-group>.el-button:not(.is-disabled):hover{z-index:1}.el-button-group>.el-dropdown>.el-button{border-top-left-radius:0;border-bottom-left-radius:0;border-left-color:rgba(255,255,255,.5)}.el-button-group .el-button--primary:first-child{border-right-color:rgba(255,255,255,.5)}.el-button-group .el-button--primary:last-child{border-left-color:rgba(255,255,255,.5)}.el-button-group .el-button--primary:not(:first-child):not(:last-child){border-left-color:rgba(255,255,255,.5);border-right-color:rgba(255,255,255,.5)}.el-button-group .el-button--success:first-child{border-right-color:rgba(255,255,255,.5)}.el-button-group .el-button--success:last-child{border-left-color:rgba(255,255,255,.5)}.el-button-group .el-button--success:not(:first-child):not(:last-child){border-left-color:rgba(255,255,255,.5);border-right-color:rgba(255,255,255,.5)}.el-button-group .el-button--warning:first-child{border-right-color:rgba(255,255,255,.5)}.el-button-group .el-button--warning:last-child{border-left-color:rgba(255,255,255,.5)}.el-button-group .el-button--warning:not(:first-child):not(:last-child){border-left-color:rgba(255,255,255,.5);border-right-color:rgba(255,255,255,.5)}.el-button-group .el-button--danger:first-child{border-right-color:rgba(255,255,255,.5)}.el-button-group .el-button--danger:last-child{border-left-color:rgba(255,255,255,.5)}.el-button-group .el-button--danger:not(:first-child):not(:last-child){border-left-color:rgba(255,255,255,.5);border-right-color:rgba(255,255,255,.5)}.el-button-group .el-button--info:first-child{border-right-color:rgba(255,255,255,.5)}.el-button-group .el-button--info:last-child{border-left-color:rgba(255,255,255,.5)}.el-button-group .el-button--info:not(:first-child):not(:last-child){border-left-color:rgba(255,255,255,.5);border-right-color:rgba(255,255,255,.5)}.el-calendar{background-color:#fff}.el-calendar__header{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;padding:12px 20px;border-bottom:1px solid #E9EBF0}.el-calendar__title{color:#000;-ms-flex-item-align:center;align-self:center}.el-calendar__body{padding:12px 20px 35px}.el-calendar-table{table-layout:fixed;width:100%}.el-calendar-table thead th{padding:12px 0;color:#212026;font-weight:400}.el-calendar-table:not(.is-range) td.next,.el-calendar-table:not(.is-range) td.prev{color:#C6C7CA}.el-calendar-table td{border-bottom:1px solid #E9EBF0;border-right:1px solid #E9EBF0;vertical-align:top;-webkit-transition:background-color .2s ease;transition:background-color .2s ease}.el-calendar-table td.is-selected{background-color:#F2F8FE}.el-calendar-table td.is-today{color:#2F48FF}.el-calendar-table tr:first-child td{border-top:1px solid #E9EBF0}.el-calendar-table tr td:first-child{border-left:1px solid #E9EBF0}.el-calendar-table tr.el-calendar-table__row--hide-border td{border-top:none}.el-calendar-table .el-calendar-day{-webkit-box-sizing:border-box;box-sizing:border-box;padding:8px;height:85px}.el-calendar-table .el-calendar-day:hover{cursor:pointer;background-color:#F2F8FE}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
.el-button-group>.el-button.is-active,.el-button-group>.el-button.is-disabled,.el-button-group>.el-button:not(.is-disabled):active,.el-button-group>.el-button:not(.is-disabled):focus,.el-button-group>.el-button:not(.is-disabled):hover{z-index:1}.el-button{display:inline-block;white-space:nowrap;cursor:pointer;background:#F6F7F8;border:1px solid #DCDFE6;color:#212026;-webkit-appearance:none;text-align:center;-webkit-box-sizing:border-box;box-sizing:border-box;outline:0;margin:0;-webkit-transition:all ease .3s;transition:all ease .3s;font-weight:500;font-family:inherit;-moz-user-select:none;-webkit-user-select:none;-ms-user-select:none;padding:0 14px;height:36px;line-height:34px;font-size:14px;border-radius:4px}.el-button+.el-button{margin-left:10px}.el-button:hover{color:#6179FF;border-color:#6179FF;background-color:#F0F4FD}.el-button:active{color:#2735D2;border-color:#2735D2;background-color:#F0F4FD;outline:0}.el-button::-moz-focus-inner{border:0}.el-button [class*=iov-icon-]+span{margin-left:4px}.el-button.is-plain{background-color:#F6F7F8}.el-button.is-plain:hover{background-color:#F0F4FD}.el-button.is-dashed{background-color:#F6F7F8;border-style:dashed}.el-button.is-dashed:hover{background-color:#F0F4FD}.el-button.is-ghost{background:0 0!important}.el-button.is-block{display:block;width:100%}.el-button.is-disabled,.el-button.is-disabled:focus,.el-button.is-disabled:hover{color:#A2A3AA;cursor:not-allowed;background-image:none;background-color:#F6F7F8;border-color:#DCDFE6}.el-button.is-disabled.el-button--text{background-color:transparent}.el-button.is-disabled.is-plain .el-button.is-disabled.is-plain:hover,.el-button.is-disabled.is-plain:focus{background-color:#FFF;border-color:#DCDFE6;color:#A2A3AA}.el-button.is-loading{position:relative;pointer-events:none}.el-button.is-loading:before{pointer-events:none;content:'';position:absolute;left:-1px;top:-1px;right:-1px;bottom:-1px;border-radius:inherit;background-color:rgba(255,255,255,.35)}.el-button.is-round{border-radius:20px;padding:0 14px}.el-button.is-circle{border-radius:50%;width:36px;padding:0}.el-button.is-icon-only{padding:0;width:36px;font-size:18px}.el-button--default.is-icon-only{border:0}.el-button--primary{background-color:#3F57FF;border-color:#3F57FF;color:#FFF}.el-button--primary:hover{background:#6179FF;border-color:#6179FF;color:#FFF}.el-button--primary.is-active,.el-button--primary:active{background:#2735D2;border-color:#2735D2;color:#FFF;outline:0}.el-button--primary.is-disabled,.el-button--primary.is-disabled:active,.el-button--primary.is-disabled:focus,.el-button--primary.is-disabled:hover{background-color:#C0CDFF;border-color:#C0CDFF;color:#FFF}.el-button--primary.is-plain{background:#F0F4FD;border-color:#C0CDFF;color:#3F57FF}.el-button--primary.is-plain:hover{background:#F0F4FD;border-color:#6179FF;color:#6179FF}.el-button--primary.is-plain.is-active,.el-button--primary.is-plain:active{background:#F0F4FD;border-color:#2735D2;color:#2735D2;outline:0}.el-button--primary.is-plain.is-disabled,.el-button--primary.is-plain.is-disabled:active,.el-button--primary.is-plain.is-disabled:focus,.el-button--primary.is-plain.is-disabled:hover{background-color:#F0F4FD;border-color:#E6ECFE;color:#C0CDFF}.el-button--primary.is-dashed{background:#F0F4FD;border-color:#3F57FF;color:#3F57FF}.el-button--primary.is-dashed:hover{background:#F0F4FD;border-color:#6179FF;color:#6179FF}.el-button--primary.is-dashed.is-active,.el-button--primary.is-dashed:active{background:#F0F4FD;border-color:#2735D2;color:#2735D2;outline:0}.el-button--primary.is-dashed.is-disabled,.el-button--primary.is-dashed.is-disabled:active,.el-button--primary.is-dashed.is-disabled:focus,.el-button--primary.is-dashed.is-disabled:hover{background-color:#FFF;border-color:#C0CDFF;color:#C0CDFF}.el-button--primary.is-ghost{background:0 0;border-color:#3F57FF;color:#3F57FF}.el-button--primary.is-ghost:hover{background:0 0;border-color:#6179FF;color:#6179FF}.el-button--primary.is-ghost.is-active,.el-button--primary.is-ghost:active{background:0 0;border-color:#2735D2;color:#2735D2;outline:0}.el-button--primary.is-ghost.is-disabled,.el-button--primary.is-ghost.is-disabled:active,.el-button--primary.is-ghost.is-disabled:focus,.el-button--primary.is-ghost.is-disabled:hover{background:0 0;border-color:#C0CDFF;color:#C0CDFF}.el-button--success{background-color:#23B25D;border-color:#23B25D;color:#FFF}.el-button--success:hover{background:#42C170;border-color:#42C170;color:#FFF}.el-button--success.is-active,.el-button--success:active{background:#17994F;border-color:#17994F;color:#FFF;outline:0}.el-button--success.is-disabled,.el-button--success.is-disabled:active,.el-button--success.is-disabled:focus,.el-button--success.is-disabled:hover{background-color:#8CE0A5;border-color:#8CE0A5;color:#FFF}.el-button--success.is-plain{background:#EFF9F3;border-color:#8CE0A5;color:#23B25D}.el-button--success.is-plain:hover{background:#EFF9F3;border-color:#42C170;color:#42C170}.el-button--success.is-plain.is-active,.el-button--success.is-plain:active{background:#EFF9F3;border-color:#17994F;color:#17994F;outline:0}.el-button--success.is-plain.is-disabled,.el-button--success.is-plain.is-disabled:active,.el-button--success.is-plain.is-disabled:focus,.el-button--success.is-plain.is-disabled:hover{background-color:#EFF9F3;border-color:#B8F0C7;color:#8CE0A5}.el-button--success.is-dashed{background:#EFF9F3;border-color:#23B25D;color:#23B25D}.el-button--success.is-dashed:hover{background:#EFF9F3;border-color:#42C170;color:#42C170}.el-button--success.is-dashed.is-active,.el-button--success.is-dashed:active{background:#EFF9F3;border-color:#17994F;color:#17994F;outline:0}.el-button--success.is-dashed.is-disabled,.el-button--success.is-dashed.is-disabled:active,.el-button--success.is-dashed.is-disabled:focus,.el-button--success.is-dashed.is-disabled:hover{background-color:#FFF;border-color:#8CE0A5;color:#8CE0A5}.el-button--success.is-ghost{background:0 0;border-color:#23B25D;color:#23B25D}.el-button--success.is-ghost:hover{background:0 0;border-color:#42C170;color:#42C170}.el-button--success.is-ghost.is-active,.el-button--success.is-ghost:active{background:0 0;border-color:#17994F;color:#17994F;outline:0}.el-button--success.is-ghost.is-disabled,.el-button--success.is-ghost.is-disabled:active,.el-button--success.is-ghost.is-disabled:focus,.el-button--success.is-ghost.is-disabled:hover{background:0 0;border-color:#8CE0A5;color:#8CE0A5}.el-button--warning{background-color:#FF7D00;border-color:#FF7D00;color:#FFF}.el-button--warning:hover{background:#FF9A2E;border-color:#FF9A2E;color:#FFF}.el-button--warning.is-active,.el-button--warning:active{background:#D25F00;border-color:#D25F00;color:#FFF;outline:0}.el-button--warning.is-disabled,.el-button--warning.is-disabled:active,.el-button--warning.is-disabled:focus,.el-button--warning.is-disabled:hover{background-color:#FFCF8B;border-color:#FFCF8B;color:#FFF}.el-button--warning.is-plain{background:#FFF7E8;border-color:#FFCF8B;color:#FF7D00}.el-button--warning.is-plain:hover{background:#FFF7E8;border-color:#FF9A2E;color:#FF9A2E}.el-button--warning.is-plain.is-active,.el-button--warning.is-plain:active{background:#FFF7E8;border-color:#D25F00;color:#D25F00;outline:0}.el-button--warning.is-plain.is-disabled,.el-button--warning.is-plain.is-disabled:active,.el-button--warning.is-plain.is-disabled:focus,.el-button--warning.is-plain.is-disabled:hover{background-color:#FFF7E8;border-color:#FFE4BA;color:#FFCF8B}.el-button--warning.is-dashed{background:#FFF7E8;border-color:#FF7D00;color:#FF7D00}.el-button--warning.is-dashed:hover{background:#FFF7E8;border-color:#FF9A2E;color:#FF9A2E}.el-button--warning.is-dashed.is-active,.el-button--warning.is-dashed:active{background:#FFF7E8;border-color:#D25F00;color:#D25F00;outline:0}.el-button--warning.is-dashed.is-disabled,.el-button--warning.is-dashed.is-disabled:active,.el-button--warning.is-dashed.is-disabled:focus,.el-button--warning.is-dashed.is-disabled:hover{background-color:#FFF;border-color:#FFCF8B;color:#FFCF8B}.el-button--warning.is-ghost{background:0 0;border-color:#FF7D00;color:#FF7D00}.el-button--warning.is-ghost:hover{background:0 0;border-color:#FF9A2E;color:#FF9A2E}.el-button--warning.is-ghost.is-active,.el-button--warning.is-ghost:active{background:0 0;border-color:#D25F00;color:#D25F00;outline:0}.el-button--warning.is-ghost.is-disabled,.el-button--warning.is-ghost.is-disabled:active,.el-button--warning.is-ghost.is-disabled:focus,.el-button--warning.is-ghost.is-disabled:hover{background:0 0;border-color:#FFCF8B;color:#FFCF8B}.el-button--danger{background-color:#F53F3F;border-color:#F53F3F;color:#FFF}.el-button--danger:hover{background:#F76560;border-color:#F76560;color:#FFF}.el-button--danger.is-active,.el-button--danger:active{background:#CB272D;border-color:#CB272D;color:#FFF;outline:0}.el-button--danger.is-disabled,.el-button--danger.is-disabled:active,.el-button--danger.is-disabled:focus,.el-button--danger.is-disabled:hover{background-color:#FBACA3;border-color:#FBACA3;color:#FFF}.el-button--danger.is-plain{background:#FFF1F1;border-color:#FBACA3;color:#F53F3F}.el-button--danger.is-plain:hover{background:#FFF1F1;border-color:#F76560;color:#F76560}.el-button--danger.is-plain.is-active,.el-button--danger.is-plain:active{background:#FFF1F1;border-color:#CB272D;color:#CB272D;outline:0}.el-button--danger.is-plain.is-disabled,.el-button--danger.is-plain.is-disabled:active,.el-button--danger.is-plain.is-disabled:focus,.el-button--danger.is-plain.is-disabled:hover{background-color:#FFF1F1;border-color:#FDCDC5;color:#FBACA3}.el-button--danger.is-dashed{background:#FFF1F1;border-color:#F53F3F;color:#F53F3F}.el-button--danger.is-dashed:hover{background:#FFF1F1;border-color:#F76560;color:#F76560}.el-button--danger.is-dashed.is-active,.el-button--danger.is-dashed:active{background:#FFF1F1;border-color:#CB272D;color:#CB272D;outline:0}.el-button--danger.is-dashed.is-disabled,.el-button--danger.is-dashed.is-disabled:active,.el-button--danger.is-dashed.is-disabled:focus,.el-button--danger.is-dashed.is-disabled:hover{background-color:#FFF;border-color:#FBACA3;color:#FBACA3}.el-button--danger.is-ghost{background:0 0;border-color:#F53F3F;color:#F53F3F}.el-button--danger.is-ghost:hover{background:0 0;border-color:#F76560;color:#F76560}.el-button--danger.is-ghost.is-active,.el-button--danger.is-ghost:active{background:0 0;border-color:#CB272D;color:#CB272D;outline:0}.el-button--danger.is-ghost.is-disabled,.el-button--danger.is-ghost.is-disabled:active,.el-button--danger.is-ghost.is-disabled:focus,.el-button--danger.is-ghost.is-disabled:hover{background:0 0;border-color:#FBACA3;color:#FBACA3}.el-button--info{background-color:#0D1722;border-color:#0D1722;color:#FFF}.el-button--info:hover{background:#494B53;border-color:#494B53;color:#FFF}.el-button--info.is-active,.el-button--info:active{background:#0D1722;border-color:#0D1722;color:#FFF;outline:0}.el-button--info.is-disabled,.el-button--info.is-disabled:active,.el-button--info.is-disabled:focus,.el-button--info.is-disabled:hover{background-color:#ABAFB5;border-color:#ABAFB5;color:#FFF}.el-button--info.is-plain{background:#F6F7F8;border-color:#E5E6EB;color:#494B53}.el-button--info.is-plain:hover{background:#F6F7F8;border-color:#777D87;color:#777D87}.el-button--info.is-plain.is-active,.el-button--info.is-plain:active{background:#F6F7F8;border-color:#212026;color:#212026;outline:0}.el-button--info.is-plain.is-disabled,.el-button--info.is-plain.is-disabled:active,.el-button--info.is-plain.is-disabled:focus,.el-button--info.is-plain.is-disabled:hover{background-color:#F6F7F8;border-color:#F2F3F5;color:#E5E6EB}.el-button--info.is-dashed{background:#F6F7F8;border-color:#494B53;color:#494B53}.el-button--info.is-dashed:hover{background:#F6F7F8;border-color:#777D87;color:#777D87}.el-button--info.is-dashed.is-active,.el-button--info.is-dashed:active{background:#F6F7F8;border-color:#212026;color:#212026;outline:0}.el-button--info.is-dashed.is-disabled,.el-button--info.is-dashed.is-disabled:active,.el-button--info.is-dashed.is-disabled:focus,.el-button--info.is-dashed.is-disabled:hover{background-color:#FFF;border-color:#E5E6EB;color:#E5E6EB}.el-button--info.is-ghost{background:0 0;border-color:#494B53;color:#494B53}.el-button--info.is-ghost:hover{background:0 0;border-color:#777D87;color:#777D87}.el-button--info.is-ghost.is-active,.el-button--info.is-ghost:active{background:0 0;border-color:#212026;color:#212026;outline:0}.el-button--info.is-ghost.is-disabled,.el-button--info.is-ghost.is-disabled:active,.el-button--info.is-ghost.is-disabled:focus,.el-button--info.is-ghost.is-disabled:hover{background:0 0;border-color:#E5E6EB;color:#E5E6EB}.el-button--medium{padding:0 14px;height:32px;line-height:30px;font-size:13px;border-radius:4px}.el-button--medium.is-round{padding:0 14px}.el-button--medium.is-circle{width:32px}.el-button--medium.el-button--text{padding:0 8px;height:30px;line-height:28px}.el-button--medium.is-icon-only{font-size:16px;width:32px}.el-button--small{padding:0 14px;height:30px;line-height:28px;font-size:13px;border-radius:4px}.el-button--small.is-round{padding:0 14px}.el-button--small.is-circle{width:30px}.el-button--small.el-button--text{padding:0 4px;height:26px;line-height:24px}.el-button--small.is-icon-only{font-size:16px;width:30px}.el-button--mini{padding:0 8px;height:26px;line-height:24px;font-size:12px;border-radius:4px}.el-button--mini.is-round{padding:0 8px}.el-button--mini.is-circle{width:26px}.el-button--mini.el-button--text{padding:0 4px;height:22px;line-height:20px}.el-button--mini.is-icon-only{font-size:16px;width:26px}.el-button--text{border-color:transparent;color:#3F57FF;background:0 0;font-weight:400}.el-button--text:hover{color:#3F57FF;border-color:#F0F4FD;background-color:#F0F4FD}.el-button--text:active{color:#3F57FF;border-color:#E6ECFE;background-color:#E6ECFE}.el-button--text.is-disabled,.el-button--text.is-disabled:focus,.el-button--text.is-disabled:hover{color:#C0CDFF;border-color:transparent}.el-button--text-info{color:#3D4158}.el-button--text-info:hover{color:#3D4158;border-color:#F6F7F8;background-color:#F6F7F8}.el-button--text-info:active{color:#3D4158;border-color:#F2F3F5;background-color:#F2F3F5}.el-button--text-info.is-disabled,.el-button--text-info.is-disabled:focus,.el-button--text-info.is-disabled:hover{color:#A2A3AA}.el-button--text-success{color:#23B25D}.el-button--text-success:hover{color:#23B25D;border-color:#EFF9F3;background-color:#EFF9F3}.el-button--text-success:active{color:#23B25D;border-color:#B8F0C7;background-color:#B8F0C7}.el-button--text-success.is-disabled,.el-button--text-success.is-disabled:focus,.el-button--text-success.is-disabled:hover{color:#8CE0A5}.el-button--text-warning{color:#FF7D00}.el-button--text-warning:hover{color:#FF7D00;border-color:#FFF7E8;background-color:#FFF7E8}.el-button--text-warning:active{color:#FF7D00;border-color:#FFE4BA;background-color:#FFE4BA}.el-button--text-warning.is-disabled,.el-button--text-warning.is-disabled:focus,.el-button--text-warning.is-disabled:hover{color:#FFCF8B}.el-button--text-danger{color:#F53F3F}.el-button--text-danger:hover{color:#F53F3F;border-color:#FFF1F1;background-color:#FFF1F1}.el-button--text-danger:active{color:#F53F3F;border-color:#FDCDC5;background-color:#FDCDC5}.el-button--text-danger.is-disabled,.el-button--text-danger.is-disabled:focus,.el-button--text-danger.is-disabled:hover{color:#FBACA3}.el-button-group{display:inline-block;vertical-align:middle}.el-button-group::after,.el-button-group::before{display:table;content:""}.el-button-group::after{clear:both}.el-button-group>.el-button{float:left;position:relative}.el-button-group>.el-button+.el-button{margin-left:0}.el-button-group>.el-button:first-child{border-top-right-radius:0;border-bottom-right-radius:0}.el-button-group>.el-button:last-child{border-top-left-radius:0;border-bottom-left-radius:0}.el-button-group>.el-button:first-child:last-child{border-radius:4px}.el-button-group>.el-button:first-child:last-child.is-round{border-radius:20px}.el-button-group>.el-button:first-child:last-child.is-circle{border-radius:50%}.el-button-group>.el-button:not(:first-child):not(:last-child){border-radius:0}.el-button-group>.el-button:not(:last-child){margin-right:-1px}.el-button-group>.el-dropdown>.el-button{border-top-left-radius:0;border-bottom-left-radius:0;border-left-color:rgba(255,255,255,.5)}.el-button-group .el-button--primary:first-child{border-right-color:rgba(255,255,255,.5)}.el-button-group .el-button--primary:last-child{border-left-color:rgba(255,255,255,.5)}.el-button-group .el-button--primary:not(:first-child):not(:last-child){border-left-color:rgba(255,255,255,.5);border-right-color:rgba(255,255,255,.5)}.el-button-group .el-button--success:first-child{border-right-color:rgba(255,255,255,.5)}.el-button-group .el-button--success:last-child{border-left-color:rgba(255,255,255,.5)}.el-button-group .el-button--success:not(:first-child):not(:last-child){border-left-color:rgba(255,255,255,.5);border-right-color:rgba(255,255,255,.5)}.el-button-group .el-button--warning:first-child{border-right-color:rgba(255,255,255,.5)}.el-button-group .el-button--warning:last-child{border-left-color:rgba(255,255,255,.5)}.el-button-group .el-button--warning:not(:first-child):not(:last-child){border-left-color:rgba(255,255,255,.5);border-right-color:rgba(255,255,255,.5)}.el-button-group .el-button--danger:first-child{border-right-color:rgba(255,255,255,.5)}.el-button-group .el-button--danger:last-child{border-left-color:rgba(255,255,255,.5)}.el-button-group .el-button--danger:not(:first-child):not(:last-child){border-left-color:rgba(255,255,255,.5);border-right-color:rgba(255,255,255,.5)}.el-button-group .el-button--info:first-child{border-right-color:rgba(255,255,255,.5)}.el-button-group .el-button--info:last-child{border-left-color:rgba(255,255,255,.5)}.el-button-group .el-button--info:not(:first-child):not(:last-child){border-left-color:rgba(255,255,255,.5);border-right-color:rgba(255,255,255,.5)}.el-popper .popper__arrow,.el-popper .popper__arrow::after{position:absolute;display:block;width:0;height:0;border-color:transparent;border-style:solid}.el-popper .popper__arrow{border-width:6px;-webkit-filter:drop-shadow(0 2px 12px rgba(0, 0, 0, .03));filter:drop-shadow(0 2px 12px rgba(0, 0, 0, .03))}.el-popper .popper__arrow::after{content:" ";border-width:6px}.el-popper[x-placement^=top]{margin-bottom:4px}.el-popper[x-placement^=top] .popper__arrow{bottom:-6px;left:50%;margin-right:3px;border-top-color:#DCDFE6;border-bottom-width:0}.el-popper[x-placement^=top] .popper__arrow::after{bottom:.5px;margin-left:-6px;border-top-color:#fff;border-bottom-width:0}.el-popper[x-placement^=bottom]{margin-top:4px}.el-popper[x-placement^=bottom] .popper__arrow{top:-6px;left:50%;margin-right:3px;border-top-width:0;border-bottom-color:#DCDFE6}.el-popper[x-placement^=bottom] .popper__arrow::after{top:.5px;margin-left:-6px;border-top-width:0;border-bottom-color:#fff}.el-popper[x-placement^=right]{margin-left:4px}.el-popper[x-placement^=right] .popper__arrow{top:50%;left:-6px;margin-bottom:3px;border-right-color:#DCDFE6;border-left-width:0}.el-popper[x-placement^=right] .popper__arrow::after{bottom:-6px;left:.5px;border-right-color:#fff;border-left-width:0}.el-popper[x-placement^=left]{margin-right:4px}.el-popper[x-placement^=left] .popper__arrow{top:50%;right:-6px;margin-bottom:3px;border-right-width:0;border-left-color:#DCDFE6}.el-popper[x-placement^=left] .popper__arrow::after{right:.5px;bottom:-6px;margin-left:-6px;border-right-width:0;border-left-color:#fff}.el-dropdown{display:inline-block;position:relative;color:#212026;font-size:14px}.el-dropdown .el-button-group{display:block}.el-dropdown .el-button-group .el-button{float:none}.el-dropdown .el-dropdown__caret-button{padding-left:5px;padding-right:5px;position:relative;border-left:none}.el-dropdown .el-dropdown__caret-button::before{content:'';position:absolute;display:block;width:1px;top:5px;bottom:5px;left:0;background:rgba(255,255,255,.5)}.el-dropdown .el-dropdown__caret-button.el-button--default::before{background:rgba(220,223,230,.5)}.el-dropdown .el-dropdown__caret-button:hover:not(.is-disabled)::before{top:0;bottom:0}.el-dropdown .el-dropdown__caret-button .el-dropdown__icon{padding-left:0}.el-dropdown__icon{font-size:12px;margin:0 3px}.el-dropdown .el-dropdown-selfdefine:focus:active,.el-dropdown .el-dropdown-selfdefine:focus:not(.focusing){outline-width:0}.el-dropdown [disabled]{cursor:not-allowed;color:#A2A3AA}.el-dropdown-menu{position:absolute;top:0;left:0;z-index:10;padding:4px;margin:0;background-color:#FFF;border:.5px solid #DCDFE6;border-radius:4px;-webkit-box-shadow:0 2px 8px 0 rgba(73,75,83,.12);box-shadow:0 2px 8px 0 rgba(73,75,83,.12)}.el-dropdown-menu__item{list-style:none;line-height:36px;padding:0 12px;margin:0;border-radius:2px;font-size:13px;color:#212026;cursor:pointer;outline:0}.el-dropdown-menu__item:focus,.el-dropdown-menu__item:not(.is-disabled):hover{background-color:#F6F7F8;color:#212026}.el-dropdown-menu__item i{margin-right:4px}.el-dropdown-menu__item--divided{position:relative;margin-top:4px;border-top:1px solid #EBEEF5}.el-dropdown-menu__item--divided:before{content:'';height:4px;display:block;margin:0 -12px;background-color:#FFF}.el-dropdown-menu__item.is-disabled{cursor:default;color:#A2A3AA;pointer-events:none}.el-dropdown-menu--medium{padding:4px}.el-dropdown-menu--medium .el-dropdown-menu__item{line-height:32px;padding:0 12px;font-size:14px}.el-dropdown-menu--medium .el-dropdown-menu__item.el-dropdown-menu__item--divided{margin-top:6px}.el-dropdown-menu--medium .el-dropdown-menu__item.el-dropdown-menu__item--divided:before{height:6px;margin:0 -12px}.el-dropdown-menu--small{padding:4px}.el-dropdown-menu--small .el-dropdown-menu__item{line-height:32px;padding:0 12px;font-size:13px}.el-dropdown-menu--small .el-dropdown-menu__item.el-dropdown-menu__item--divided{margin-top:4px}.el-dropdown-menu--small .el-dropdown-menu__item.el-dropdown-menu__item--divided:before{height:4px;margin:0 -12px}.el-dropdown-menu--mini{padding:4px}.el-dropdown-menu--mini .el-dropdown-menu__item{line-height:26px;padding:0 12px;font-size:12px}.el-dropdown-menu--mini .el-dropdown-menu__item.el-dropdown-menu__item--divided{margin-top:3px}.el-dropdown-menu--mini .el-dropdown-menu__item.el-dropdown-menu__item--divided:before{height:3px;margin:0 -10px}
|
|
1
|
+
.el-button-group>.el-button.is-active,.el-button-group>.el-button.is-disabled,.el-button-group>.el-button:not(.is-disabled):active,.el-button-group>.el-button:not(.is-disabled):focus,.el-button-group>.el-button:not(.is-disabled):hover{z-index:1}.el-button{display:inline-block;white-space:nowrap;cursor:pointer;background:#F6F7F8;border:1px solid #DCDFE6;color:#212026;-webkit-appearance:none;text-align:center;-webkit-box-sizing:border-box;box-sizing:border-box;outline:0;margin:0;-webkit-transition:all ease .3s;transition:all ease .3s;font-weight:500;font-family:inherit;-moz-user-select:none;-webkit-user-select:none;-ms-user-select:none;padding:0 14px;height:36px;line-height:34px;font-size:14px;border-radius:4px}.el-button+.el-button{margin-left:10px}.el-button:hover{color:#6179FF;border-color:#6179FF;background-color:#F0F4FD}.el-button:active{color:#2735D2;border-color:#2735D2;background-color:#F0F4FD;outline:0}.el-button::-moz-focus-inner{border:0}.el-button [class*=iov-icon-]+span{margin-left:4px}.el-button--mini [class*=iov-icon-]+span,.el-button--text [class*=iov-icon-]+span{margin-left:2px}.el-button.is-plain{background-color:#F6F7F8}.el-button.is-plain:hover{background-color:#F0F4FD}.el-button.is-dashed{background-color:#F6F7F8;border-style:dashed}.el-button.is-dashed:hover{background-color:#F0F4FD}.el-button.is-ghost{background:0 0!important}.el-button.is-block{display:block;width:100%}.el-button.is-disabled,.el-button.is-disabled:focus,.el-button.is-disabled:hover{color:#A2A3AA;cursor:not-allowed;background-image:none;background-color:#F6F7F8;border-color:#DCDFE6}.el-button.is-disabled.el-button--text{background-color:transparent}.el-button.is-disabled.is-plain .el-button.is-disabled.is-plain:hover,.el-button.is-disabled.is-plain:focus{background-color:#FFF;border-color:#DCDFE6;color:#A2A3AA}.el-button.is-loading{position:relative;pointer-events:none}.el-button.is-loading:before{pointer-events:none;content:'';position:absolute;left:-1px;top:-1px;right:-1px;bottom:-1px;border-radius:inherit;background-color:rgba(255,255,255,.35)}.el-button.is-round{border-radius:20px;padding:0 14px}.el-button.is-circle{border-radius:50%;width:36px;padding:0}.el-button.is-icon-only{padding:0;width:36px;font-size:18px}.el-button--default.is-icon-only{border:0}.el-button--primary{background-color:#3F57FF;border-color:#3F57FF;color:#FFF}.el-button--primary:hover{background:#6179FF;border-color:#6179FF;color:#FFF}.el-button--primary.is-active,.el-button--primary:active{background:#2735D2;border-color:#2735D2;color:#FFF;outline:0}.el-button--primary.is-disabled,.el-button--primary.is-disabled:active,.el-button--primary.is-disabled:focus,.el-button--primary.is-disabled:hover{background-color:#C0CDFF;border-color:#C0CDFF;color:#FFF}.el-button--primary.is-plain{background:#F0F4FD;border-color:#C0CDFF;color:#3F57FF}.el-button--primary.is-plain:hover{background:#F0F4FD;border-color:#6179FF;color:#6179FF}.el-button--primary.is-plain.is-active,.el-button--primary.is-plain:active{background:#F0F4FD;border-color:#2735D2;color:#2735D2;outline:0}.el-button--primary.is-plain.is-disabled,.el-button--primary.is-plain.is-disabled:active,.el-button--primary.is-plain.is-disabled:focus,.el-button--primary.is-plain.is-disabled:hover{background-color:#F0F4FD;border-color:#E6ECFE;color:#C0CDFF}.el-button--primary.is-dashed{background:#F0F4FD;border-color:#3F57FF;color:#3F57FF}.el-button--primary.is-dashed:hover{background:#F0F4FD;border-color:#6179FF;color:#6179FF}.el-button--primary.is-dashed.is-active,.el-button--primary.is-dashed:active{background:#F0F4FD;border-color:#2735D2;color:#2735D2;outline:0}.el-button--primary.is-dashed.is-disabled,.el-button--primary.is-dashed.is-disabled:active,.el-button--primary.is-dashed.is-disabled:focus,.el-button--primary.is-dashed.is-disabled:hover{background-color:#FFF;border-color:#C0CDFF;color:#C0CDFF}.el-button--primary.is-ghost{background:0 0;border-color:#3F57FF;color:#3F57FF}.el-button--primary.is-ghost:hover{background:0 0;border-color:#6179FF;color:#6179FF}.el-button--primary.is-ghost.is-active,.el-button--primary.is-ghost:active{background:0 0;border-color:#2735D2;color:#2735D2;outline:0}.el-button--primary.is-ghost.is-disabled,.el-button--primary.is-ghost.is-disabled:active,.el-button--primary.is-ghost.is-disabled:focus,.el-button--primary.is-ghost.is-disabled:hover{background:0 0;border-color:#C0CDFF;color:#C0CDFF}.el-button--success{background-color:#23B25D;border-color:#23B25D;color:#FFF}.el-button--success:hover{background:#42C170;border-color:#42C170;color:#FFF}.el-button--success.is-active,.el-button--success:active{background:#17994F;border-color:#17994F;color:#FFF;outline:0}.el-button--success.is-disabled,.el-button--success.is-disabled:active,.el-button--success.is-disabled:focus,.el-button--success.is-disabled:hover{background-color:#8CE0A5;border-color:#8CE0A5;color:#FFF}.el-button--success.is-plain{background:#EFF9F3;border-color:#8CE0A5;color:#23B25D}.el-button--success.is-plain:hover{background:#EFF9F3;border-color:#42C170;color:#42C170}.el-button--success.is-plain.is-active,.el-button--success.is-plain:active{background:#EFF9F3;border-color:#17994F;color:#17994F;outline:0}.el-button--success.is-plain.is-disabled,.el-button--success.is-plain.is-disabled:active,.el-button--success.is-plain.is-disabled:focus,.el-button--success.is-plain.is-disabled:hover{background-color:#EFF9F3;border-color:#B8F0C7;color:#8CE0A5}.el-button--success.is-dashed{background:#EFF9F3;border-color:#23B25D;color:#23B25D}.el-button--success.is-dashed:hover{background:#EFF9F3;border-color:#42C170;color:#42C170}.el-button--success.is-dashed.is-active,.el-button--success.is-dashed:active{background:#EFF9F3;border-color:#17994F;color:#17994F;outline:0}.el-button--success.is-dashed.is-disabled,.el-button--success.is-dashed.is-disabled:active,.el-button--success.is-dashed.is-disabled:focus,.el-button--success.is-dashed.is-disabled:hover{background-color:#FFF;border-color:#8CE0A5;color:#8CE0A5}.el-button--success.is-ghost{background:0 0;border-color:#23B25D;color:#23B25D}.el-button--success.is-ghost:hover{background:0 0;border-color:#42C170;color:#42C170}.el-button--success.is-ghost.is-active,.el-button--success.is-ghost:active{background:0 0;border-color:#17994F;color:#17994F;outline:0}.el-button--success.is-ghost.is-disabled,.el-button--success.is-ghost.is-disabled:active,.el-button--success.is-ghost.is-disabled:focus,.el-button--success.is-ghost.is-disabled:hover{background:0 0;border-color:#8CE0A5;color:#8CE0A5}.el-button--warning{background-color:#FF7D00;border-color:#FF7D00;color:#FFF}.el-button--warning:hover{background:#FF9A2E;border-color:#FF9A2E;color:#FFF}.el-button--warning.is-active,.el-button--warning:active{background:#D25F00;border-color:#D25F00;color:#FFF;outline:0}.el-button--warning.is-disabled,.el-button--warning.is-disabled:active,.el-button--warning.is-disabled:focus,.el-button--warning.is-disabled:hover{background-color:#FFCF8B;border-color:#FFCF8B;color:#FFF}.el-button--warning.is-plain{background:#FFF7E8;border-color:#FFCF8B;color:#FF7D00}.el-button--warning.is-plain:hover{background:#FFF7E8;border-color:#FF9A2E;color:#FF9A2E}.el-button--warning.is-plain.is-active,.el-button--warning.is-plain:active{background:#FFF7E8;border-color:#D25F00;color:#D25F00;outline:0}.el-button--warning.is-plain.is-disabled,.el-button--warning.is-plain.is-disabled:active,.el-button--warning.is-plain.is-disabled:focus,.el-button--warning.is-plain.is-disabled:hover{background-color:#FFF7E8;border-color:#FFE4BA;color:#FFCF8B}.el-button--warning.is-dashed{background:#FFF7E8;border-color:#FF7D00;color:#FF7D00}.el-button--warning.is-dashed:hover{background:#FFF7E8;border-color:#FF9A2E;color:#FF9A2E}.el-button--warning.is-dashed.is-active,.el-button--warning.is-dashed:active{background:#FFF7E8;border-color:#D25F00;color:#D25F00;outline:0}.el-button--warning.is-dashed.is-disabled,.el-button--warning.is-dashed.is-disabled:active,.el-button--warning.is-dashed.is-disabled:focus,.el-button--warning.is-dashed.is-disabled:hover{background-color:#FFF;border-color:#FFCF8B;color:#FFCF8B}.el-button--warning.is-ghost{background:0 0;border-color:#FF7D00;color:#FF7D00}.el-button--warning.is-ghost:hover{background:0 0;border-color:#FF9A2E;color:#FF9A2E}.el-button--warning.is-ghost.is-active,.el-button--warning.is-ghost:active{background:0 0;border-color:#D25F00;color:#D25F00;outline:0}.el-button--warning.is-ghost.is-disabled,.el-button--warning.is-ghost.is-disabled:active,.el-button--warning.is-ghost.is-disabled:focus,.el-button--warning.is-ghost.is-disabled:hover{background:0 0;border-color:#FFCF8B;color:#FFCF8B}.el-button--danger{background-color:#F53F3F;border-color:#F53F3F;color:#FFF}.el-button--danger:hover{background:#F76560;border-color:#F76560;color:#FFF}.el-button--danger.is-active,.el-button--danger:active{background:#CB272D;border-color:#CB272D;color:#FFF;outline:0}.el-button--danger.is-disabled,.el-button--danger.is-disabled:active,.el-button--danger.is-disabled:focus,.el-button--danger.is-disabled:hover{background-color:#FBACA3;border-color:#FBACA3;color:#FFF}.el-button--danger.is-plain{background:#FFF1F1;border-color:#FBACA3;color:#F53F3F}.el-button--danger.is-plain:hover{background:#FFF1F1;border-color:#F76560;color:#F76560}.el-button--danger.is-plain.is-active,.el-button--danger.is-plain:active{background:#FFF1F1;border-color:#CB272D;color:#CB272D;outline:0}.el-button--danger.is-plain.is-disabled,.el-button--danger.is-plain.is-disabled:active,.el-button--danger.is-plain.is-disabled:focus,.el-button--danger.is-plain.is-disabled:hover{background-color:#FFF1F1;border-color:#FDCDC5;color:#FBACA3}.el-button--danger.is-dashed{background:#FFF1F1;border-color:#F53F3F;color:#F53F3F}.el-button--danger.is-dashed:hover{background:#FFF1F1;border-color:#F76560;color:#F76560}.el-button--danger.is-dashed.is-active,.el-button--danger.is-dashed:active{background:#FFF1F1;border-color:#CB272D;color:#CB272D;outline:0}.el-button--danger.is-dashed.is-disabled,.el-button--danger.is-dashed.is-disabled:active,.el-button--danger.is-dashed.is-disabled:focus,.el-button--danger.is-dashed.is-disabled:hover{background-color:#FFF;border-color:#FBACA3;color:#FBACA3}.el-button--danger.is-ghost{background:0 0;border-color:#F53F3F;color:#F53F3F}.el-button--danger.is-ghost:hover{background:0 0;border-color:#F76560;color:#F76560}.el-button--danger.is-ghost.is-active,.el-button--danger.is-ghost:active{background:0 0;border-color:#CB272D;color:#CB272D;outline:0}.el-button--danger.is-ghost.is-disabled,.el-button--danger.is-ghost.is-disabled:active,.el-button--danger.is-ghost.is-disabled:focus,.el-button--danger.is-ghost.is-disabled:hover{background:0 0;border-color:#FBACA3;color:#FBACA3}.el-button--info{background-color:#0D1722;border-color:#0D1722;color:#FFF}.el-button--info:hover{background:#494B53;border-color:#494B53;color:#FFF}.el-button--info.is-active,.el-button--info:active{background:#0D1722;border-color:#0D1722;color:#FFF;outline:0}.el-button--info.is-disabled,.el-button--info.is-disabled:active,.el-button--info.is-disabled:focus,.el-button--info.is-disabled:hover{background-color:#ABAFB5;border-color:#ABAFB5;color:#FFF}.el-button--info.is-plain{background:#F6F7F8;border-color:#E5E6EB;color:#494B53}.el-button--info.is-plain:hover{background:#F6F7F8;border-color:#777D87;color:#777D87}.el-button--info.is-plain.is-active,.el-button--info.is-plain:active{background:#F6F7F8;border-color:#212026;color:#212026;outline:0}.el-button--info.is-plain.is-disabled,.el-button--info.is-plain.is-disabled:active,.el-button--info.is-plain.is-disabled:focus,.el-button--info.is-plain.is-disabled:hover{background-color:#F6F7F8;border-color:#F2F3F5;color:#E5E6EB}.el-button--info.is-dashed{background:#F6F7F8;border-color:#494B53;color:#494B53}.el-button--info.is-dashed:hover{background:#F6F7F8;border-color:#777D87;color:#777D87}.el-button--info.is-dashed.is-active,.el-button--info.is-dashed:active{background:#F6F7F8;border-color:#212026;color:#212026;outline:0}.el-button--info.is-dashed.is-disabled,.el-button--info.is-dashed.is-disabled:active,.el-button--info.is-dashed.is-disabled:focus,.el-button--info.is-dashed.is-disabled:hover{background-color:#FFF;border-color:#E5E6EB;color:#E5E6EB}.el-button--info.is-ghost{background:0 0;border-color:#494B53;color:#494B53}.el-button--info.is-ghost:hover{background:0 0;border-color:#777D87;color:#777D87}.el-button--info.is-ghost.is-active,.el-button--info.is-ghost:active{background:0 0;border-color:#212026;color:#212026;outline:0}.el-button--info.is-ghost.is-disabled,.el-button--info.is-ghost.is-disabled:active,.el-button--info.is-ghost.is-disabled:focus,.el-button--info.is-ghost.is-disabled:hover{background:0 0;border-color:#E5E6EB;color:#E5E6EB}.el-button--medium{padding:0 14px;height:32px;line-height:30px;font-size:13px;border-radius:4px}.el-button--medium.is-round{padding:0 14px}.el-button--medium.is-circle{width:32px}.el-button--medium.el-button--text{padding:0 8px;height:30px;line-height:28px}.el-button--medium.is-icon-only{font-size:16px;width:32px}.el-button--small{padding:0 14px;height:30px;line-height:28px;font-size:13px;border-radius:4px}.el-button--small.is-round{padding:0 14px}.el-button--small.is-circle{width:30px}.el-button--small.el-button--text{padding:0 4px;height:26px;line-height:24px}.el-button--small.is-icon-only{font-size:16px;width:30px}.el-button--mini{padding:0 8px;height:26px;line-height:24px;font-size:12px;border-radius:4px}.el-button--mini.is-round{padding:0 8px}.el-button--mini.is-circle{width:26px}.el-button--mini.el-button--text{padding:0 4px;height:22px;line-height:20px}.el-button--mini.is-icon-only{font-size:16px;width:26px}.el-button--text{border-color:transparent;color:#3F57FF;background:0 0;font-weight:400}.el-button--text:hover{color:#3F57FF;border-color:#F0F4FD;background-color:#F0F4FD}.el-button--text:active{color:#3F57FF;border-color:#E6ECFE;background-color:#E6ECFE}.el-button--text.is-disabled,.el-button--text.is-disabled:focus,.el-button--text.is-disabled:hover{color:#C0CDFF;border-color:transparent}.el-button--text-info{color:#3D4158}.el-button--text-info:hover{color:#3D4158;border-color:#F6F7F8;background-color:#F6F7F8}.el-button--text-info:active{color:#3D4158;border-color:#F2F3F5;background-color:#F2F3F5}.el-button--text-info.is-disabled,.el-button--text-info.is-disabled:focus,.el-button--text-info.is-disabled:hover{color:#A2A3AA}.el-button--text-success{color:#23B25D}.el-button--text-success:hover{color:#23B25D;border-color:#EFF9F3;background-color:#EFF9F3}.el-button--text-success:active{color:#23B25D;border-color:#B8F0C7;background-color:#B8F0C7}.el-button--text-success.is-disabled,.el-button--text-success.is-disabled:focus,.el-button--text-success.is-disabled:hover{color:#8CE0A5}.el-button--text-warning{color:#FF7D00}.el-button--text-warning:hover{color:#FF7D00;border-color:#FFF7E8;background-color:#FFF7E8}.el-button--text-warning:active{color:#FF7D00;border-color:#FFE4BA;background-color:#FFE4BA}.el-button--text-warning.is-disabled,.el-button--text-warning.is-disabled:focus,.el-button--text-warning.is-disabled:hover{color:#FFCF8B}.el-button--text-danger{color:#F53F3F}.el-button--text-danger:hover{color:#F53F3F;border-color:#FFF1F1;background-color:#FFF1F1}.el-button--text-danger:active{color:#F53F3F;border-color:#FDCDC5;background-color:#FDCDC5}.el-button--text-danger.is-disabled,.el-button--text-danger.is-disabled:focus,.el-button--text-danger.is-disabled:hover{color:#FBACA3}.el-button-group{display:inline-block;vertical-align:middle}.el-button-group::after,.el-button-group::before{display:table;content:""}.el-button-group::after{clear:both}.el-button-group>.el-button{float:left;position:relative}.el-button-group>.el-button+.el-button{margin-left:0}.el-button-group>.el-button:first-child{border-top-right-radius:0;border-bottom-right-radius:0}.el-button-group>.el-button:last-child{border-top-left-radius:0;border-bottom-left-radius:0}.el-button-group>.el-button:first-child:last-child{border-radius:4px}.el-button-group>.el-button:first-child:last-child.is-round{border-radius:20px}.el-button-group>.el-button:first-child:last-child.is-circle{border-radius:50%}.el-button-group>.el-button:not(:first-child):not(:last-child){border-radius:0}.el-button-group>.el-button:not(:last-child){margin-right:-1px}.el-button-group>.el-dropdown>.el-button{border-top-left-radius:0;border-bottom-left-radius:0;border-left-color:rgba(255,255,255,.5)}.el-button-group .el-button--primary:first-child{border-right-color:rgba(255,255,255,.5)}.el-button-group .el-button--primary:last-child{border-left-color:rgba(255,255,255,.5)}.el-button-group .el-button--primary:not(:first-child):not(:last-child){border-left-color:rgba(255,255,255,.5);border-right-color:rgba(255,255,255,.5)}.el-button-group .el-button--success:first-child{border-right-color:rgba(255,255,255,.5)}.el-button-group .el-button--success:last-child{border-left-color:rgba(255,255,255,.5)}.el-button-group .el-button--success:not(:first-child):not(:last-child){border-left-color:rgba(255,255,255,.5);border-right-color:rgba(255,255,255,.5)}.el-button-group .el-button--warning:first-child{border-right-color:rgba(255,255,255,.5)}.el-button-group .el-button--warning:last-child{border-left-color:rgba(255,255,255,.5)}.el-button-group .el-button--warning:not(:first-child):not(:last-child){border-left-color:rgba(255,255,255,.5);border-right-color:rgba(255,255,255,.5)}.el-button-group .el-button--danger:first-child{border-right-color:rgba(255,255,255,.5)}.el-button-group .el-button--danger:last-child{border-left-color:rgba(255,255,255,.5)}.el-button-group .el-button--danger:not(:first-child):not(:last-child){border-left-color:rgba(255,255,255,.5);border-right-color:rgba(255,255,255,.5)}.el-button-group .el-button--info:first-child{border-right-color:rgba(255,255,255,.5)}.el-button-group .el-button--info:last-child{border-left-color:rgba(255,255,255,.5)}.el-button-group .el-button--info:not(:first-child):not(:last-child){border-left-color:rgba(255,255,255,.5);border-right-color:rgba(255,255,255,.5)}.el-popper .popper__arrow,.el-popper .popper__arrow::after{position:absolute;display:block;width:0;height:0;border-color:transparent;border-style:solid}.el-popper .popper__arrow{border-width:6px;-webkit-filter:drop-shadow(0 2px 12px rgba(0, 0, 0, .03));filter:drop-shadow(0 2px 12px rgba(0, 0, 0, .03))}.el-popper .popper__arrow::after{content:" ";border-width:6px}.el-popper[x-placement^=top]{margin-bottom:4px}.el-popper[x-placement^=top] .popper__arrow{bottom:-6px;left:50%;margin-right:3px;border-top-color:#DCDFE6;border-bottom-width:0}.el-popper[x-placement^=top] .popper__arrow::after{bottom:.5px;margin-left:-6px;border-top-color:#fff;border-bottom-width:0}.el-popper[x-placement^=bottom]{margin-top:4px}.el-popper[x-placement^=bottom] .popper__arrow{top:-6px;left:50%;margin-right:3px;border-top-width:0;border-bottom-color:#DCDFE6}.el-popper[x-placement^=bottom] .popper__arrow::after{top:.5px;margin-left:-6px;border-top-width:0;border-bottom-color:#fff}.el-popper[x-placement^=right]{margin-left:4px}.el-popper[x-placement^=right] .popper__arrow{top:50%;left:-6px;margin-bottom:3px;border-right-color:#DCDFE6;border-left-width:0}.el-popper[x-placement^=right] .popper__arrow::after{bottom:-6px;left:.5px;border-right-color:#fff;border-left-width:0}.el-popper[x-placement^=left]{margin-right:4px}.el-popper[x-placement^=left] .popper__arrow{top:50%;right:-6px;margin-bottom:3px;border-right-width:0;border-left-color:#DCDFE6}.el-popper[x-placement^=left] .popper__arrow::after{right:.5px;bottom:-6px;margin-left:-6px;border-right-width:0;border-left-color:#fff}.el-dropdown{display:inline-block;position:relative;color:#212026;font-size:14px}.el-dropdown .el-button-group{display:block}.el-dropdown .el-button-group .el-button{float:none}.el-dropdown .el-dropdown__caret-button{padding-left:5px;padding-right:5px;position:relative;border-left:none}.el-dropdown .el-dropdown__caret-button::before{content:'';position:absolute;display:block;width:1px;top:5px;bottom:5px;left:0;background:rgba(255,255,255,.5)}.el-dropdown .el-dropdown__caret-button.el-button--default::before{background:rgba(220,223,230,.5)}.el-dropdown .el-dropdown__caret-button:hover:not(.is-disabled)::before{top:0;bottom:0}.el-dropdown .el-dropdown__caret-button .el-dropdown__icon{padding-left:0}.el-dropdown__icon{font-size:12px;margin:0 3px}.el-dropdown .el-dropdown-selfdefine:focus:active,.el-dropdown .el-dropdown-selfdefine:focus:not(.focusing){outline-width:0}.el-dropdown [disabled]{cursor:not-allowed;color:#A2A3AA}.el-dropdown-menu{position:absolute;top:0;left:0;z-index:10;padding:4px;margin:0;background-color:#FFF;border:.5px solid #DCDFE6;border-radius:4px;-webkit-box-shadow:0 2px 8px 0 rgba(73,75,83,.12);box-shadow:0 2px 8px 0 rgba(73,75,83,.12)}.el-dropdown-menu__item{list-style:none;line-height:36px;padding:0 12px;margin:0;border-radius:2px;font-size:13px;color:#212026;cursor:pointer;outline:0}.el-dropdown-menu__item:focus,.el-dropdown-menu__item:not(.is-disabled):hover{background-color:#F6F7F8;color:#212026}.el-dropdown-menu__item i{margin-right:4px}.el-dropdown-menu__item--divided{position:relative;margin-top:4px;border-top:1px solid #EBEEF5}.el-dropdown-menu__item--divided:before{content:'';height:4px;display:block;margin:0 -12px;background-color:#FFF}.el-dropdown-menu__item.is-disabled{cursor:default;color:#A2A3AA;pointer-events:none}.el-dropdown-menu--medium{padding:4px}.el-dropdown-menu--medium .el-dropdown-menu__item{line-height:32px;padding:0 12px;font-size:14px}.el-dropdown-menu--medium .el-dropdown-menu__item.el-dropdown-menu__item--divided{margin-top:6px}.el-dropdown-menu--medium .el-dropdown-menu__item.el-dropdown-menu__item--divided:before{height:6px;margin:0 -12px}.el-dropdown-menu--small{padding:4px}.el-dropdown-menu--small .el-dropdown-menu__item{line-height:32px;padding:0 12px;font-size:13px}.el-dropdown-menu--small .el-dropdown-menu__item.el-dropdown-menu__item--divided{margin-top:4px}.el-dropdown-menu--small .el-dropdown-menu__item.el-dropdown-menu__item--divided:before{height:4px;margin:0 -12px}.el-dropdown-menu--mini{padding:4px}.el-dropdown-menu--mini .el-dropdown-menu__item{line-height:26px;padding:0 12px;font-size:12px}.el-dropdown-menu--mini .el-dropdown-menu__item.el-dropdown-menu__item--divided{margin-top:3px}.el-dropdown-menu--mini .el-dropdown-menu__item.el-dropdown-menu__item--divided:before{height:3px;margin:0 -10px}
|