xuqiang 4 éve
szülő
commit
d5bee133e2

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

@@ -59,9 +59,6 @@
                     >
                         {{ item.follow ? '已关注' : '关注' }}
                     </el-button>
-                    <!-- <div class="follow" :class="{ followed: item.follow }" @click.prevent="like(item)">
-                        {{ item.follow ? '已关注' : '关注' }}
-                    </div> -->
                 </div>
             </router-link>
 

+ 5 - 3
src/main/pc-space/src/views/user/EnterpriseAuthentication.vue

@@ -246,6 +246,10 @@ export default {
 
 <style lang="less" scoped>
 .container {
+    /deep/ .el-form-item__content {
+        line-height: 0 !important;
+        display: flex;
+    }
     /deep/ .el-form-item__label {
         width: 294px;
         text-align: right;
@@ -260,11 +264,9 @@ export default {
         color: #ffffff;
     }
     /deep/ .el-form-item__error {
+        padding-top: 3px;
         // margin-left: 194px;
     }
-    /deep/ .el-form-item__content {
-        display: flex;
-    }
     /deep/ .el-checkbox {
         margin-top: 12px;
         border-radius: 50%;

+ 4 - 0
src/main/pc-space/src/views/user/UserAuthentication.vue

@@ -183,6 +183,9 @@ export default {
 
 <style lang="less" scoped>
 .container {
+    /deep/ .el-form-item__content {
+        line-height: 0 !important;
+    }
     /deep/ .el-form-item__label {
         width: 94px;
         text-align: right;
@@ -197,6 +200,7 @@ export default {
         color: #ffffff;
     }
     /deep/ .el-form-item__error {
+        padding-top: 3px !important;
         margin-left: 94px;
     }
     /deep/ .el-button {