liyongli 6 zile în urmă
părinte
comite
4abd7341ef
1 a modificat fișierele cu 3 adăugiri și 4 ștergeri
  1. 3 4
      src/view/fenghui/index.vue

+ 3 - 4
src/view/fenghui/index.vue

@@ -145,21 +145,20 @@ html {
     }
 
     .languageList {
-        display: flex;
-        justify-content: space-between;
         padding: 10px 20px;
         font-size: 0.875rem;
         color: #cbc9d6;
-        text-align: center;
+        text-align: right;
         position: absolute;
         width: 100%;
         z-index: 1;
 
 
         .languageItem {
-            flex: 1;
             position: relative;
             height: 2em;
+            display: inline-block;
+            margin-left: 5px;
 
             &-act {
                 color: #fff;