style(@vben/web-antd): lint 自动格式化修正区域安保模块

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
lzh
2026-03-15 16:58:26 +08:00
parent 287cb818b3
commit 17042bd7c7
2 changed files with 2 additions and 2 deletions

View File

@@ -92,8 +92,8 @@ const bindMeta = computed(() => BIND_TYPE_MAP[props.item.bindType]);
} }
&--inherited { &--inherited {
opacity: 0.75;
border-style: dashed; border-style: dashed;
opacity: 0.75;
} }
&__body { &__body {

View File

@@ -435,9 +435,9 @@ function handleUnbind(areaId: number, areaName: string) {
} }
&--active { &--active {
font-weight: 600;
color: #1677ff; color: #1677ff;
background: #e6f4ff !important; background: #e6f4ff !important;
font-weight: 600;
} }
&__title { &__title {