修改文字选中

dev
suixy 3 weeks ago
parent 583580b0f5
commit 42667f977b

@ -19,4 +19,7 @@ onMounted(() => {
});
</script>
<style>
.el-select__selected-item{
user-select: text !important;
}
</style>

Loading…
Cancel
Save