Преглед на файлове

Merge branch 'next' of https://gitee.com/zuohuaijun/Admin.NET into next

zuohuaijun преди 2 години
родител
ревизия
68dd5b0f6f
променени са 3 файла, в които са добавени 6 реда и са изтрити 6 реда
  1. 2 2
      Web/src/views/system/org/index.vue
  2. 2 2
      Web/src/views/system/region/index.vue
  3. 2 2
      Web/src/views/system/user/index.vue

+ 2 - 2
Web/src/views/system/org/index.vue

@@ -1,11 +1,11 @@
 <template>
 	<div class="sys-org-container">
-		<el-row :gutter="8" style="width: 100%">
+		<el-row :gutter="8" style="width: 100%; flex: 1">
 			<el-col :span="4" :xs="24">
 				<OrgTree ref="orgTreeRef" @node-click="nodeClick" />
 			</el-col>
 
-			<el-col :span="20" :xs="24">
+			<el-col :span="20" :xs="24" style="display: flex; flex-direction: column">
 				<el-card shadow="hover" :body-style="{ paddingBottom: '0' }">
 					<el-form :model="state.queryParams" ref="queryForm" :inline="true">
 						<el-form-item label="机构名称">

+ 2 - 2
Web/src/views/system/region/index.vue

@@ -1,11 +1,11 @@
 <template>
 	<div class="sys-region-container">
-		<el-row :gutter="8" style="width: 100%">
+		<el-row :gutter="8" style="width: 100%; flex: 1">
 			<el-col :span="6" :xs="24">
 				<RegionTree ref="regionTreeRef" @node-click="nodeClick" />
 			</el-col>
 
-			<el-col :span="18" :xs="24">
+			<el-col :span="18" :xs="24" style="display: flex; flex-direction: column">
 				<el-card shadow="hover" :body-style="{ paddingBottom: '0' }">
 					<el-form :model="state.queryParams" ref="queryForm" :inline="true">
 						<el-form-item label="行政名称">

+ 2 - 2
Web/src/views/system/user/index.vue

@@ -1,11 +1,11 @@
 <template>
 	<div class="sys-user-container">
-		<el-row :gutter="8" style="width: 100%">
+		<el-row :gutter="8" style="width: 100%; flex: 1">
 			<el-col :span="4" :xs="24">
 				<OrgTree ref="orgTreeRef" @node-click="nodeClick" />
 			</el-col>
 
-			<el-col :span="20" :xs="24">
+			<el-col :span="20" :xs="24" style="display: flex; flex-direction: column">
 				<el-card shadow="hover" :body-style="{ paddingBottom: '0' }">
 					<el-form :model="state.queryParams" ref="queryForm" :inline="true">
 						<el-form-item label="账号">