智慧农业后台管理页面
guoshilong
2022-08-09 1704fb706b123f573df59841db33bca659b4fdec
改变按钮位置
1 files modified
49 ■■■■ changed files
src/views/land/cs.vue 49 ●●●● patch | view | raw | blame | history
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>