yq1 1 year ago
parent
commit
87dee57e5b
1 changed files with 9 additions and 4 deletions
  1. 9 4
      src/pages/main/template/DialysisPrintOrderSeventy.vue

+ 9 - 4
src/pages/main/template/DialysisPrintOrderSeventy.vue View File

176
                   <div class="inline_block" style="flex:1;" >
176
                   <div class="inline_block" style="flex:1;" >
177
                     导管:
177
                     导管:
178
                     <div
178
                     <div
179
-                      class="under_line"
180
-                      style="width: 120px;text-align: center"
179
+                      style="width: 90%;text-align: left;display: inline-block;border-bottom: 1px solid #999;"
181
                     >
180
                     >
182
                       {{ predialysis.catheter ? predialysis.catheter : "/" }}
181
                       {{ predialysis.catheter ? predialysis.catheter : "/" }}
183
                     </div>
182
                     </div>
872
                 <div class="inline_block" style="flex:1.5;">
871
                 <div class="inline_block" style="flex:1.5;">
873
                   导管:
872
                   导管:
874
                   <div
873
                   <div
875
-                    class="under_line"
876
-                    style="min-width: 120px;text-align: center"
874
+                    style="width: 70%;text-align: left;display: inline-block;border-bottom: 1px solid #999;"
877
                   >
875
                   >
878
                     {{
876
                     {{
879
                       afterdialysis.catheter ? afterdialysis.catheter : "/"
877
                       afterdialysis.catheter ? afterdialysis.catheter : "/"
1868
   white-space: nowrap;
1866
   white-space: nowrap;
1869
   width: 50%;
1867
   width: 50%;
1870
 }
1868
 }
1869
+.under_line2 {
1870
+  display: inline-block;
1871
+  border-bottom: 1px solid #999;
1872
+  text-align: center;
1873
+  /* white-space: nowrap; */
1874
+  width: 50%;
1875
+}
1871
 
1876
 
1872
 .under_line::before {
1877
 .under_line::before {
1873
   content: "\00A0";
1878
   content: "\00A0";