|
|
@@ -1,7 +1,7 @@
|
|
|
<template>
|
|
|
<div class="user-management-container">
|
|
|
<el-row :gutter="20">
|
|
|
- <el-col :span="5" :xs="24">
|
|
|
+ <el-col :span="5" :xs="16">
|
|
|
<div class="head-container" style="margin-bottom: 5px">
|
|
|
<el-input v-model="filterText" placeholder="输入关键字进行过滤" />
|
|
|
<el-tree
|
|
|
@@ -20,7 +20,7 @@
|
|
|
<el-button icon="el-icon-plus" type="primary" @click="getCheckedNodes($event)">添加区域</el-button>
|
|
|
</vab-query-form-left-panel>
|
|
|
</el-col>
|
|
|
- <el-col :sapn="19">
|
|
|
+ <el-col :lg="19" :sapn="12" :xs="19">
|
|
|
<vab-query-form>
|
|
|
<vab-query-form-top-panel>
|
|
|
<el-form :inline="true" :model="queryForm" @submit.native.prevent>
|
|
|
@@ -53,8 +53,8 @@
|
|
|
<el-button icon="el-icon-plus" type="primary" @click="handleEdit($event)">添加</el-button>
|
|
|
</vab-query-form-left-panel>
|
|
|
<vab-query-form-right-panel>
|
|
|
- <el-button icon="el-icon-download" />
|
|
|
<table-tool :check-list.sync="checkList" :columns="columns" />
|
|
|
+ <el-button icon="el-icon-download" style="float: right" />
|
|
|
</vab-query-form-right-panel>
|
|
|
|
|
|
<el-table
|