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
c1d094ee
authored
2022-10-08 16:03:46 +0800
by
任超
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
style:审核表
1 parent
f772edff
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
1 deletions
src/views/ywbl/fqsq/components/clxx.vue
src/views/ywbl/fqsq/components/spyj.vue
src/views/ywbl/fqsq/components/clxx.vue
View file @
c1d094e
...
...
@@ -350,7 +350,7 @@ export default {
width
:
100%
;
display
:
flex
;
padding-left
:
5px
;
height
:
calc
(
100vh
-
90
px
);
height
:
calc
(
100vh
-
125
px
);
.left
{
display
:
flex
;
...
...
src/views/ywbl/fqsq/components/spyj.vue
View file @
c1d094e
...
...
@@ -46,6 +46,7 @@
<el-button
type=
"primary"
v-if=
"tableData.length>0"
@
click=
"onSubmit"
>
保存
</el-button>
</div>
</el-form>
<el-empty
v-if=
"tableData.length==0"
description=
"暂无数据"
></el-empty>
</div>
</
template
>
<
script
>
...
...
Please
register
or
sign in
to post a comment