feat: 租户选中增加样式

This commit is contained in:
dap 2024-09-14 08:34:45 +08:00
parent af72811013
commit c3e66c0aec

View File

@ -113,3 +113,16 @@ function filterOption(input: string, option: TenantOption) {
</Select>
</div>
</template>
<style lang="scss" scoped>
// border
:deep(.ant-select-selector) {
&:has(.ant-select-selection-item) {
box-shadow: 0 0 10px hsl(var(--primary));
}
//
.ant-select-selection-item {
font-weight: 600;
}
}
</style>