Bladeren bron

修改样式

zs 9 maanden geleden
bovenliggende
commit
a20d68023f

+ 1 - 1
src/views/detail/achievementDetail.vue

@@ -181,7 +181,7 @@ const toCollect = async () => {
       .collect {
         display: flex;
         align-items: center;
-        width: 15%;
+        width: 35%;
         font-size: $global-font-size-20;
         color: #929292;
         cursor: default;

+ 1 - 1
src/views/detail/companyDetail.vue

@@ -163,7 +163,7 @@ const toCollect = async () => {
             display: flex;
             align-items: center;
             justify-content: flex-end;
-            width: 15%;
+            width: 35%;
             font-size: $global-font-size-20;
             color: #929292;
             cursor: default;

+ 1 - 1
src/views/detail/demandDetail.vue

@@ -229,7 +229,7 @@ const toCollect = async () => {
           display: flex;
           align-items: center;
           justify-content: flex-end;
-          width: 15%;
+          width: 35%;
           font-size: $global-font-size-20;
           color: #929292;
           cursor: default;

+ 1 - 1
src/views/detail/matchDetail.vue

@@ -286,7 +286,7 @@ provide('submitForm', submitForm)
       .collect {
         display: flex;
         align-items: center;
-        width: 15%;
+        width: 35%;
         font-size: $global-font-size-20;
         color: #929292;
         cursor: default;

+ 1 - 1
src/views/detail/platformDetail.vue

@@ -198,7 +198,7 @@ const toCollect = async () => {
               display: flex;
               align-items: center;
               justify-content: flex-end;
-              width: 15%;
+              width: 35%;
               font-size: $global-font-size-20;
               color: #929292;
               cursor: default;

+ 1 - 1
src/views/detail/serviceDetail.vue

@@ -165,7 +165,7 @@ const toCollect = async () => {
               display: flex;
               align-items: center;
               justify-content: flex-end;
-              width: 15%;
+              width: 35%;
               font-size: $global-font-size-20;
               color: #929292;
               cursor: default;

+ 1 - 1
src/views/detail/supplyDetail.vue

@@ -207,7 +207,7 @@ const toCollect = async () => {
           display: flex;
           align-items: center;
           justify-content: flex-end;
-          width: 15%;
+          width: 35%;
           font-size: $global-font-size-20;
           color: #929292;
           cursor: default;