修改文字选中

dev
suixy 3 weeks ago
parent 6ef7422550
commit 7fed5fb236

@ -22,4 +22,7 @@ onMounted(() => {
.el-select__selected-item{
user-select: text !important;
}
.el-select__wrapper.is-disabled .el-select__selected-item{
z-index: 2;
}
</style>

Loading…
Cancel
Save