Explorar o código

活动管理wordUI修改

Q-ABAB %!s(int64=2) %!d(string=hai) anos
pai
achega
3234b23b1a
Modificáronse 1 ficheiros con 23 adicións e 30 borrados
  1. 23 30
      src/components/makerActivityWord.vue

+ 23 - 30
src/components/makerActivityWord.vue

@@ -114,7 +114,6 @@
   <style lang="less" scoped>
   #makerActivityWord{
     min-width: 710px;
-    // height: 650px;
     font-size: 16px;
     color: black;
     #wordTitle{
@@ -131,40 +130,18 @@
     #table{
       border: solid 1px black;
       border-bottom: none;
+      box-sizing: border-box;
       .han{
         width: 100%;
         height: 40px;
         box-sizing: border-box;
         border-bottom:solid 1px black ;
+        box-sizing: border-box;
         display: flex;
         
         &:nth-last-child(1){
           border-bottom:none;
         }
-        &:nth-child(2){
-          .lie{
-            height: 100%;
-            // .label{
-            //   // width: 200px;
-            // }
-            .value{
-              min-width: 80px;
-            }
-            &:nth-child(2){
-              // .label{
-              //   width: 198px;
-              // }
-              .value{
-                min-width: 100px;
-              }
-            }
-            &:nth-child(3){
-              .value{
-                width: 150px;
-              }
-            }
-          }
-        }
         .lie{
           height: 100%;
           flex: 1;
@@ -178,21 +155,37 @@
             color: black;
           }
           .label{
-            min-width: 100px;
+            flex: 1;
+            box-sizing: border-box;
             border-right: solid 1px black;
           }
           .value{
-            flex: 1;
+            flex: 2;
+            box-sizing: border-box;
           }
           &:not(:nth-last-of-type(1)){
+            // box-sizing: border-box;
             border-right: solid 1px black;
-            // div{
-            //   border-right:solid 1px black;
-            // }
+            box-sizing: border-box;
+          }
+        }
+        &:nth-child(2){
+          .lie{
+            height: 100%;
+            .value{
+              flex: 1;
+              display: flex;
+              box-sizing: border-box;
+            }
+            .label{
+              flex: 1;
+              box-sizing: border-box;
+            }
           }
         }
     }
     .teacher{
+      box-sizing: border-box;
       border-bottom: solid 1px black;
       display: flex;
       width: 100%;