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
cf1e1de2
authored
2022-10-11 16:53:51 +0800
by
任超
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
style;整理样式
1 parent
35e8abce
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
7 additions
and
12 deletions
src/views/workflow/components/fzxx.vue
src/views/workflow/components/spyj.vue
src/views/workflow/components/fzxx.vue
View file @
cf1e1de
<
template
>
<div
class=
"from-clues"
>
<!--
表单部分
-->
<!--
发证信息
-->
<div
class=
"from-clues-header"
>
<el-form
:model=
"ruleForm"
>
<el-row
:gutter=
"20"
>
...
...
@@ -41,9 +41,7 @@ export default {
mixins
:
[
table
],
components
:
{},
props
:
{
},
data
()
{
return
{
ruleForm
:
{
...
...
@@ -56,8 +54,8 @@ export default {
total
:
0
,
columns
:
datas
.
columns
(),
data
:
[],
}
,
}
;
}
}
},
methods
:
{
// 列表渲染接口
...
...
@@ -68,9 +66,9 @@ export default {
this
.
tableData
.
data
=
res
.
result
}
})
}
,
}
}
}
;
}
</
script
>
<
style
scoped
lang=
'scss'
>
@import
"~@/styles/public.scss"
;
...
...
src/views/workflow/components/spyj.vue
View file @
cf1e1de
...
...
@@ -101,15 +101,12 @@ export default {
this
.
$message
.
error
(
res
.
message
)
}
})
},
},
}
}
}
</
script
>
<
style
scoped
lang=
'scss'
>
@import
'~@/styles/mixin.scss'
;
.spyj
{
margin-left
:
5px
;
...
...
Please
register
or
sign in
to post a comment