宗地合并页面重绘
Showing
4 changed files
with
6 additions
and
3 deletions
... | @@ -64,7 +64,7 @@ export function getZdxx(bsm) { | ... | @@ -64,7 +64,7 @@ export function getZdxx(bsm) { |
64 | } | 64 | } |
65 | 65 | ||
66 | /** | 66 | /** |
67 | * 宗地分割获取幢信息 | 67 | * 根据zdbsm获取宗地下的幢信息 |
68 | */ | 68 | */ |
69 | export function ZdfggetZxx(zdbsm) { | 69 | export function ZdfggetZxx(zdbsm) { |
70 | return request({ | 70 | return request({ | ... | ... |
... | @@ -70,6 +70,9 @@ ol, ul { list-style:none; } | ... | @@ -70,6 +70,9 @@ ol, ul { list-style:none; } |
70 | font-style: normal; | 70 | font-style: normal; |
71 | color: red; | 71 | color: red; |
72 | } | 72 | } |
73 | .top20{ | ||
74 | top: 20px; | ||
75 | } | ||
73 | // 滚动条样式 | 76 | // 滚动条样式 |
74 | ::-webkit-scrollbar { | 77 | ::-webkit-scrollbar { |
75 | width: 6px; | 78 | width: 6px; | ... | ... |
... | @@ -2,7 +2,7 @@ | ... | @@ -2,7 +2,7 @@ |
2 | <div class="fg" ref="fgBox"> | 2 | <div class="fg" ref="fgBox"> |
3 | <el-tabs v-model="tabName" type="card" class="menu"> | 3 | <el-tabs v-model="tabName" type="card" class="menu"> |
4 | <el-tab-pane label="宗地分割" name="zd"> | 4 | <el-tab-pane label="宗地分割" name="zd"> |
5 | <div class="fg-tabs"> | 5 | <div class="fg-tabs top20"> |
6 | <span class="tips">分割前宗地信息</span> | 6 | <span class="tips">分割前宗地信息</span> |
7 | <el-button type="primary" class="addBtn" @click="newAdd">新增</el-button> | 7 | <el-button type="primary" class="addBtn" @click="newAdd">新增</el-button> |
8 | <div class="fgq"> | 8 | <div class="fgq"> |
... | @@ -186,7 +186,7 @@ | ... | @@ -186,7 +186,7 @@ |
186 | </div> | 186 | </div> |
187 | </el-tab-pane> | 187 | </el-tab-pane> |
188 | <el-tab-pane label="多幢分割" name="dz"> | 188 | <el-tab-pane label="多幢分割" name="dz"> |
189 | <div class="fg-tabs"> | 189 | <div class="fg-tabs top20"> |
190 | <span class="tips">分割前多幢信息</span> | 190 | <span class="tips">分割前多幢信息</span> |
191 | <el-button type="primary" class="addBtn" @click="newAdd">新增</el-button> | 191 | <el-button type="primary" class="addBtn" @click="newAdd">新增</el-button> |
192 | <div class="fgq"> | 192 | <div class="fgq"> | ... | ... |
This diff is collapsed.
Click to expand it.
-
Please register or sign in to post a comment