|
@@ -176,8 +176,7 @@
|
176
|
176
|
<div class="inline_block" style="flex:1;" >
|
177
|
177
|
导管:
|
178
|
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
|
181
|
{{ predialysis.catheter ? predialysis.catheter : "/" }}
|
183
|
182
|
</div>
|
|
@@ -872,8 +871,7 @@
|
872
|
871
|
<div class="inline_block" style="flex:1.5;">
|
873
|
872
|
导管:
|
874
|
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
|
877
|
afterdialysis.catheter ? afterdialysis.catheter : "/"
|
|
@@ -1868,6 +1866,13 @@ export default {
|
1868
|
1866
|
white-space: nowrap;
|
1869
|
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
|
1877
|
.under_line::before {
|
1873
|
1878
|
content: "\00A0";
|