feat: 租户选中增加样式
This commit is contained in:
parent
af72811013
commit
c3e66c0aec
@ -113,3 +113,16 @@ function filterOption(input: string, option: TenantOption) {
|
|||||||
</Select>
|
</Select>
|
||||||
</div>
|
</div>
|
||||||
</template>
|
</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>
|
||||||
|
Loading…
Reference in New Issue
Block a user