浏览代码

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

zmw 2 月之前
父节点
当前提交
293ca12c04
共有 1 个文件被更改,包括 5 次插入3 次删除
  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{
         position: fixed;
-        top: 20%;
+        top: 10%;
         border: 1px solid #ccc;
         background: #fff;
-        width: 300px;
+        width: 350px;
         padding: 10px;
+        overflow-y: scroll;
+        height: 90%;
     }
 </style>
 <section class="content">
@@ -77,7 +79,7 @@
                             <td>
                                 {{$item->code}} {{$item->name}}
                             </td>
-                            <td>
+                            <td style="padding: 10px">
                                 {{$item->requirement}}
                             </td>
                         </tr>