vxe-table-select-area
Version:
一个基于 vxe-table 的可区域选中复制、粘贴的组件
100 lines (92 loc) • 2.59 kB
CSS
@charset "UTF-8";
/*font*/
/*size*/
/*icon*/
/*color*/
/*input/radio/checkbox*/
/*popup*/
/*table*/
/*filter*/
/*menu*/
/*loading*/
/*validate*/
/*grid*/
/*toolbar*/
/*tooltip*/
/*pager*/
/*modal*/
/*checkbox*/
/*radio*/
/*button*/
/*input*/
/*textarea*/
/*form*/
/*select*/
/*switch*/
/*pulldown*/
/*加载中*/
.ve-table-selection-wrapper .ve-table-selection-middle .ve-table-selection-current .ve-table-selection-border,
.ve-table-selection-wrapper .ve-table-selection-middle .ve-table-selection-normal-area .ve-table-selection-border,
.ve-table-selection-wrapper .ve-table-selection-middle .ve-table-selection-autofill-area .ve-table-selection-border {
position: absolute;
z-index: 0;
}
.ve-table-selection-wrapper .ve-table-selection-current .ve-table-selection-border,
.ve-table-selection-wrapper .ve-table-selection-normal-area .ve-table-selection-border {
display: block;
background-color: #4b89ff;
}
.ve-table-selection-wrapper .ve-table-selection-middle .ve-table-selection-current .ve-table-selection-corner,
.ve-table-selection-wrapper .ve-table-selection-middle .ve-table-selection-normal-area .ve-table-selection-corner,
.ve-table-selection-wrapper .ve-table-selection-middle .ve-table-selection-autofill-area .ve-table-selection-corner {
position: absolute;
z-index: 1;
}
.ve-table-selection-wrapper .ve-table-selection-current .ve-table-selection-corner,
.ve-table-selection-wrapper .ve-table-selection-normal-area .ve-table-selection-corner {
display: block;
height: 8px;
width: 8px;
border-style: solid;
border-color: #ffffff;
background-color: #4b89ff;
cursor: crosshair;
}
.ve-table-selection-wrapper .ve-table-selection-middle .ve-table-selection-normal-area-layer {
position: absolute;
z-index: 0;
}
.ve-table-selection-wrapper .ve-table-selection-normal-area-layer {
background-color: #0d65eb;
opacity: 0.1;
pointer-events: none;
}
.ve-table-edit-input-container .ve-table-edit-input {
resize: none;
overflow-y: visible;
border: none;
outline-width: 0;
margin: 0;
padding: 1px 5px 0;
font-family: inherit;
line-height: 30px;
font-size: inherit;
border: 2px solid #2196f3;
box-shadow: 1px 2px 5px 0 #1f232966;
display: block;
color: #000;
border-radius: 0;
background-color: #fff;
}
.ve-table-edit-input-container {
position: absolute;
right: auto;
}
.ve-table-selection-autofill-area .ve-table-selection-border {
position: absolute;
z-index: 1;
}
.ve-table-selection-wrapper .ve-table-selection-autofill-area .ve-table-selection-border {
display: block;
background-color: #ff000085;
}