liuzhihui %!s(int64=2) %!d(string=hace) años
padre
commit
0a3d09b8b3

+ 4 - 4
CallCenterWeb.UI/RMYY/src/views/scheduleManagement/schedulecensus/index.vue

@@ -18,7 +18,7 @@
18 18
             <th style="width:120px;">
19 19
               <div class="out"> <b>班别</b> <em>姓名</em> </div>
20 20
             </th>
21
-            <th style="background-color: #D6D3D6;" v-for="item in headData" :key="item.F_Id">{{item.F_Name}}</th>
21
+            <th style="background-color: #409EFF;" v-for="item in headData" :key="item.F_Id">{{item.F_Name}}</th>
22 22
           </tr>
23 23
         </thead>
24 24
         <tbody>
@@ -215,13 +215,13 @@
215 215
 
216 216
   /*模拟对角线*/
217 217
   .out {
218
-    border-top: 60px #D6D3D6 solid;
218
+    border-top: 60px #409EFF solid;
219 219
     /*上边框宽度等于表格第一行行高*/
220 220
     width: 0px;
221 221
     /*让容器宽度为0*/
222 222
     height: 0px;
223 223
     /*让容器高度为0*/
224
-    border-left: 120px #BDBABD solid;
224
+    border-left: 120px #6cb5f5 solid;
225 225
     /*左边框宽度等于表格第一行第一格宽度*/
226 226
     position: relative;
227 227
     /*让里面的两个子容器绝对定位*/
@@ -246,7 +246,7 @@
246 246
   }
247 247
 
248 248
   .t1 {
249
-    // background: #BDBABD;
249
+    // background: #14a1ff;
250 250
   }
251 251
 
252 252
   .tabbox {