gemercheung 1 năm trước cách đây
mục cha
commit
9c186e1858
1 tập tin đã thay đổi với 8 bổ sung2 xóa
  1. 8 2
      src/views/home/list.vue

+ 8 - 2
src/views/home/list.vue

@@ -11,7 +11,7 @@
         </div>
         <div class="content padddiv">
           <div class="camera">
-            <span>
+            <span class="camera_icon">
               <img src="../../assets/image/tips/kj.png" />
               {{ myData.cameraType[item.cameraType] }}
             </span>
@@ -172,9 +172,15 @@
           height: 46px;
           img {
             position: relative;
-            top: 6px;
+            // top: 6px;
             margin-right: 10px;
           }
+          .camera_icon {
+            display: flex;
+            align-items: center;
+            justify-content: flex-start;
+            flex-direction: row;
+          }
         }
         .camera_text {
           margin-bottom: 24px;