zs 1 月之前
父節點
當前提交
d13a7a3fe1
共有 1 個文件被更改,包括 3 次插入2 次删除
  1. 3 2
      src/components/windows/footIndex.vue

+ 3 - 2
src/components/windows/footIndex.vue

@@ -2,8 +2,8 @@
   <el-row class="foot animate__animated animate__backInRight">
     <el-col :span="24" class="footInfo">
       <el-col :span="24" class="phoneEmail">
-        <el-col :span="12" class="left"> 联系我们 </el-col>
-        <el-col :span="12" class="right">
+        <el-col :span="8" class="left"> 联系我们 </el-col>
+        <el-col :span="16" class="right">
           <el-icon size="30px" color="#1C88FE">
             <PhoneFilled />
           </el-icon>
@@ -64,6 +64,7 @@
       .right {
         display: flex;
         align-items: center;
+        justify-content: flex-end;
 
         .images {
           width: 10px;