From 9fb4c5b5f3616f174935cf03bd64d775ee407b79 Mon Sep 17 00:00:00 2001
From: 闫增涛 <1829501689@qq.com>
Date: 星期四, 06 六月 2024 19:00:01 +0800
Subject: [PATCH] Merge branch 'master' of http://182.92.203.7:2001/r/testbookLayout

---
 src/books/lifeCare/view/chapter007.vue |   19 ++++---------------
 1 files changed, 4 insertions(+), 15 deletions(-)

diff --git a/src/books/lifeCare/view/chapter007.vue b/src/books/lifeCare/view/chapter007.vue
index 929798e..c73c4d8 100644
--- a/src/books/lifeCare/view/chapter007.vue
+++ b/src/books/lifeCare/view/chapter007.vue
@@ -479,10 +479,7 @@
                   <tr>
                     <th
                       :style="{
-                        width:
-                          index == 1 || index == chapter007.groupData.length - 1
-                            ? '100px'
-                            : '',
+                        width: index == 3 ? '300px' : '50px',
                       }"
                       v-for="(header, index) in chapter007.publicHeader"
                       :key="index"
@@ -1121,11 +1118,7 @@
                   <tr>
                     <th
                       :style="{
-                        width:
-                          index == 1 ||
-                          index == chapter007.scoreData1.length - 1
-                            ? '100px'
-                            : '',
+                        width: index == 3 ? '300px' : '50px',
                       }"
                       v-for="(header, index) in chapter007.publicHeader"
                       :key="index"
@@ -1315,11 +1308,7 @@
                   <tr>
                     <th
                       :style="{
-                        width:
-                          index == 1 ||
-                          index == chapter007.scoreData2.length - 1
-                            ? '100px'
-                            : '',
+                       width: index == 3 ? '300px' : '50px',
                       }"
                       v-for="(header, index) in chapter007.publicHeader"
                       :key="index"
@@ -2414,7 +2403,7 @@
               placeholder="璇疯緭鍏ュ唴瀹�"
               rows="3"
               class="textareaInput"
-              @blur="onBlurChange('text68')"
+              @blur="onBlurChange('text681')"
             ></textarea>
             <p class="left">鍏朵粬</p>
             <textarea

--
Gitblit v1.9.1