|
@@ -129,6 +129,14 @@
|
|
|
border: 1px solid #D5DFF9;
|
|
|
border-radius: 2px;
|
|
|
}
|
|
|
+
|
|
|
+ .select-list li select{
|
|
|
+ height: 40px;
|
|
|
+ }
|
|
|
+
|
|
|
+ .select-list li input {
|
|
|
+ height: 40px;
|
|
|
+ }
|
|
|
</style>
|
|
|
<body class="">
|
|
|
<div class="bg-9ac" style="padding: 18px;">
|
|
@@ -147,6 +155,14 @@
|
|
|
<input type="text" style="height: 40px;line-height: 40px;border-radius: 4px;width: 150px;" class="form-control" id="recruitPlanYearSearch" placeholder=""
|
|
|
name="recruitPlanYear"/>
|
|
|
</li>
|
|
|
+ <li >
|
|
|
+ <p style="height: 40px;line-height: 40px;margin: 0;text-align:left;width: 40px;">状态:</p>
|
|
|
+ <select name="delFlag">
|
|
|
+ <option value="">所有</option>
|
|
|
+ <option value="0">正常</option>
|
|
|
+ <option value="2">已删除</option>
|
|
|
+ </select>
|
|
|
+ </li>
|
|
|
<li class="flex align-center">
|
|
|
<button onclick="$.table.search()" type="button" class="btn btn-bg-blue padding-lr-36 margin-lr-10 flex align-center">
|
|
|
<svg xmlns="http://www.w3.org/2000/svg" width="18" height="18" fill="currentColor" class="bi bi-search margin-r-8" viewBox="0 0 16 16">
|