Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
S
smart_gov_platform
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
赵啸非
smart_gov_platform
Commits
d53a11d9
Commit
d53a11d9
authored
Aug 29, 2023
by
王晓旭
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
修改样式
parent
9b3f384b
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
5 additions
and
6 deletions
+5
-6
portal-manager-ui/admin/src/views/dataActuary/dataActuary.vue
...al-manager-ui/admin/src/views/dataActuary/dataActuary.vue
+5
-6
No files found.
portal-manager-ui/admin/src/views/dataActuary/dataActuary.vue
View file @
d53a11d9
...
@@ -15,7 +15,7 @@
...
@@ -15,7 +15,7 @@
@
click=
"handleJump(item.url)"
@
click=
"handleJump(item.url)"
@
mouseover=
"hoverItem(index)"
@
mouseover=
"hoverItem(index)"
@
mouseleave=
"hoverleave(index)"
@
mouseleave=
"hoverleave(index)"
:style=
"
{background: `url(${require('@/assets/images/dataActuary/'+(index+1)+'.png')})`}">
:style=
"
{background: `url(${require('@/assets/images/dataActuary/'+(index+1)+'.png')})
no-repeat
`}">
<div
class=
"actitem_tit"
>
<div
class=
"actitem_tit"
>
{{
item
.
name
}}
{{
item
.
name
}}
</div>
</div>
...
@@ -169,12 +169,10 @@ export default {
...
@@ -169,12 +169,10 @@ export default {
display: flex;
display: flex;
justify-content: space-between;
justify-content: space-between;
transition: all 1s ease 0s;
transition: all 1s ease 0s;
.yw{
background: url('~@/assets/images/dataActuary/1.png');
}
.act_mod_item:hover{
.act_mod_item:hover{
animation: startopen 1s normal 1 forwards;
// animation: startopen 1s normal 1 forwards;
transition: all 1s ease 0s;
overflow: hidden;
overflow: hidden;
flex-shrink: 0;
flex-shrink: 0;
width: 551px;
width: 551px;
...
@@ -206,7 +204,8 @@ export default {
...
@@ -206,7 +204,8 @@ export default {
}
}
}
}
.act_mod_item{
.act_mod_item{
animation: leaveopen .5s normal 1 forwards;
// animation: leaveopen .5s normal 1 forwards;
transition: all .5s ease 0s;
flex-shrink: 0;
flex-shrink: 0;
width: 170px;
width: 170px;
height: 450px;
height: 450px;
...
...
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