From e68118a722857e52b9c83e08ac213621aac58c01 Mon Sep 17 00:00:00 2001 From: 闫增涛 <1829501689@qq.com> Date: 星期五, 12 四月 2024 15:01:53 +0800 Subject: [PATCH] 骨架屏样式优化,云测试单选按钮修改 --- packageBookService/pages/bookServices/examination/questionSchedule/index.wxml | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/packageBookService/pages/bookServices/examination/questionSchedule/index.wxml b/packageBookService/pages/bookServices/examination/questionSchedule/index.wxml index 82ecfcd..54f3b66 100644 --- a/packageBookService/pages/bookServices/examination/questionSchedule/index.wxml +++ b/packageBookService/pages/bookServices/examination/questionSchedule/index.wxml @@ -22,7 +22,7 @@ wx:if="{{!submitStatus && (answerType == 'option' || answerType == 'mock')}}" style="color: {{isNight ? '#fff' : '#000'}};" > - <view>鍓╀綑鏃堕棿 </view> + <view class="remainder-text">鍓╀綑鏃堕棿 </view> <view class="parimary-color remaining-time">{{showTime}}</view></view > </view> -- Gitblit v1.9.1