Browse Source

更新招考后台新的审核界面

zmw 2 months ago
parent
commit
293ca12c04
1 changed files with 5 additions and 3 deletions
  1. 5 3
      resources/views/admin/recruit/check_out_appoint.blade.php

+ 5 - 3
resources/views/admin/recruit/check_out_appoint.blade.php

@@ -50,11 +50,13 @@
     }
     }
     .post{
     .post{
         position: fixed;
         position: fixed;
-        top: 20%;
+        top: 10%;
         border: 1px solid #ccc;
         border: 1px solid #ccc;
         background: #fff;
         background: #fff;
-        width: 300px;
+        width: 350px;
         padding: 10px;
         padding: 10px;
+        overflow-y: scroll;
+        height: 90%;
     }
     }
 </style>
 </style>
 <section class="content">
 <section class="content">
@@ -77,7 +79,7 @@
                             <td>
                             <td>
                                 {{$item->code}} {{$item->name}}
                                 {{$item->code}} {{$item->name}}
                             </td>
                             </td>
-                            <td>
+                            <td style="padding: 10px">
                                 {{$item->requirement}}
                                 {{$item->requirement}}
                             </td>
                             </td>
                         </tr>
                         </tr>