shu-c-view
Version:
rollup 打包vue组件库框架
18 lines (17 loc) • 353 B
text/less
.base-select-icon-picker {
.el-input__prefix {
left: 0;
display: flex;
align-items: center;
justify-content: center;
padding: 0 5px;
}
}
.base-select-icon-picker__dark {
.el-input__prefix {
background-color: rgb(193, 193, 193);
}
}
.select-icon-picker__popover-dark {
background-color: rgb(193, 193, 193) ;
}