Browse Source

20210827 15-20

邪性 3 năm trước cách đây
mục cha
commit
c9ff43d675
3 tập tin đã thay đổi với 16 bổ sung4 xóa
  1. 9 3
      .idea/workspace.xml
  2. 6 0
      css/search.css
  3. 1 1
      js/search.js

+ 9 - 3
.idea/workspace.xml

@@ -1,9 +1,8 @@
 <?xml version="1.0" encoding="UTF-8"?>
 <project version="4">
   <component name="ChangeListManager">
-    <list default="true" id="82570a17-8430-4238-ae79-81bbbd2de81f" name="Default Changelist" comment="">
+    <list default="true" id="82570a17-8430-4238-ae79-81bbbd2de81f" name="Default Changelist" comment="20210827 14-30">
       <change beforePath="$PROJECT_DIR$/.idea/workspace.xml" beforeDir="false" afterPath="$PROJECT_DIR$/.idea/workspace.xml" afterDir="false" />
-      <change beforePath="$PROJECT_DIR$/h_exam/exam_detail_s_img.html" beforeDir="false" afterPath="$PROJECT_DIR$/h_exam/exam_detail_s_img.html" afterDir="false" />
     </list>
     <option name="EXCLUDED_CONVERTED_TO_IGNORED" value="true" />
     <option name="SHOW_DIALOG" value="false" />
@@ -764,7 +763,14 @@
       <option name="project" value="LOCAL" />
       <updated>1630045818079</updated>
     </task>
-    <option name="localTasksCounter" value="46" />
+    <task id="LOCAL-00046" summary="20210827 14-30">
+      <created>1630046119085</created>
+      <option name="number" value="00046" />
+      <option name="presentableId" value="LOCAL-00046" />
+      <option name="project" value="LOCAL" />
+      <updated>1630046119085</updated>
+    </task>
+    <option name="localTasksCounter" value="47" />
     <servers />
   </component>
   <component name="ToolWindowManager">

+ 6 - 0
css/search.css

@@ -67,6 +67,12 @@
 .body .content ul li a img.flex-item {
   margin-right: 10px;
 }
+.body .content ul li a .flex-item .label {
+  padding: 3px 5px;
+  color: #999;
+  font-weight: normal;
+  background-color: #f5f5f5;
+}
 .body .content ul li a .flex-item > p:nth-child(2) {
   color: #777;
 }

+ 1 - 1
js/search.js

@@ -19,7 +19,7 @@ $(function () {
           src="./imgs/app.png" alt=""
             class="flex-item">
           <div class="flex-item">
-            <p><span class="label label-default">${item.area}</span> <span>${item.status}</span></p>
+            <p><span class="label">${item.area}</span> <span>${item.status}</span></p>
             <p>${item.time}</p>
           </div>
         </div>