|
@@ -526,7 +526,7 @@
|
526
|
526
|
</div>
|
527
|
527
|
<!-- 其他任务建单 -->
|
528
|
528
|
<ng-container *ngIf="othersList[checkedTableType]">
|
529
|
|
- <div style="flex: 1; height: 100%; position: relative">
|
|
529
|
+ <div style="flex: 1; height: 100%;min-height:0;; position: relative">
|
530
|
530
|
<div class="otherBox">
|
531
|
531
|
<div class="otherBoxInner">
|
532
|
532
|
<div class="otherBox-nav">
|
|
@@ -756,7 +756,7 @@
|
756
|
756
|
<!-- 意见箱 -->
|
757
|
757
|
<div
|
758
|
758
|
*ngIf="checkedTableType == 'advice'"
|
759
|
|
- style="flex: 1; height: 100%"
|
|
759
|
+ style="flex: 1; height: 100%;min-height:0;"
|
760
|
760
|
>
|
761
|
761
|
<div
|
762
|
762
|
class="searchBox display_flex align-items_center justify-content_space-between"
|
|
@@ -852,7 +852,7 @@
|
852
|
852
|
</div>
|
853
|
853
|
</div>
|
854
|
854
|
<!-- 手术排程信息 -->
|
855
|
|
- <div *ngIf="checkedTableType == 'surgery'" style="flex: 1; height: 100%">
|
|
855
|
+ <div *ngIf="checkedTableType == 'surgery'" style="flex: 1; height: 100%;min-height:0;">
|
856
|
856
|
<div class="searchBox display_flex align-items_center justify-content_space-between">
|
857
|
857
|
<div class="left alignC display_flex justify-content_flex-center align-items_center"></div>
|
858
|
858
|
<div class="btns">
|
|
@@ -921,7 +921,7 @@
|
921
|
921
|
</div>
|
922
|
922
|
</div>
|
923
|
923
|
<!-- 门诊帮扶预约 -->
|
924
|
|
- <div *ngIf="checkedTableType == 'outpatientHelpAppointment'" style="flex: 1; height: 100%">
|
|
924
|
+ <div *ngIf="checkedTableType == 'outpatientHelpAppointment'" style="flex: 1; height: 100%;min-height:0;">
|
925
|
925
|
<div class="searchBox display_flex align-items_center justify-content_space-between">
|
926
|
926
|
<div class="left alignC display_flex justify-content_flex-center align-items_center">
|
927
|
927
|
<div>预约时间:</div>
|
|
@@ -989,7 +989,7 @@
|
989
|
989
|
<!-- 历史标本查询 -->
|
990
|
990
|
<div
|
991
|
991
|
*ngIf="checkedTableType == 'historySpecimen'"
|
992
|
|
- style="flex: 1; height: 100%"
|
|
992
|
+ style="flex: 1; height: 100%;min-height:0;"
|
993
|
993
|
>
|
994
|
994
|
<div
|
995
|
995
|
class="searchBox display_flex align-items_center justify-content_space-between"
|
|
@@ -1099,7 +1099,7 @@
|
1099
|
1099
|
<!-- 历史药单查询 -->
|
1100
|
1100
|
<div
|
1101
|
1101
|
*ngIf="checkedTableType == 'historyDrugsbag'"
|
1102
|
|
- style="flex: 1; height: 100%"
|
|
1102
|
+ style="flex: 1; height: 100%;min-height:0;"
|
1103
|
1103
|
>
|
1104
|
1104
|
<div
|
1105
|
1105
|
class="searchBox display_flex align-items_center justify-content_space-between"
|
|
@@ -1197,7 +1197,7 @@
|
1197
|
1197
|
<!-- 报修列表 -->
|
1198
|
1198
|
<div
|
1199
|
1199
|
*ngIf="checkedTableType == 'bxlb' && isShowBx && coopBtns.repairList"
|
1200
|
|
- style="flex: 1; height: 100%"
|
|
1200
|
+ style="flex: 1; height: 100%;min-height:0;"
|
1201
|
1201
|
>
|
1202
|
1202
|
<div
|
1203
|
1203
|
class="searchBox display_flex align-items_center justify-content_space-between"
|