Browse Source

Merge branch 'master' of http://git.cc-lotus.info/ball-court/court-badminton

lrf 2 years ago
parent
commit
9820ff94c7
2 changed files with 12 additions and 0 deletions
  1. 6 0
      commpents/match-achieve/achieve.less
  2. 6 0
      commpents/match-achieve/achieve.wxss

+ 6 - 0
commpents/match-achieve/achieve.less

@@ -49,10 +49,16 @@
 }
 }
 
 
 .th {
 .th {
+    width: 20vw;
     font-size: 13px;
     font-size: 13px;
     font-weight: 800;
     font-weight: 800;
+    overflow: hidden;
+    word-break: break-all;
 }
 }
 
 
 .td {
 .td {
+    width: 20vw;
     font-size: 13px;
     font-size: 13px;
+    overflow: hidden;
+    word-break: break-all;
 }
 }

+ 6 - 0
commpents/match-achieve/achieve.wxss

@@ -42,9 +42,15 @@
   width: 50%;
   width: 50%;
 }
 }
 .th {
 .th {
+  width: 20vw;
   font-size: 13px;
   font-size: 13px;
   font-weight: 800;
   font-weight: 800;
+  overflow: hidden;
+  word-break: break-all;
 }
 }
 .td {
 .td {
+  width: 20vw;
   font-size: 13px;
   font-size: 13px;
+  overflow: hidden;
+  word-break: break-all;
 }
 }