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
5aef2321
authored
2022-10-17 16:12:59 +0800
by
任超
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
style:证书领取
1 parent
933d34a1
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
2 additions
and
6 deletions
src/components/tanchuang/index.vue
src/views/workflow/components/zslq.vue
src/views/workflow/workFrame.vue
src/components/tanchuang/index.vue
View file @
5aef232
...
...
@@ -152,8 +152,7 @@ export default {
display
:
flex
;
justify-content
:
center
;
width
:
100%
;
box-shadow
:
0px
0px
1px
0px
;
border-radius
:
0
0
5px
5px
;
box-shadow
:
0px
0px
0.5px
0px
;
position
:
absolute
;
bottom
:
0
;
background
:
#ffffff
;
...
...
src/views/workflow/components/zslq.vue
View file @
5aef232
...
...
@@ -46,10 +46,6 @@
</el-form-item>
</el-col>
</el-row>
<el-row
style=
"text-align:center"
>
<el-button
type=
"primary"
@
click=
"submitForm('ruleForm')"
>
保存
</el-button>
<el-button
@
click=
"resetForm('ruleForm')"
>
取消
</el-button>
</el-row>
</el-form>
</div>
</
template
>
...
...
src/views/workflow/workFrame.vue
View file @
5aef232
...
...
@@ -270,6 +270,7 @@ export default {
editItem
:
"workflow/components/zslq"
,
height
:
"500px"
,
formData
:
{},
btnShow
:
true
,
cancel
:
()
=>
{
console
.
log
(
"取消回调"
);
},
...
...
Please
register
or
sign in
to post a comment