Răsfoiți Sursa

Merge branch 'yuan' of panhui/lasuo_nft_front into dev

yuanyuan 3 ani în urmă
părinte
comite
5d2fdd9672
3 a modificat fișierele cu 11 adăugiri și 11 ștergeri
  1. 1 1
      src/views/Discover.vue
  2. 1 0
      src/views/account/Login.vue
  3. 9 10
      src/views/product/Detail.vue

+ 1 - 1
src/views/Discover.vue

@@ -587,7 +587,7 @@ export default {
         text-overflow: ellipsis;
         white-space: nowrap;
         margin-top: 6px;
-        height: 20px;
+        // height: 20px;
         font-size: 14px;
         font-family: PingFangSC-Regular, PingFang SC;
         font-weight: 400;

+ 1 - 0
src/views/account/Login.vue

@@ -139,6 +139,7 @@ export default {
             });
             this.check().then(() => {
                 this.$toast.success('登录成功');
+                location.reload()
                 setTimeout(() => {
                     if (this.$store.state.loginBackUrl) {
                         this.$router.replace(this.$store.state.loginBackUrl);

+ 9 - 10
src/views/product/Detail.vue

@@ -1311,7 +1311,7 @@ export default {
                     overflow: hidden;
                     text-overflow: ellipsis;
                     text-align: center;
-                    height: 28px;
+                    // height: 28px;
                     font-size: 20px;
                     font-family: PingFangSC-Semibold, PingFang SC;
                     font-weight: 600;
@@ -1328,7 +1328,7 @@ export default {
                         box-sizing: border-box;
                         background: #f9ddb3;
                         border-radius: 3px;
-                        height: 16px;
+                        // height: 16px;
                         font-size: 11px;
                         font-family: PingFangSC-Regular, PingFang SC;
                         font-weight: 400;
@@ -1339,11 +1339,11 @@ export default {
                     }
                     .limited_label_number {
                         width: 34px;
-                        height: 16px;
+                        // height: 16px;
                         background: #f9ddb3;
                         border-radius: 3px 0px 0px 3px;
                         text-align: center;
-                        height: 16px;
+                        // height: 16px;
                         font-size: 11px;
                         font-family: PingFangSC-Regular, PingFang SC;
                         font-weight: 400;
@@ -1353,10 +1353,9 @@ export default {
                     .limited_label_total {
                         padding: 0px 6px;
                         box-sizing: border-box;
-                        height: 16px;
                         background: #323743;
                         border-radius: 0px 3px 3px 0px;
-                        height: 16px;
+                        // height: 16px;
                         font-size: 11px;
                         font-family: PingFangSC-Regular, PingFang SC;
                         font-weight: 400;
@@ -1369,7 +1368,7 @@ export default {
                         border-radius: 3px;
                         padding: 0px 6px;
                         box-sizing: border-box;
-                        height: 16px;
+                        // height: 16px;
                         font-size: 11px;
                         font-family: PingFangSC-Regular, PingFang SC;
                         font-weight: 400;
@@ -1410,7 +1409,7 @@ export default {
             margin-bottom: 10px;
             .collection_author_con {
                 width: 100%;
-                height: 58px;
+                // height: 58px;
                 background: #1e222c;
                 border-radius: 12px;
                 padding: 9px 15px;
@@ -1446,7 +1445,7 @@ export default {
                     // margin-top: 5px;
                     box-sizing: border-box;
                     width: 72px;
-                    height: 30px;
+                    // height: 30px;
                     background: #f9ddb3;
                     border-radius: 4px;
                     font-size: 14px;
@@ -1459,7 +1458,7 @@ export default {
                 .followedtwo {
                     margin-top: 5px;
                     width: 72px;
-                    height: 30px;
+                    // height: 30px;
                     border: 1px solid #222630 !important;
                     box-sizing: border-box;
                     font-size: 14px;