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