Skip to content
Toggle navigation
P
Projects
G
Groups
S
Snippets
Help
broadcast_cloud
/
web-live
This project
Loading...
Sign in
Toggle navigation
Go to a project
Project
Repository
Issues
0
Merge Requests
2
Pipelines
Wiki
Members
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Commit
3682ccf3
authored
Feb 04, 2021
by
陈英杰
Browse files
Options
Browse Files
Download
Plain Diff
合并分支 'test' 到 'dev'
fix 1. 修复红包动画 查看合并请求
!88
parents
d1d01014
579d9c7f
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
0 additions
and
22 deletions
+0
-22
components/modules/redBox/default/index.vue
+0
-9
components/modules/redBox/index.vue
+0
-13
No files found.
components/modules/redBox/default/index.vue
View file @
3682ccf3
...
@@ -130,15 +130,6 @@ export default {
...
@@ -130,15 +130,6 @@ export default {
</
script
>
</
script
>
<
style
lang=
"less"
scoped
>
<
style
lang=
"less"
scoped
>
.fade-enter
,
.fade-leave-to
{
opacity
:
0
;
}
.fade-enter-to
,
.fade-leave
{
opacity
:
1
;
}
.fade-enter-active
,
.fade-leave-active
{
transition
:
opacity
.6s
cubic-bezier
(
0
,
0
,
0.58
,
1
);
}
.default
{
.default
{
position
:
fixed
;
position
:
fixed
;
...
...
components/modules/redBox/index.vue
View file @
3682ccf3
...
@@ -119,19 +119,6 @@ export default {
...
@@ -119,19 +119,6 @@ export default {
</
script
>
</
script
>
<
style
lang=
"less"
scoped
>
<
style
lang=
"less"
scoped
>
.fade-enter-to
,
.fade-leave
{
max-height
:
1.5rem
;
}
.left-enter
,
.left-leave-to
{
max-height
:
0
;
padding
:
0
;
}
.fade-enter-active
,
.fade-leave-active
{
transition
:
all
.3s
cubic-bezier
(
0
,
0
,
0.58
,
1
);
}
.red-box
{
.red-box
{
position
:
absolute
;
position
:
absolute
;
top
:
0
;
top
:
0
;
...
...
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