yuanyiming 2 år sedan
förälder
incheckning
25eaf801a9
1 ändrade filer med 12 tillägg och 11 borttagningar
  1. 12 11
      src/components/makerActivityWord.vue

+ 12 - 11
src/components/makerActivityWord.vue

@@ -113,8 +113,8 @@
   
   <style lang="less" scoped>
   #makerActivityWord{
-    width: 1200px;
-    height: 650px;
+    // width: 1200px;
+    // height: 650px;
     font-size: 16px;
     color: black;
     #wordTitle{
@@ -137,24 +137,25 @@
         box-sizing: border-box;
         border-bottom:solid 1px black ;
         display: flex;
+        
         &:nth-last-child(1){
           border-bottom:none;
         }
         &:nth-child(2){
           .lie{
             height: 100%;
-            .label{
-              width: 200px;
-            }
+            // .label{
+            //   // width: 200px;
+            // }
             .value{
-              width: 199px;
+              min-width: 80px;
             }
             &:nth-child(2){
-              .label{
-                width: 198px;
-              }
+              // .label{
+              //   width: 198px;
+              // }
               .value{
-                width: 200px;
+                min-width: 100px;
               }
             }
             &:nth-child(3){
@@ -177,7 +178,7 @@
             color: black;
           }
           .label{
-            width: 200px;
+            min-width: 100px;
             border-right: solid 1px black;
           }
           .value{