Explorar el Código

资料归集,文件列表hover

MaiXinRong hace 11 meses
padre
commit
b0f24af2a1
Se han modificado 1 ficheros con 3 adiciones y 3 borrados
  1. 3 3
      app/view/file/file.ejs

+ 3 - 3
app/view/file/file.ejs

@@ -49,7 +49,7 @@
                             </span>
                             </div>
                         </div>
-                        <table class="table table-bordered">
+                        <table class="table table-hover table-bordered">
                             <thead>
                             <tr class="text-center">
                                 <th width="60px">选择</th>
@@ -73,8 +73,8 @@
                             <div class="input-group input-group-sm pb-1">
                                 <div class="input-group-prepend">
                                     <select class="input-group-text" id="search-filter">
-                                        <option value="cur">当前节点</option>
-                                        <option value="all">全部节点</option>
+                                        <option value="cur">当前类型</option>
+                                        <option value="all">全部类型</option>
                                     </select>
                                 </div>
                                 <input id="search-keyword" type="text" class="form-control" autocomplete="off" placeholder="输入文件名称查找" aria-label="Recipient\'s username" aria-describedby="button-addon2">