Update survey-question.vue

This commit is contained in:
huxuejian 2026-04-21 20:49:40 +08:00
parent 902491bc1a
commit 1b46d70bea

View File

@ -56,10 +56,12 @@
</view>
</view>
</view>
<view v-if="list.length === 1"
class="flex-shrink-0 mx-10 py-12 leading-normal text-white text-center rounded bg-primary" @click="submit()">
<view v-if="list.length === 1" class="py-12 px-15">
<view class="flex-shrink-0 py-10 text-white text-center rounded-full bg-primary" @click="submit()">
提交
</view>
</view>
</view>
</template>