From 1e9c2bd06ab6851ed85b883c62cb7d74e012e2b2 Mon Sep 17 00:00:00 2001
From: 闫增涛 <1829501689@qq.com>
Date: 星期五, 29 三月 2024 15:10:20 +0800
Subject: [PATCH] 答题器bug修改,安装my-html插件

---
 packageBookService/pages/bookServices/examination/examination.wxml |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/packageBookService/pages/bookServices/examination/examination.wxml b/packageBookService/pages/bookServices/examination/examination.wxml
index 2f050dc..3d3051b 100644
--- a/packageBookService/pages/bookServices/examination/examination.wxml
+++ b/packageBookService/pages/bookServices/examination/examination.wxml
@@ -5,7 +5,7 @@
 ></view>
 <view
   class="nacigationBar"
-  style="width: 75%; height: {{navBarHeight}}px; background-color: {{isNight ? '#191919' : '#fff'}}"
+  style="width: 100%; height: {{navBarHeight}}px; background-color: {{isNight ? '#191919' : '#fff'}}"
 >
   <view>
     <t-icon

--
Gitblit v1.9.1