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
e77a71fb
authored
2021-01-12 14:43:12 +0800
by
杨威
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
变更页面样式调整
1 parent
529620f8
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
8 additions
and
5 deletions
src/components/fwsxbg/fwsxbgTab.vue
src/views/panel/change/cxlz/index.vue
src/components/fwsxbg/fwsxbgTab.vue
View file @
e77a71f
...
...
@@ -750,6 +750,7 @@
background-color
:
white
;
padding
:
10px
0
;
margin-bottom
:
10px
;
border
:
1px
solid
#E6E6E6
;
}
.tips
{
color
:
#9B9B9B
;
...
...
src/views/panel/change/cxlz/index.vue
View file @
e77a71f
<
template
>
<div
class=
"main"
>
<div
class=
"main
1
"
>
<template
v-if=
"isCxlz"
>
<!--
<p
class=
"tips"
>
查询条件
</p>
-->
<div
class=
"search"
>
...
...
@@ -344,7 +344,7 @@ export default {
this
.
$nextTick
(()
=>
{
this
.
tableHeight
=
(
document
.
documentElement
.
clientHeight
||
document
.
body
.
clientHeight
)
-
3
5
2
;
document
.
body
.
clientHeight
)
-
3
3
2
;
this
.
lpbContentHeight
=
(
document
.
documentElement
.
clientHeight
||
document
.
body
.
clientHeight
)
-
220
;
});
},
...
...
@@ -555,10 +555,12 @@ export default {
};
</
script
>
<
style
scoped
lang=
"less"
>
.main
{
.main1
{
width
:
100%
;
height
:
100%
;
-webkit-box-sizing
:
border-box
;
box-sizing
:
border-box
;
padding
:
18px
;
height
:
auto
;
padding
:
20px
;
}
.search
{
...
...
Please
register
or
sign in
to post a comment