wei 1 tháng trước cách đây
mục cha
commit
a90a3d6daa
1 tập tin đã thay đổi với 4 bổ sung1 xóa
  1. 4 1
      src/components/homeHeader.vue

+ 4 - 1
src/components/homeHeader.vue

@@ -559,11 +559,14 @@ export default {
         }
         .headerBorder{
           position: absolute;
-          left: 160px;
+          left: 145px;
           height: 20px;
           border-right: 1px solid #DDEDFF;
         }
       }
+      .topheaderContent:nth-child(1) .headerBorder{
+        left: 165px;
+      }
       .topheaderContent:last-child .headerBorder{
         border: 0;
       }