zhangnuoyan
2024-08-25 40f2e0a67cb3b788262f156deb7187d9735b5196
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>