seimin hace 1 año
padre
commit
cab2efd6e9

+ 2 - 2
src/app/views/task-type-management/task-type-management.component.html

@@ -147,9 +147,9 @@
147 147
             <label nz-radio nzValue='0'>否</label>
148 148
           </nz-radio-group>
149 149
         </div>
150
-        <div class="mb8 w100" *ngIf="isRemarks == 1">
150
+        <div class="mb8 display_flex align-items_center" *ngIf="isRemarks == 1">
151 151
           <nz-form-label class="label">备注信息提示用语</nz-form-label>
152
-          <input nz-input class="handlerType" [(ngModel)]="remarks" placeholder="请填写备注信息提示用语" nzSize="default" />
152
+          <input nz-input class="flex_1" [(ngModel)]="remarks" placeholder="请填写备注信息提示用语" nzSize="default" />
153 153
         </div>
154 154
         <div class="mb8 w100" *ngIf="isRemarks == 1">
155 155
           <nz-form-label class="label">备注快捷输入</nz-form-label>

+ 2 - 2
src/app/views/washing-batch-view/washing-batch-view.component.html

@@ -39,7 +39,7 @@
39 39
       </div>
40 40
     </div>
41 41
     <div class="list">
42
-      <nz-table class="list-template__nzTable" [nzData]="listOfData" nzSize="middle" [nzShowPagination]="false"
42
+      <nz-table nzBordered class="list-template__nzTable" [nzData]="listOfData" nzSize="middle" [nzShowPagination]="false"
43 43
         [nzLoading]="loading" [nzScroll]="{ x: '100%', y: scrollY + 'px' }">
44 44
         <thead>
45 45
           <tr class="thead">
@@ -47,7 +47,7 @@
47 47
             <th nzLeft="0px" nzAlign="center" nzWidth="40px" nzShowCheckbox [(nzChecked)]="isAllDisplayDataChecked"
48 48
               (nzCheckedChange)="checkAll($event)"></th>
49 49
             <!-- 固定列-first -->
50
-            <th nzLeft="40px" nzAlign="center" nzWidth="140px"></th>
50
+            <th nzLeft="40px" nzAlign="center" nzWidth="140px">科室名称</th>
51 51
             <!-- 动态列 -->
52 52
             <th nzAlign="center" nzWidth="65px" *ngFor="let row of rows[1]">{{ row }}</th>
53 53
             <!-- 固定列-last -->

+ 5 - 1
src/app/views/washing-batch-view/washing-batch-view.component.less

@@ -97,7 +97,7 @@
97 97
       .list{
98 98
         flex: 1;
99 99
         th{
100
-          background-color: #7FD98A!important;
100
+          background-color: #49b856!important;
101 101
           color: #fff!important;
102 102
           // font-size: 22px;
103 103
         }
@@ -107,6 +107,10 @@
107 107
         //     font-size: 22px;
108 108
         //   }
109 109
         // }
110
+        td, th{
111
+          border-color: #000!important;
112
+          font-weight: bold!important;
113
+        }
110 114
         .table_hover:hover{
111 115
           text-decoration: underline;
112 116
           cursor: pointer;