Browse Source

预览ui 大小

scorpio 2 years ago
parent
commit
f83da77ea0
1 changed files with 2 additions and 2 deletions
  1. 2 2
      src/views/home/excel.vue

+ 2 - 2
src/views/home/excel.vue

@@ -123,7 +123,7 @@ export default {
 }
 }
 
 
 .item {
 .item {
-  width: 400px;
+  width: 80px;
   text-wrap: normal;
   text-wrap: normal;
   height: 50px;
   height: 50px;
   border-collapse: collapse;
   border-collapse: collapse;
@@ -143,7 +143,7 @@ export default {
 }
 }
 
 
 .sub {
 .sub {
-  width: 300px;
+  width: 200px;
   height: 50px;
   height: 50px;
   text-wrap: normal;
   text-wrap: normal;
 }
 }