xuqiang 4 years ago
parent
commit
3ad1647134

+ 2 - 31
src/main/pc-space/src/components/PageHeader.vue

@@ -13,6 +13,7 @@
                         :name="item.value"
                     ></el-tab-pane>
                 </el-tabs>
+
                 <div class="btn-list" v-if="isLogin">
                     <el-dropdown @command="onCommand" style="margin-left: 20px">
                         <span class="el-dropdown-link">
@@ -286,6 +287,7 @@ export default {
 }
 /deep/.menus {
     padding: 15px 24px 0;
+
     .el-tabs__item {
         padding: 0 22px;
         color: #ffffff;
@@ -321,7 +323,6 @@ export default {
         }
     }
 }
-
 .border {
     margin: 6px 16px;
     height: 1px;
@@ -339,36 +340,6 @@ export default {
         display: flex;
         align-items: center;
         justify-content: space-between;
-        // position: absolute;
-        // right: 52px;
-        // top: 0;
-        .tabs {
-            display: flex;
-            align-items: center;
-            padding-top: 10px;
-            cursor: pointer;
-            .tab {
-                width: 130px;
-                font-size: 18px;
-                font-weight: bold;
-                text-align: center;
-                color: #939599;
-                line-height: 28px;
-                &.active {
-                    color: #ffffff;
-                    font-weight: bold;
-                }
-                .slip {
-                    width: 26px;
-                    margin: 0 auto;
-                    padding-bottom: 13px;
-                    &.active {
-                        border-bottom: 2px solid #fff;
-                        border-radius: 2px;
-                    }
-                }
-            }
-        }
         .btn-list {
             width: 83px;
             text-align: right;

+ 0 - 1
src/main/pc-space/src/views/Casting.vue

@@ -63,7 +63,6 @@
                         @click.prevent="like(item)"
                     >
                         {{ item.follow ? '已关注' : '关注' }}
-                        <!-- {{ item.follow ? (isFollow ? '互相关注' : '已关注') : '关注' }} -->
                     </el-button>
                 </div>
             </router-link>

+ 0 - 1
src/main/pc-space/src/views/CastingDetail.vue

@@ -31,7 +31,6 @@
                         @click="like(info)"
                     >
                         {{ info.follow ? '已关注' : '关注' }}
-                        <!-- {{ info.follow ? (isFollow ? '互相关注' : '已关注') : '关注' }} -->
                     </el-button>
                     <el-popover popper-class="share-popver" placement="bottom" trigger="hover">
                         <el-button style="margin-left: 20px; color: #939599" slot="reference" plain round size="mini"