Skip to content
Toggle navigation
Toggle navigation
This project
Loading...
Sign in
bdc
/
bdcdj-web
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
28d3f800
authored
2022-10-14 17:01:02 +0800
by
任超
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
style:头部样式
1 parent
d106a60b
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
6 additions
and
1 deletions
src/views/workflow/workFrame.scss
src/views/workflow/workFrame.vue
src/views/workflow/workFrame.scss
View file @
28d3f80
...
...
@@ -117,6 +117,7 @@
.svg-icon
{
width
:
2
.5em
;
height
:
2
.5em
;
transition
:
all
0
.3s
;
}
.iconName
{
...
...
@@ -184,6 +185,10 @@
li
:hover
{
border
:
1px
solid
#ffffff
;
border-radius
:
5px
;
.icon
{
transform
:
scale
(
1
.3
);
}
}
}
}
\ No newline at end of file
...
...
src/views/workflow/workFrame.vue
View file @
28d3f80
...
...
@@ -5,7 +5,7 @@
<!-- 左侧业务功能按钮 -->
<ul>
<li
@
click=
"operation(index, item)"
v-for=
"(item, index) in leftButtonList"
:key=
"index"
>
<svg-icon
:icon-class=
"item.icon"
/>
<svg-icon
class=
"icon"
:icon-class=
"item.icon"
/>
<span
class=
"iconName"
>
{{
item
.
name
}}
</span>
</li>
</ul>
...
...
Please
register
or
sign in
to post a comment