guhongwei 2 năm trước cách đây
mục cha
commit
72d43ac2ce
1 tập tin đã thay đổi với 13 bổ sung0 xóa
  1. 13 0
      src/App.vue

+ 13 - 0
src/App.vue

@@ -8,4 +8,17 @@
 body {
   margin: 0;
 }
+.w_1200 {
+  max-width: 1200px;
+  margin: 0 auto;
+}
+p {
+  margin: 0;
+  padding: 0;
+}
+.textOver {
+  overflow: hidden;
+  text-overflow: ellipsis;
+  white-space: nowrap;
+}
 </style>