网格管理
This commit is contained in:
@@ -24,7 +24,7 @@
|
|||||||
<AiEmpty description="暂无数据" class="emptyWrap" v-else></AiEmpty>
|
<AiEmpty description="暂无数据" class="emptyWrap" v-else></AiEmpty>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
<div style="padding-bottom: 70px;background:#f5f5f5;"></div>
|
<!-- <div style="padding-bottom: 70px;"></div> -->
|
||||||
<div class="subBtn" @click="submit">
|
<div class="subBtn" @click="submit">
|
||||||
<div>确定选择</div>
|
<div>确定选择</div>
|
||||||
</div>
|
</div>
|
||||||
@@ -156,6 +156,7 @@ export default {
|
|||||||
.SelectGird {
|
.SelectGird {
|
||||||
height: 100%;
|
height: 100%;
|
||||||
background: #fff;
|
background: #fff;
|
||||||
|
padding-bottom: 140px;
|
||||||
.header-top {
|
.header-top {
|
||||||
background: #fff;
|
background: #fff;
|
||||||
padding: 20px 32px;
|
padding: 20px 32px;
|
||||||
|
|||||||
@@ -25,7 +25,7 @@
|
|||||||
<AiEmpty description="暂无数据" class="emptyWrap" v-else></AiEmpty>
|
<AiEmpty description="暂无数据" class="emptyWrap" v-else></AiEmpty>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
<div style="padding-bottom: 70px;background:#f5f5f5;"></div>
|
<!-- <div style="padding-bottom: 70px;background:#fff;"></div> -->
|
||||||
<div class="subBtn" @click="submit">
|
<div class="subBtn" @click="submit">
|
||||||
<div>确定选择</div>
|
<div>确定选择</div>
|
||||||
</div>
|
</div>
|
||||||
@@ -103,6 +103,7 @@ export default {
|
|||||||
<style scoped lang="scss">
|
<style scoped lang="scss">
|
||||||
.SelectUser {
|
.SelectUser {
|
||||||
height: 100%;
|
height: 100%;
|
||||||
|
padding-bottom: 140px;
|
||||||
background: #fff;
|
background: #fff;
|
||||||
.header-top {
|
.header-top {
|
||||||
background: #fff;
|
background: #fff;
|
||||||
|
|||||||
@@ -25,7 +25,7 @@
|
|||||||
<AiEmpty description="暂无数据" class="emptyWrap" v-else></AiEmpty>
|
<AiEmpty description="暂无数据" class="emptyWrap" v-else></AiEmpty>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
<div style="padding-bottom: 70px;background:#f5f5f5;"></div>
|
<!-- <div style="padding-bottom: 70px;"></div> -->
|
||||||
<div class="subBtn" @click="toAddGird">
|
<div class="subBtn" @click="toAddGird">
|
||||||
<div>添加网格</div>
|
<div>添加网格</div>
|
||||||
</div>
|
</div>
|
||||||
@@ -223,6 +223,7 @@ export default {
|
|||||||
.setGird {
|
.setGird {
|
||||||
height: 100%;
|
height: 100%;
|
||||||
background: #fff;
|
background: #fff;
|
||||||
|
padding-bottom: 140px;
|
||||||
.header-top {
|
.header-top {
|
||||||
background: #fff;
|
background: #fff;
|
||||||
padding: 20px 32px;
|
padding: 20px 32px;
|
||||||
|
|||||||
Reference in New Issue
Block a user