mirror of
https://gitee.com/dapppp/ruoyi-plus-vben5.git
synced 2026-03-14 12:02:00 +08:00
fix: vben select placeholder color (#5286)
This commit is contained in:
@@ -27,3 +27,9 @@ const props = defineProps<Props>();
|
||||
</SelectContent>
|
||||
</Select>
|
||||
</template>
|
||||
|
||||
<style lang="scss" scoped>
|
||||
button[role='combobox'][data-placeholder] {
|
||||
color: hsl(var(--muted-foreground));
|
||||
}
|
||||
</style>
|
||||
|
||||
Reference in New Issue
Block a user