guhongwei vor 4 Jahren
Ursprung
Commit
416e32f6a7
1 geänderte Dateien mit 8 neuen und 7 gelöschten Zeilen
  1. 8 7
      src/views/home/parts/clickBtn.vue

+ 8 - 7
src/views/home/parts/clickBtn.vue

@@ -4,11 +4,11 @@
       <el-col :span="24" class="info">
         <el-col :span="11" class="btn" @click.native="$router.push({ path: '/live/index' })">
           <p><i class="el-icon-camera"></i></p>
-          <el-button type="primary" round>直播大厅</el-button>
+          <el-button round size="mini">直播大厅</el-button>
         </el-col>
         <el-col :span="11" class="btn" @click.native="$router.push({ path: '/market/index' })">
           <p><i class="el-icon-coin"></i></p>
-          <el-button type="primary" round>科技超市</el-button>
+          <el-button round size="mini">科技超市</el-button>
         </el-col>
         <el-col
           :span="11"
@@ -18,7 +18,7 @@
         >
           <p><i class="el-icon-pie-chart"></i></p>
 
-          <el-button type="primary" round>我的发布</el-button>
+          <el-button round size="mini">我的发布</el-button>
         </el-col>
         <el-col
           :span="11"
@@ -27,7 +27,7 @@
           @click.native="$router.push({ path: '/userCenter/matter/index' })"
         >
           <p><i class="el-icon-notebook-1"></i></p>
-          <el-button type="primary" round>事项管理</el-button>
+          <el-button round size="mini">事项管理</el-button>
         </el-col>
         <el-col
           :span="11"
@@ -36,7 +36,7 @@
           v-if="this.user.role == '2' || this.user.role == '3' || this.user.role == '6' || this.user.role == '7'"
         >
           <p><i class="el-icon-video-camera"></i></p>
-          <el-button type="primary" round>展会管理</el-button>
+          <el-button round size="mini">展会管理</el-button>
         </el-col>
         <el-col
           :span="11"
@@ -45,7 +45,7 @@
           v-if="this.user.role == '2' || this.user.role == '3' || this.user.role == '6' || this.user.role == '7'"
         >
           <p><i class="el-icon-user"></i></p>
-          <el-button type="primary" round>个人中心</el-button>
+          <el-button round size="mini">个人中心</el-button>
         </el-col>
         <span v-else-if="this.user.role == '1' || this.user.role == '4'">
           超级管理员,合作机构管理员,业务管理员
@@ -85,7 +85,8 @@ export default {
     margin: 0 10px 10px 10px;
     text-align: center;
     border-radius: 10px;
-    padding: 15px;
+    padding: 10px;
+    background: #fff;
     p {
       padding: 0 0 10px 0;
       i {