yq1 1 mese fa
parent
commit
f70c5181d0
1 ha cambiato i file con 4 aggiunte e 4 eliminazioni
  1. 4 4
      src/xt_pages/Dialysisanalysis/otherIndicators/index.vue

+ 4 - 4
src/xt_pages/Dialysisanalysis/otherIndicators/index.vue Vedi File

@@ -8,19 +8,19 @@
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: 360px;border:1px solid gainsboro;border-radius: 8px;margin: 0 0 30px 28px"
11
+              style="width: 280px;height: 300px;border:1px solid gainsboro;border-radius: 8px;margin: 0 0 30px 28px"
12 12
             >
13 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 16
               <p class="title">{{item.item_name}}</p>
17
-              <div class="tag">
17
+              <!-- <div class="tag">
18 18
                 <span class="tags">留治患者</span>
19 19
                 <span class="tags">转归</span>
20 20
                 <span class="tags">死亡</span>
21
-              </div>
21
+              </div> -->
22 22
 <!--              <span class="use">已使用14次</span>-->
23
-               <span class="shoucang" style="background-repeat: no-repeat;"></span>
23
+               <!-- <span class="shoucang" style="background-repeat: no-repeat;"></span> -->
24 24
               </div>
25 25
             </div>
26 26
         </div>