From cc7bbbd9b6a859235c9985cc09836effc1157fe8 Mon Sep 17 00:00:00 2001 From: YM <479443481@qq.com> Date: 星期五, 07 六月 2024 10:51:38 +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