赞
踩
使用scss的deep:
:deep(.el-table) {
.has-gutter {
.el-table__cell:first-child {
.cell {
&::before {
content: "选择";
position: absolute;
left: 50%;
top: 50%;
transform: translate(-50%, -50%);
}
}
}
}
}
Copyright © 2003-2013 www.wpsshop.cn 版权所有,并保留所有权利。