Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
V
vipSupplier
Overview
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
王淑敏
vipSupplier
Commits
b6145660
Commit
b6145660
authored
4 years ago
by
chuzhixin
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
update animation
parent
14c6a7fb
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
2 deletions
+2
-2
src/layouts/components/VabAppMain/index.vue
+1
-1
src/styles/variables.scss
+1
-1
No files found.
src/layouts/components/VabAppMain/index.vue
View file @
b6145660
...
...
@@ -9,7 +9,7 @@
<footer
v-show=
"footerCopyright"
class=
"footer-copyright"
>
Copyright
<vab-icon
:icon=
"['fas', 'copyright']"
></vab-icon>
xxx-项目
{{
fullYear
}}
vue-admin-beautiful-pro 开源免费版
{{
fullYear
}}
</footer>
</div>
</
template
>
...
...
This diff is collapsed.
Click to expand it.
src/styles/variables.scss
View file @
b6145660
...
...
@@ -69,7 +69,7 @@ $base-left-menu-width-min: 65px;
$base-right-content-width-min
:
calc
(
100%
-
#{
$base-left-menu-width-min
}
);
//默认动画
$base-transition
:
all
0
.3s
cubic-bezier
(
0
.645
,
0
.045
,
0
.355
,
1
)
,
border
0s
,
background
0s
,
color
0s
;
background
0s
,
color
0s
,
font-size
0s
;
//默认动画长
$base-transition-time
:
0
.3s
;
...
...
This diff is collapsed.
Click to expand it.
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment