|
@@ -10,11 +10,11 @@
|
|
|
</view>
|
|
|
<view class="cu-item">
|
|
|
<view class="content hc-flex">
|
|
|
- <text class="i-solar-calendar-search-outline text-blue text-32 mr-1"/>
|
|
|
+ <text class="i-solar-calendar-search-outline text-red-4 text-32 mr-1"/>
|
|
|
<text class="text-gray-4">填报提醒</text>
|
|
|
</view>
|
|
|
<view class="action">
|
|
|
- <switch :checked="appCheck" @change="fillSwitchChange" style="transform:scale(0.9)"/>
|
|
|
+ <switch class="red" :class="appCheck?'checked':''" :checked="appCheck" @change="fillSwitchChange" style="transform:scale(0.9)"/>
|
|
|
</view>
|
|
|
</view>
|
|
|
</view>
|