Skip to content
Toggle navigation
Toggle navigation
This project
Loading...
Sign in
任超
/
js.CadastralSystem
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
fe4896aa
authored
2020-11-20 09:12:51 +0800
by
杨威
Browse Files
Options
Browse Files
Tag
Download
Plain Diff
Merge branch 'master' of
http://yun.pashanhoo.com:9090/renchao/CadastralSystem
2 parents
a53bda53
fc9f7f43
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
6 additions
and
3 deletions
src/components/hCxlz/hCxlz.vue
src/components/hCxlz/hCxlz.vue
View file @
fe4896a
...
...
@@ -47,7 +47,7 @@
</td>
</tr>
<tr>
<td
class=
"lab
le
"
>
幢单元:
</td>
<td
class=
"lab
el
"
>
幢单元:
</td>
<td
class=
"input"
>
<el-select
v-model=
"hcxlzData.zdybsm"
filterable
placeholder=
"请选择"
>
<el-option
...
...
@@ -66,7 +66,7 @@
<el-button
type=
"primary"
@
click=
"cancel"
>
取消
</el-button>
</div>
<query-data
:centerDialogVisible=
"xzzdVisible"
@
close=
"xzzdClose"
@
getData=
"getZdxx"
isZdClose=
"true"
></query-data>
:
isZdClose=
"true"
></query-data>
</el-dialog>
</div>
</
template
>
...
...
@@ -219,7 +219,10 @@
display
:
inline-block
;
text-align
:
center
;
.label
{
width
:
80px
;
width
:
60px
;
font-size
:
15px
;
text-align
:
justify
;
text-align-last
:
justify
}
.input
{
width
:
300px
;
...
...
Please
register
or
sign in
to post a comment