<>
.iconStyle {
padding: 5px;
border-radius: 10px;
-moz-user-select: none;
/* Firefox私有属性 */
-webkit-user-select: none;
/* WebKit内核私有属性 */
-ms-user-select: none;
/* IE私有属性(IE10及以后) */
-khtml-user-select: none;
/* KHTML内核私有属性 */
-o-user-select: none;
/* Opera私有属性 */
user-select: none;
/* CSS3属性 */
}
.suer path {
fill: #218838 !important;
}
.iconStyle:hover {
background-color: #fff;
transform: scale(1.2);
transition: transform 0.3s ease;
}
#tableBody tr:hover {
background-color: #dddddd;
}
.iconStyle path {
pointer-events: none;
}
.isSel {
background-color: #dbf1e1 !important;
}
.table th {
background-color: #18b566;
color: white;
}
.jin {
pointer-events: none;
}
>