1
0
tükörképe a: https://github.com/ialley-workshop-open/uni-halo.git synced 2026-06-12 13:19:31 +08:00

fix: 修复全局预定义css影响问题

This commit is contained in:
小莫唐尼
2025-08-20 22:00:47 +08:00
szülő c0d8cb2c3b
commit 1075f588fa
3 fájl változott, egészen pontosan 21 új sor hozzáadva és 21 régi sor törölve
+3 -3
Fájl megtekintése
@@ -72,7 +72,7 @@
</template>
</tm-radio>
</tm-groupradio> -->
<view class="w-full flex flex-col gap-8">
<view class="w-full flex flex-col uh-gap-8">
<tm-button v-for="(option,optionIndex) in vote.spec.options" :key="optionIndex"
:shadow="0" :theme="option.checked?'light-blue':'grey-lighten-3'" :plan="false"
size="m" :height="72" :block="true" class="flex-1 w-full"
@@ -109,7 +109,7 @@
</tm-checkbox>
</tm-groupcheckbox> -->
<view class="w-full flex flex-col gap-8">
<view class="w-full flex flex-col uh-gap-8">
<tm-button v-for="(option,optionIndex) in vote.spec.options" :key="optionIndex"
:shadow="0" :theme="option.checked?'light-blue':'grey-lighten-3'" :plan="false"
size="m" :height="72" :block="true" class="flex-1 full"
@@ -157,7 +157,7 @@
</tm-groupradio> -->
<view class="w-full flex flex-between gap-8">
<view class="w-full flex flex-between uh-gap-8">
<tm-button v-for="(option,optionIndex) in vote.spec.options" :key="optionIndex"
:shadow="0" :theme="option.checked?'light-blue':'grey-lighten-3'" :plan="false"
size="m" :height="72" :block="true" class="flex-1"
+1 -1
Fájl megtekintése
@@ -12,7 +12,7 @@
@confirm="fnOnFilterConfirm"></tm-dropDownMenu>
</view>
<!-- 占位区域 -->
<view style="width: 100vw;height: 210rpx;"></view>
<view style="width: 100vw;height: 180rpx;"></view>
<!-- 加载区域 -->
<view v-if="loading == 'loading'" class="loading-wrap pa-24">
<tm-skeleton model="listAvatr"></tm-skeleton>