hookehuyr

表单最大宽度为800px

...@@ -2,7 +2,7 @@ ...@@ -2,7 +2,7 @@
2 * @Author: hookehuyr hookehuyr@gmail.com 2 * @Author: hookehuyr hookehuyr@gmail.com
3 * @Date: 2022-05-26 23:52:36 3 * @Date: 2022-05-26 23:52:36
4 * @LastEditors: hookehuyr hookehuyr@gmail.com 4 * @LastEditors: hookehuyr hookehuyr@gmail.com
5 - * @LastEditTime: 2023-05-26 16:38:49 5 + * @LastEditTime: 2024-06-18 14:16:05
6 * @FilePath: /data-table/src/App.vue 6 * @FilePath: /data-table/src/App.vue
7 * @Description: 7 * @Description:
8 --> 8 -->
...@@ -177,7 +177,8 @@ body { ...@@ -177,7 +177,8 @@ body {
177 177
178 body { 178 body {
179 position: relative; 179 position: relative;
180 - 180 + display: flex;
181 + justify-content: center;
181 p { 182 p {
182 margin: 0; 183 margin: 0;
183 padding: 0; 184 padding: 0;
...@@ -186,6 +187,7 @@ body { ...@@ -186,6 +187,7 @@ body {
186 187
187 #app { 188 #app {
188 min-height: calc(100vh); 189 min-height: calc(100vh);
190 + max-width: 800px;
189 position: relative; 191 position: relative;
190 } 192 }
191 193
......