Enhance language selector styling and component

This commit is contained in:
scout 2025-02-26 16:30:07 +08:00
parent 83958e7538
commit 8e00aa80e7

View File

@ -731,6 +731,8 @@ watch(
background-repeat: repeat-y;
}
.divider4 {
position: absolute;
z-index: 3;
@ -940,3 +942,11 @@ watch(
}
}
</style>
<style lang="scss">
.n-base-select-option {
&.n-base-select-option--pending::before {
background: #EAEDFD !important;
}
}
</style>