Browse Source

拉取代码

maotao 6 months ago
parent
commit
b31c211191

+ 6 - 6
src/app/views/specimen-room-view/specimen-room-view.component.html

@@ -69,7 +69,7 @@
69 69
       </div>
70 70
       <!-- 搜索框 end -->
71 71
       <!-- 列表 start -->
72
-      <overlay-scrollbars #osComponentRef1 class="pharmacy-main__selectionWrap">
72
+      <div #osComponentRef1 class="pharmacy-main__selectionWrap">
73 73
         <div *ngIf="!loading1" style="height: 100%">
74 74
           <div
75 75
             class="pharmacy-main__selection noPointer"
@@ -130,7 +130,7 @@
130 130
             </div>
131 131
           </div>
132 132
         </div>
133
-      </overlay-scrollbars>
133
+      </div>
134 134
       <!-- 列表 end -->
135 135
     </div>
136 136
 
@@ -159,7 +159,7 @@
159 159
       </div>
160 160
       <!-- 搜索框 end -->
161 161
       <!-- 列表 start -->
162
-      <overlay-scrollbars #osComponentRef2 class="pharmacy-main__selectionWrap">
162
+      <div #osComponentRef2 class="pharmacy-main__selectionWrap">
163 163
         <div *ngIf="!loading2" style="height: 100%">
164 164
           <div
165 165
             class="pharmacy-main__selection"
@@ -220,7 +220,7 @@
220 220
             </div>
221 221
           </div>
222 222
         </div>
223
-      </overlay-scrollbars>
223
+      </div>
224 224
       <!-- 列表 end -->
225 225
     </div>
226 226
 
@@ -249,7 +249,7 @@
249 249
       </div>
250 250
       <!-- 搜索框 end -->
251 251
       <!-- 列表 start -->
252
-      <overlay-scrollbars #osComponentRef3 class="pharmacy-main__selectionWrap">
252
+      <div #osComponentRef3 class="pharmacy-main__selectionWrap">
253 253
         <div *ngIf="!loading3" style="height: 100%">
254 254
           <div
255 255
             class="pharmacy-main__selection"
@@ -314,7 +314,7 @@
314 314
             </div>
315 315
           </div>
316 316
         </div>
317
-      </overlay-scrollbars>
317
+      </div>
318 318
       <!-- 列表 end -->
319 319
     </div>
320 320
   </div>

+ 1 - 0
src/app/views/specimen-room-view/specimen-room-view.component.less

@@ -329,6 +329,7 @@
329 329
             display: flex;
330 330
             flex-direction: column;
331 331
             justify-content: space-between;
332
+						width: 100%;
332 333
             .pharmacy-main__selectionItem {
333 334
               display: flex;
334 335
               justify-content: space-between;