From 40f2e0a67cb3b788262f156deb7187d9735b5196 Mon Sep 17 00:00:00 2001 From: zhangnuoyan <9354631+zhangnuoyan@user.noreply.gitee.com> Date: 星期日, 25 八月 2024 14:25:38 +0800 Subject: [PATCH] feat: 增加一些组件 --- 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 6e6e423..1e96c46 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: '160px' }" :placeholder="placeholder"> + <a-select :style="{ width: '100px' }" :placeholder="placeholder"> <a-option v-for="(item, key) in data" :key="key">{{ item }}</a-option> </a-select> </div> -- Gitblit v1.8.0