diff --git a/auto-imports.d.ts b/auto-imports.d.ts index 17379a7..bc31225 100644 --- a/auto-imports.d.ts +++ b/auto-imports.d.ts @@ -6,5 +6,6 @@ // biome-ignore lint: disable export {} declare global { + const showDialog: typeof import('vant/es').showDialog const showToast: typeof import('vant/es').showToast } diff --git a/src/components/LocationCard/index.vue b/src/components/LocationCard/index.vue deleted file mode 100644 index 56866ac..0000000 --- a/src/components/LocationCard/index.vue +++ /dev/null @@ -1,80 +0,0 @@ - - - - - diff --git a/src/components/LocationCard/styles/index.scss b/src/components/LocationCard/styles/index.scss deleted file mode 100644 index 15285c6..0000000 --- a/src/components/LocationCard/styles/index.scss +++ /dev/null @@ -1,56 +0,0 @@ -.store-address { - display: flex; - align-items: center; - margin-top: 12px; - padding: 12px; - background-color: #ffffff; - border-top: 1px solid #e0e0e0; - - // 左侧文本容器 - .text-container { - display: flex; - flex-direction: column; - flex: 1; - } - - .location-label { - color: $text-color-800; - font-size: 14px; - font-weight: 500; - } - - .address-text { - margin-top: 4px; - color: $text-color-600; - font-size: 12px; - font-weight: 400; - } - - // 右侧操作按钮组 - .actions { - display: flex; - align-items: center; - gap: 10px; - margin-left: 16px; - } - - .actions-btn { - width: 28px; - height: 28px; - border-radius: 10px; - background-color: #f5f5f5; - display: flex; - align-items: center; - justify-content: center; - } - - .actions-icon { - font-size: 16px; - line-height: 16px; - } - - .actions-text { - font-size: 12px; - color: $text-color-600; - } -} diff --git a/src/pages/goods/album/index.vue b/src/pages/album/index.vue similarity index 100% rename from src/pages/goods/album/index.vue rename to src/pages/album/index.vue diff --git a/src/pages/goods/components/DateSelector/index.vue b/src/pages/goods/components/DateSelector/index.vue index 766d928..3192bb5 100644 --- a/src/pages/goods/components/DateSelector/index.vue +++ b/src/pages/goods/components/DateSelector/index.vue @@ -1,25 +1,25 @@