Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
R
rbc-demo
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
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
王衍超
rbc-demo
Commits
93df37c4
Commit
93df37c4
authored
Mar 03, 2022
by
Joey
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
feat(@gms/gms-plugin-billexpand):审批轨迹按钮样式调整
parent
c3b0dfd7
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
11 additions
and
13 deletions
+11
-13
workflow-track.vue
...@gms/gms-plugin-billexpand/src/control/workflow-track.vue
+11
-13
No files found.
develop/@gms/gms-plugin-billexpand/src/control/workflow-track.vue
View file @
93df37c4
...
...
@@ -2,11 +2,10 @@
<div>
<div
class=
"workflow-button"
:style=
"
{top: styleTop, right: styleRight}" @click="showDrawer = true">
<div
class=
"icon"
>
<svg
width=
"2
4px"
height=
"24px"
viewBox=
"0 0 24 24
"
version=
"1.1"
xmlns=
"http://www.w3.org/2000/svg"
xmlns:xlink=
"http://www.w3.org/1999/xlink"
>
<use
xlink:href=
"#icon-a-2
4_BILLEXPAND_C_RBC_
shenpiguiji"
></use>
<svg
width=
"2
8px"
height=
"28px"
viewBox=
"0 0 28 28
"
version=
"1.1"
xmlns=
"http://www.w3.org/2000/svg"
xmlns:xlink=
"http://www.w3.org/1999/xlink"
>
<use
xlink:href=
"#icon-a-2
8_BILLEXPAND_C_RBC_xin
shenpiguiji"
></use>
</svg>
</div>
<div
class=
"text"
>
审批轨迹
</div>
</div>
<Drawer
:transfer=
"false"
...
...
@@ -244,17 +243,16 @@ export default {
cursor
:
pointer
;
position
:
absolute
;
z-index
:
1000
;
width
:
56px
;
height
:
64px
;
padding-top
:
10px
;
background
:
#FFA938
;
box-shadow
:
0px
1px
6px
0px
rgba
(
255
,
169
,
56
,
0.8
);
border-radius
:
6px
;
opacity
:
0.9
;
padding-top
:
4px
;
width
:
42px
;
height
:
36px
;
background
:
#005791
;
box-shadow
:
0
0
4px
0
rgba
(
109
,
109
,
109
,
0.50
);
border-radius
:
100px
0
0
100px
;
.icon
{
width
:
2
4
px
;
height
:
2
4
px
;
margin
:
0
auto
;
width
:
2
8
px
;
height
:
2
8
px
;
margin
-left
:
11px
;
}
.text
{
margin-top
:
2px
;
...
...
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