unknown
2024-06-06 37e5dc2b41fe3f79a4f45e82eba4c3b05bedd293
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