Commit 1aa07f3c authored by shilei's avatar shilei

fix: 修改选址框下拉选中颜色

parent 1f462164
......@@ -12,6 +12,7 @@
clearable
class="mt-3 w-[260px]"
placeholder="*请选择您的需求类型"
popper-class="lyy"
>
<ElOption
v-for="item in options"
......@@ -146,4 +147,7 @@ const commit = debounce(
height: 38px;
}
}
.lyy .el-select-dropdown__item.selected {
color: #c0322b;
}
</style>
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment