Browse Source

护士端样式修改

seimin 4 months ago
parent
commit
2b1d700966

+ 1 - 1
src/app/views/hushijiandan/hushijiandan.component.html

@@ -1624,7 +1624,7 @@
1624 1624
         </form>
1625 1625
       </div>
1626 1626
     </overlay-scrollbars>
1627
-    <div class="btns display_flex justify-content_flex-center">
1627
+    <div class="btns patientBtns display_flex justify-content_flex-center">
1628 1628
       <button nz-button nzType="primary" [nzLoading]="btnLoading1" (click)="confirmPatient1('patient-yuyue')" *ngIf="currentTasktype.associationType.value === 'inspect' && isYyInspect && !(currentTasktype.isMoreDept === 0 && isInspects) && checkedShowMsg.status != 100009">
1629 1629
         预约建单
1630 1630
       </button>

+ 6 - 1
src/app/views/hushijiandan/hushijiandan.component.less

@@ -2191,9 +2191,14 @@
2191 2191
     }
2192 2192
 
2193 2193
     .btns {
2194
+      &.patientBtns{
2195
+        button {
2196
+          margin-top: 16px;
2197
+          font-size: 18px;
2198
+        }
2199
+      }
2194 2200
       button {
2195 2201
         margin-top: 10px;
2196
-        font-size: 18px;
2197 2202
 
2198 2203
         &.btn {
2199 2204
           margin-left: 8px;