You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
264 lines
5.1 KiB
264 lines
5.1 KiB
/* BEM support Func |
|
-------------------------- */ |
|
/* Element Chalk Variables */ |
|
/* Transition |
|
-------------------------- */ |
|
/* Color |
|
-------------------------- */ |
|
/* 53a8ff */ |
|
/* 66b1ff */ |
|
/* 79bbff */ |
|
/* 8cc5ff */ |
|
/* a0cfff */ |
|
/* b3d8ff */ |
|
/* c6e2ff */ |
|
/* d9ecff */ |
|
/* ecf5ff */ |
|
/* Link |
|
-------------------------- */ |
|
/* Border |
|
-------------------------- */ |
|
/* Fill |
|
-------------------------- */ |
|
/* Typography |
|
-------------------------- */ |
|
/* Size |
|
-------------------------- */ |
|
/* z-index |
|
-------------------------- */ |
|
/* Disable base |
|
-------------------------- */ |
|
/* Icon |
|
-------------------------- */ |
|
/* Checkbox |
|
-------------------------- */ |
|
/* Radio |
|
-------------------------- */ |
|
/* Select |
|
-------------------------- */ |
|
/* Alert |
|
-------------------------- */ |
|
/* MessageBox |
|
-------------------------- */ |
|
/* Message |
|
-------------------------- */ |
|
/* Notification |
|
-------------------------- */ |
|
/* Input |
|
-------------------------- */ |
|
/* Cascader |
|
-------------------------- */ |
|
/* Group |
|
-------------------------- */ |
|
/* Tab |
|
-------------------------- */ |
|
/* Button |
|
-------------------------- */ |
|
/* cascader |
|
-------------------------- */ |
|
/* Switch |
|
-------------------------- */ |
|
/* Dialog |
|
-------------------------- */ |
|
/* Table |
|
-------------------------- */ |
|
/* Pagination |
|
-------------------------- */ |
|
/* Popup |
|
-------------------------- */ |
|
/* Popover |
|
-------------------------- */ |
|
/* Tooltip |
|
-------------------------- */ |
|
/* Tag |
|
-------------------------- */ |
|
/* Tree |
|
-------------------------- */ |
|
/* Dropdown |
|
-------------------------- */ |
|
/* Badge |
|
-------------------------- */ |
|
/* Card |
|
--------------------------*/ |
|
/* Slider |
|
--------------------------*/ |
|
/* Steps |
|
--------------------------*/ |
|
/* Menu |
|
--------------------------*/ |
|
/* Rate |
|
--------------------------*/ |
|
/* DatePicker |
|
--------------------------*/ |
|
/* Loading |
|
--------------------------*/ |
|
/* Scrollbar |
|
--------------------------*/ |
|
/* Carousel |
|
--------------------------*/ |
|
/* Collapse |
|
--------------------------*/ |
|
/* Transfer |
|
--------------------------*/ |
|
/* Header |
|
--------------------------*/ |
|
/* Footer |
|
--------------------------*/ |
|
/* Main |
|
--------------------------*/ |
|
/* Timeline |
|
--------------------------*/ |
|
/* Backtop |
|
--------------------------*/ |
|
/* Link |
|
--------------------------*/ |
|
/* Calendar |
|
--------------------------*/ |
|
/* Form |
|
-------------------------- */ |
|
/* Avatar |
|
--------------------------*/ |
|
/* Break-point |
|
--------------------------*/ |
|
/* Break-points |
|
-------------------------- */ |
|
/* Scrollbar |
|
-------------------------- */ |
|
/* Placeholder |
|
-------------------------- */ |
|
/* BEM |
|
-------------------------- */ |
|
/* Element Chalk Variables */ |
|
/* Transition |
|
-------------------------- */ |
|
/* Color |
|
-------------------------- */ |
|
/* 53a8ff */ |
|
/* 66b1ff */ |
|
/* 79bbff */ |
|
/* 8cc5ff */ |
|
/* a0cfff */ |
|
/* b3d8ff */ |
|
/* c6e2ff */ |
|
/* d9ecff */ |
|
/* ecf5ff */ |
|
/* Link |
|
-------------------------- */ |
|
/* Border |
|
-------------------------- */ |
|
/* Fill |
|
-------------------------- */ |
|
/* Typography |
|
-------------------------- */ |
|
/* Size |
|
-------------------------- */ |
|
/* z-index |
|
-------------------------- */ |
|
/* Disable base |
|
-------------------------- */ |
|
/* Icon |
|
-------------------------- */ |
|
/* Checkbox |
|
-------------------------- */ |
|
/* Radio |
|
-------------------------- */ |
|
/* Select |
|
-------------------------- */ |
|
/* Alert |
|
-------------------------- */ |
|
/* MessageBox |
|
-------------------------- */ |
|
/* Message |
|
-------------------------- */ |
|
/* Notification |
|
-------------------------- */ |
|
/* Input |
|
-------------------------- */ |
|
/* Cascader |
|
-------------------------- */ |
|
/* Group |
|
-------------------------- */ |
|
/* Tab |
|
-------------------------- */ |
|
/* Button |
|
-------------------------- */ |
|
/* cascader |
|
-------------------------- */ |
|
/* Switch |
|
-------------------------- */ |
|
/* Dialog |
|
-------------------------- */ |
|
/* Table |
|
-------------------------- */ |
|
/* Pagination |
|
-------------------------- */ |
|
/* Popup |
|
-------------------------- */ |
|
/* Popover |
|
-------------------------- */ |
|
/* Tooltip |
|
-------------------------- */ |
|
/* Tag |
|
-------------------------- */ |
|
/* Tree |
|
-------------------------- */ |
|
/* Dropdown |
|
-------------------------- */ |
|
/* Badge |
|
-------------------------- */ |
|
/* Card |
|
--------------------------*/ |
|
/* Slider |
|
--------------------------*/ |
|
/* Steps |
|
--------------------------*/ |
|
/* Menu |
|
--------------------------*/ |
|
/* Rate |
|
--------------------------*/ |
|
/* DatePicker |
|
--------------------------*/ |
|
/* Loading |
|
--------------------------*/ |
|
/* Scrollbar |
|
--------------------------*/ |
|
/* Carousel |
|
--------------------------*/ |
|
/* Collapse |
|
--------------------------*/ |
|
/* Transfer |
|
--------------------------*/ |
|
/* Header |
|
--------------------------*/ |
|
/* Footer |
|
--------------------------*/ |
|
/* Main |
|
--------------------------*/ |
|
/* Timeline |
|
--------------------------*/ |
|
/* Backtop |
|
--------------------------*/ |
|
/* Link |
|
--------------------------*/ |
|
/* Calendar |
|
--------------------------*/ |
|
/* Form |
|
-------------------------- */ |
|
/* Avatar |
|
--------------------------*/ |
|
/* Break-point |
|
--------------------------*/ |
|
.el-popconfirm__main { |
|
display: -webkit-box; |
|
display: -ms-flexbox; |
|
display: flex; |
|
-webkit-box-align: center; |
|
-ms-flex-align: center; |
|
align-items: center; } |
|
|
|
.el-popconfirm__icon { |
|
margin-right: 5px; } |
|
|
|
.el-popconfirm__action { |
|
text-align: right; |
|
margin: 0; }
|
|
|