Toggle navigation
Toggle navigation
This project
Loading...
Sign in
Hooke
/
data-table
Go to a project
Toggle navigation
Toggle navigation pinning
Projects
Groups
Snippets
Help
Project
Activity
Repository
Graphs
Network
Create a new issue
Commits
Issue Boards
You need to sign in or sign up before continuing.
Authored by
hookehuyr
2024-06-18 14:17:44 +0800
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
c24764592624af2e23ec4abc9bb981441d0e32e1
c2476459
1 parent
90354fcc
表单最大宽度为800px
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
2 deletions
src/App.vue
src/App.vue
View file @
c247645
...
...
@@ -2,7 +2,7 @@
* @Author: hookehuyr hookehuyr@gmail.com
* @Date: 2022-05-26 23:52:36
* @LastEditors: hookehuyr hookehuyr@gmail.com
* @LastEditTime: 202
3-05-26 16:38:49
* @LastEditTime: 202
4-06-18 14:16:05
* @FilePath: /data-table/src/App.vue
* @Description:
-->
...
...
@@ -177,7 +177,8 @@ body {
body {
position: relative;
display: flex;
justify-content: center;
p {
margin: 0;
padding: 0;
...
...
@@ -186,6 +187,7 @@ body {
#app {
min-height: calc(100vh);
max-width: 800px;
position: relative;
}
...
...
Please
register
or
login
to post a comment