From 1704fb706b123f573df59841db33bca659b4fdec Mon Sep 17 00:00:00 2001
From: guoshilong <123456>
Date: Tue, 09 Aug 2022 18:00:36 +0800
Subject: [PATCH] 改变按钮位置
---
src/views/land/cs.vue | 49 +++++++++++++++++++++++++++++++++++--------------
1 files changed, 35 insertions(+), 14 deletions(-)
diff --git a/src/views/land/cs.vue b/src/views/land/cs.vue
index 26fdb32..40063a5 100644
--- a/src/views/land/cs.vue
+++ b/src/views/land/cs.vue
@@ -39,20 +39,20 @@
clearable
></el-input>
</div>
- <div class="el-page">
- <el-pagination
- @size-change="handleSizeChange"
- @current-change="handleCurrentChange"
- :current-page="page.currentPage"
- :hide-on-single-page="value"
- :page-size="page.pageSize"
- background
- layout="total, prev, pager, next"
- :total="page.total"
- ></el-pagination>
- </div>
+ <div class="el-page">
+ <el-pagination
+ @size-change="handleSizeChange"
+ @current-change="handleCurrentChange"
+ :current-page="page.currentPage"
+ :hide-on-single-page="value"
+ :page-size="page.pageSize"
+ background
+ layout="total, prev, pager, next"
+ :total="page.total"
+ ></el-pagination>
+ </div>
</div>
- <div>
+ <!-- <div>
<el-button size="small">
<span style="color: #5abf78" @click="goToMapModel(row)">进入地图模式</span>
</el-button>
@@ -62,7 +62,18 @@
@click="land"
style="margin-right: 50px;width: 80px;"
>圈地</el-button>
- </div>
+ </div> -->
+ </div>
+ <div class="edit">
+ <el-button size="small">
+ <span style="color: #5abf78" @click="goToMapModel(row)">进入地图模式</span>
+ </el-button>
+ <el-button
+ type="success"
+ size="small"
+ @click="land"
+ style="margin-right: 50px;width: 80px;"
+ >圈地</el-button>
</div>
<div class="landhome">
<div
@@ -219,6 +230,13 @@
display: flex;
flex-flow: row nowrap;
justify-content: space-between;
+
+ // .el-page{
+ // text-align: right;
+ // }
+ // .el-pagination{
+ // text-align: right;
+ // }
}
.wraaper-box {
@@ -312,4 +330,7 @@
text-align: center;
}
}
+.edit {
+ padding-left: 13px;
+}
</style>
--
Gitblit v1.9.3