guhongwei 3 vuotta sitten
vanhempi
commit
8b454049d8
1 muutettua tiedostoa jossa 2 lisäystä ja 2 poistoa
  1. 2 2
      src/components/adminCommon/frame.vue

+ 2 - 2
src/components/adminCommon/frame.vue

@@ -2,10 +2,10 @@
   <div id="frame">
     <el-container style="height: 100vh">
       <el-header class="header">
-        <el-col :span="20" class="left">
+        <el-col :span="12" class="left">
           <div>环南湖科创先导区双创服务平台-管理中心</div>
         </el-col>
-        <el-col :span="4" class="right">
+        <el-col :span="12" class="right">
           <span>{{ user ? user.name : '游客' }}</span>
           <span @click="logoutBtn"><i class="el-icon-switch-button"></i></span>
         </el-col>