From 57b66478e7e335379435b31c20da4619bd1411f5 Mon Sep 17 00:00:00 2001 From: zhangxiao <898441624@qq.com> Date: 星期一, 26 八月 2024 18:47:46 +0800 Subject: [PATCH] fix: 修改部分样式 --- src/views/components/the-a-select/index.vue | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/src/views/components/the-a-select/index.vue b/src/views/components/the-a-select/index.vue index 1e96c46..8058122 100644 --- a/src/views/components/the-a-select/index.vue +++ b/src/views/components/the-a-select/index.vue @@ -1,7 +1,7 @@ <template> <div> <p>{{ title }}</p> - <a-select :style="{ width: '100px' }" :placeholder="placeholder"> + <a-select :placeholder="placeholder"> <a-option v-for="(item, key) in data" :key="key">{{ item }}</a-option> </a-select> </div> -- Gitblit v1.8.0