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
e1e3e9e4
authored
2024-03-27 16:59:01 +0800
by
renchao@pashanhoo.com
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
申请查询记录
1 parent
a9162cb9
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
5 additions
and
2 deletions
src/views/sqcx/sqcxjl/components/sqcxjlInfo.vue
src/views/sqcx/sqcxjl/components/sqcxjlInfo.vue
View file @
e1e3e9e
...
...
@@ -33,7 +33,7 @@
</el-form-item>
</el-col>
<el-col
:span=
"6"
>
<el-form-item
label=
"查询用途:"
label-width=
"90px"
>
{{
form
.
djSqcxDO
.
cxyt
}}
<el-form-item
label=
"查询用途:"
>
{{
form
.
djSqcxDO
.
cxyt
}}
</el-form-item>
</el-col>
<el-col
:span=
"6"
>
...
...
@@ -163,7 +163,10 @@
</
script
>
<
style
scoped
lang=
"scss"
>
@import
"~@/styles/mixin.scss"
;
.sqcxjlInfo
{
height
:
82vh
;
overflow-y
:
scroll
;
}
/
deep
/
.el-form-item
{
margin-bottom
:
0
!important
;
}
...
...
Please
register
or
sign in
to post a comment