Skip to content
Toggle navigation
Toggle navigation
This project
Loading...
Sign in
bdc
/
bdcjg-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
2171e58a
authored
2022-12-01 17:47:17 +0800
by
任超
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
style:样式调整
1 parent
3e57a29d
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
12 additions
and
4 deletions
src/layout/components/AppMain.vue
src/styles/public.scss
src/views/business-info/land-ownership/index.vue
src/layout/components/AppMain.vue
View file @
2171e58
...
...
@@ -22,8 +22,7 @@ export default {
overflow-x
:
auto
;
padding
:
5px
;
box-sizing
:
border-box
;
//
background-color
:
#EDF1F7
;
background-color
:
#fff
;
background-color
:
#EDF1F7
;
box-sizing
:
border-box
;
}
...
...
src/styles/public.scss
View file @
2171e58
...
...
@@ -99,4 +99,10 @@
font-size
:
16px
;
font-weight
:
500
;
color
:
#4a4a4a
;
}
// 搜索框按钮的位置
.btnColRight
{
box-sizing
:
border-box
;
text-align
:
right
;
}
\ No newline at end of file
...
...
src/views/business-info/land-ownership/index.vue
View file @
2171e58
...
...
@@ -31,7 +31,7 @@
<el-input
v-model=
"form.BDCDYH"
placeholder=
"不动产单元号"
></el-input>
</el-form-item>
</el-col>
<el-col
:span=
"4"
class=
"
from-clues-search-button
"
>
<el-col
:span=
"4"
class=
"
btnColRight
"
>
<el-button
type=
"primary"
@
click=
"handleSubmit"
>
查询结果
</el-button>
</el-col>
</el-row>
...
...
@@ -186,4 +186,7 @@ export default {
},
}
}
</
script
>
\ No newline at end of file
</
script
>
<
style
scoped
lang=
"scss"
>
@import
"~@/styles/public.scss"
;
</
style
>
\ No newline at end of file
...
...
Please
register
or
sign in
to post a comment