修改文字选中

dev
suixy 4 weeks ago
parent 6ef7422550
commit 7fed5fb236

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

Loading…
Cancel
Save