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
147f9092
authored
2022-10-13 09:19:12 +0800
by
任超
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
syule:高级查询样式修改
1 parent
b24ee332
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
4 additions
and
4 deletions
src/styles/public.scss
src/views/ywbl/ywsq/components/houseOwnership.vue
src/styles/public.scss
View file @
147f909
...
...
@@ -18,7 +18,7 @@
display
:
flex
;
font-size
:
12px
;
flex-wrap
:
wrap
;
line-height
:
36
px
;
padding-top
:
10
px
;
span
{
display
:
flex
;
...
...
src/views/ywbl/ywsq/components/houseOwnership.vue
View file @
147f909
...
...
@@ -3,8 +3,8 @@
<!-- 表单部分 -->
<div
class=
"from-clues-header"
>
<el-tabs
v-model=
"activeName"
>
<el-tab-pane
label=
"自然幢"
name=
"
first
"
></el-tab-pane>
<el-tab-pane
label=
"户"
name=
"
second
"
></el-tab-pane>
<el-tab-pane
label=
"自然幢"
name=
"
zrz
"
></el-tab-pane>
<el-tab-pane
label=
"户"
name=
"
h
"
></el-tab-pane>
</el-tabs>
<el-form
:model=
"queryForm"
ref=
"queryForm"
label-width=
"100px"
>
<el-row>
...
...
@@ -71,7 +71,7 @@ export default {
mixins
:
[
table
,
jump
],
data
()
{
return
{
activeName
:
'
first
'
,
activeName
:
'
zrz
'
,
queryForm
:
{
qllx
:
''
,
bdcdyh
:
''
,
...
...
Please
register
or
sign in
to post a comment