tianyun 3 tháng trước cách đây
mục cha
commit
dbf2084404
1 tập tin đã thay đổi với 2 bổ sung2 xóa
  1. 2 2
      simple-demo/mycopy.html

+ 2 - 2
simple-demo/mycopy.html

@@ -11,7 +11,7 @@
     <link rel="stylesheet" href="elementUI/index.css"/>
     <style>
         .tab-container {
-            max-width: 800px;
+            max-width: 1600px;
             margin: 0 auto;
             padding: 20px;
         }
@@ -28,7 +28,7 @@
             transition: all .3s;
             cursor: pointer;
             display: inline-block;
-            width: calc(33% - 20px);
+            width: 300px;
             box-sizing: border-box;
         }