From 37e5dc2b41fe3f79a4f45e82eba4c3b05bedd293 Mon Sep 17 00:00:00 2001 From: unknown <qq1940665526@163.com> Date: 星期四, 06 六月 2024 18:38:27 +0800 Subject: [PATCH] 优化 --- src/books/lifeCare/view/chapter005.vue | 33 +++++++-------------------------- 1 files changed, 7 insertions(+), 26 deletions(-) diff --git a/src/books/lifeCare/view/chapter005.vue b/src/books/lifeCare/view/chapter005.vue index 7d84fab..5361ced 100644 --- a/src/books/lifeCare/view/chapter005.vue +++ b/src/books/lifeCare/view/chapter005.vue @@ -627,10 +627,7 @@ <tr> <th :style="{ - width: - index == 1 || index == chapter005.groupData.length - 1 - ? '100px' - : '', + width: index == 3 ? '300px' : '50px', }" v-for="(header, index) in chapter005.publicHeader" :key="index" @@ -1156,11 +1153,7 @@ <tr> <th :style="{ - width: - index == 1 || - index == chapter005.scoreData1.length - 1 - ? '100px' - : '', + width: index == 3 ? '300px' : '50px', }" v-for="(header, index) in chapter005.publicHeader" :key="index" @@ -1392,11 +1385,11 @@ <p>椁愬墠鏁欒偛鐨勬敞鎰忎簨椤规槸浠�涔堬紵</p> <div class="bk-tx"> <textarea - v-model="chapter005.textAreaItem.text28" + v-model="chapter005.textAreaItem.text228" style="border: 0" placeholder="璇疯緭鍏ュ唴瀹�" rows="5" - @blur="onBlurChange('text28')" + @blur="onBlurChange('text228')" ></textarea> </div> <h3 id="c017"> @@ -1666,11 +1659,7 @@ <tr> <th :style="{ - width: - index == 1 || - index == chapter005.scoreData2.length - 1 - ? '100px' - : '', + width: index == 3 ? '300px' : '50px', }" v-for="(header, index) in chapter005.publicHeader" :key="index" @@ -1838,11 +1827,7 @@ <tr> <th :style="{ - width: - index == 1 || - index == chapter005.scoreData3.length - 1 - ? '100px' - : '', + width: index == 3 ? '300px' : '50px', }" v-for="(header, index) in chapter005.publicHeader" :key="index" @@ -2171,11 +2156,7 @@ <tr> <th :style="{ - width: - index == 1 || - index == chapter005.scoreData4.length - 1 - ? '100px' - : '', + width: index == 3 ? '300px' : '50px', }" v-for="(header, index) in chapter005.publicHeader" :key="index" -- Gitblit v1.9.1