Skip to content
Toggle navigation
Toggle navigation
This project
Loading...
Sign in
dev
/
pingan-life-index-pro
Go to a project
Toggle navigation
Toggle navigation pinning
Projects
Groups
Snippets
Help
Project
Activity
Repository
Pipelines
Graphs
Issues
0
Merge Requests
0
Wiki
Network
Create a new issue
Builds
Commits
Issue Boards
Files
Commits
Network
Compare
Branches
Tags
475cb617
authored
2020-03-23 15:17:46 +0800
by
simon
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
默认提交
1 parent
de9d4d19
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
4 deletions
src/App.vue
src/App.vue
View file @
475cb61
...
...
@@ -78,9 +78,9 @@ export default {
//
this
.
refreshProfile
();
setTimeout
(()
=>
{
this
.
initCss
=
true
;
},
2
000
);
//
setTimeout(() => {
//
this.initCss = true;
// }, 1
000);
}
};
</
script
>
...
...
@@ -361,7 +361,7 @@ textarea {
}
.main-container-min-height
{
min-height
:
6
00px
;
min-height
:
5
00px
;
}
.content
{
...
...
Please
register
or
sign in
to post a comment