yq1 11 달 전
부모
커밋
910afe8481
1개의 변경된 파일3개의 추가작업 그리고 3개의 파일을 삭제
  1. 3 3
      src/xt_pages/Dialysisanalysis/otherIndicators/index.vue

+ 3 - 3
src/xt_pages/Dialysisanalysis/otherIndicators/index.vue 파일 보기

@@ -8,12 +8,12 @@
8 8
         <div class="page_patientControlAnalysis">
9 9
           <div class="photos">
10 10
             <div v-for="(item,index) in indicators" :key="index"  @click="echart_click(item)"
11
-              style="width: 280px;height: 300px;border:1px solid gainsboro;border-radius: 8px;margin: 0 0 30px 28px"
11
+              style="width: 280px;height: 235px;border:1px solid gainsboro;border-radius: 8px;margin: 0 0 30px 28px"
12 12
             >
13
-<!--              <div v-if="index+1==1" class="background date_type1" style="background-repeat: no-repeat;"></div>-->
13
+<!--           <div v-if="index+1==1" class="background date_type1" style="background-repeat: no-repeat;"></div>-->
14 14
               <div v-if="item.check_type == 1" class="background date_type2" style="background-repeat: no-repeat;"></div>
15 15
               <div v-if="item.check_type == 2" class="background date_type3" style="background-repeat: no-repeat;"></div>
16
-              <p class="title">{{item.item_name}}</p>
16
+              <p class="title" style="text-align: center;">{{item.item_name}}</p>
17 17
               <!-- <div class="tag">
18 18
                 <span class="tags">留治患者</span>
19 19
                 <span class="tags">转归</span>