diff --git a/components.d.ts b/components.d.ts index 9109a6f..0b5f4eb 100644 --- a/components.d.ts +++ b/components.d.ts @@ -11,7 +11,6 @@ declare module 'vue' { RouterView: typeof import('vue-router')['RouterView'] VanButton: typeof import('vant/es')['Button'] VanCellGroup: typeof import('vant/es')['CellGroup'] - VanCheckbox: typeof import('vant/es')['Checkbox'] VanEmpty: typeof import('vant/es')['Empty'] VanField: typeof import('vant/es')['Field'] VanForm: typeof import('vant/es')['Form'] @@ -26,5 +25,6 @@ declare module 'vue' { VanSteps: typeof import('vant/es')['Steps'] VanTab: typeof import('vant/es')['Tab'] VanTabs: typeof import('vant/es')['Tabs'] + VanTag: typeof import('vant/es')['Tag'] } } diff --git a/src/views/Detail/index.vue b/src/views/Detail/index.vue index f8d8e22..cfdc373 100644 --- a/src/views/Detail/index.vue +++ b/src/views/Detail/index.vue @@ -372,7 +372,7 @@ v-model:show="approvalDialogVisible" position="bottom" round - :style="{ height: '40%' }" + :style="{ height: '50%' }" >
@@ -380,15 +380,35 @@
- + +
+
常用意见
+
+ + {{ tag }} + +
+
+ + +
+ +