diff --git a/src/const/crud/admin/log.js b/src/const/crud/admin/log.js
index 1889330..868b288 100644
--- a/src/const/crud/admin/log.js
+++ b/src/const/crud/admin/log.js
@@ -15,6 +15,7 @@ export const tableOption = {
   addBtn: false,
   editBtn: false,
   viewBtn: true,
+  size: "small",
   column: [
     {
       label: "操作人",
@@ -28,6 +29,7 @@ export const tableOption = {
     },
     {
       label: "终端",
+      width: 180,
       prop: "title"
     },
     {
diff --git a/src/views/Equipment/state.vue b/src/views/Equipment/state.vue
index cbb51de..e00d3cb 100644
--- a/src/views/Equipment/state.vue
+++ b/src/views/Equipment/state.vue
@@ -352,8 +352,7 @@
         stripe
         @selection-change="handleSelectionChange"
         style="width: 100%"
-         height="390"
-         :header-cell-style="{background:'#F5F7FA',color:'#333333'}"
+        :header-cell-style="{background:'#F5F7FA',color:'#333333'}"
       >
         <el-table-column type="selection" width="55"> </el-table-column>
         <el-table-column type="index" label="序号" align="center">
@@ -834,7 +833,7 @@ export default {
       },
       receiveVisible: false,
       currentPage: 1,
-      size: 30,
+      size: 10,
       total: 10,
       value: "",
       input: "",
diff --git a/src/views/ReceivingRecords/index.vue b/src/views/ReceivingRecords/index.vue
index 55d601a..0f7c1de 100644
--- a/src/views/ReceivingRecords/index.vue
+++ b/src/views/ReceivingRecords/index.vue
@@ -29,7 +29,6 @@
       <div class="app-titel">
         <div
           class="label"
-          style="color: #32363d; font-weight: 400; font-size: 16px"
         >
           筛选时间:
         </div>
diff --git a/src/views/Statistics/BuildingContrast.vue b/src/views/Statistics/BuildingContrast.vue
index e1b51ee..62a9359 100644
--- a/src/views/Statistics/BuildingContrast.vue
+++ b/src/views/Statistics/BuildingContrast.vue
@@ -731,8 +731,7 @@ export default {
   width: 100%;
   padding: 15px;
   background: #ffffff;
-  // margin-top: 15px;
-  margin-top: 80px;
+  margin-top: 75px;
 }
 
 .tophove {
diff --git a/src/views/Statistics/ConsultantBrand.vue b/src/views/Statistics/ConsultantBrand.vue
index b7ee06f..4c6d379 100644
--- a/src/views/Statistics/ConsultantBrand.vue
+++ b/src/views/Statistics/ConsultantBrand.vue
@@ -1221,7 +1221,6 @@ export default {
 
 .app-box-san {
   width: 100%;
-  min-height: 400px;
   display: flex;
   margin-top: 15px;
   .zuo {
diff --git a/src/views/Statistics/ReceptionOverview.vue b/src/views/Statistics/ReceptionOverview.vue
index 7e2bbc1..2926c53 100644
--- a/src/views/Statistics/ReceptionOverview.vue
+++ b/src/views/Statistics/ReceptionOverview.vue
@@ -88,7 +88,7 @@
     <!-- 二 -->
     <div
       class="app-box-er"
-      :style="{ 'margin-top': role != 3 ? '110px' : '70px' }"
+      :style="{ 'margin-top': role != 3 ? '110px' : '65px' }"
     >
       <div class="container tabcard">
         <el-card shadow="hover" :class="{ tophovese: cardindex == 4 }">
@@ -1814,9 +1814,8 @@ export default {
 
 .box-center {
   width: 100%;
-  padding: 15px;
+  padding: 15px 15px 50px;
   min-width: 1000px;
-  padding-bottom: 100px;
 }
 
 .noflex {
@@ -2092,7 +2091,7 @@ export default {
   background: #ffffff;
   box-shadow: 0px 0px 12px 0px rgba(0, 0, 0, 0.04);
   border-radius: 4px;
-  margin-top: 100px;
+  margin-top: 65px;
   padding: 15px;
 }
 
diff --git a/src/views/admin/dept/index.vue b/src/views/admin/dept/index.vue
index 64cd516..2d60f8d 100644
--- a/src/views/admin/dept/index.vue
+++ b/src/views/admin/dept/index.vue
@@ -47,8 +47,8 @@
           @size-change="handleSizeChange"
           @current-change="handleCurrentChange"
           :current-page="currentPage4"
-          :page-sizes="[6, 12, 18, 24]"
-          :page-size="30"
+          :page-sizes="[10, 20, 30, 50,100]"
+          :page-size="size"
           layout="total, sizes, prev, pager, next, jumper"
           :total="total"
         >
@@ -137,7 +137,7 @@ export default {
       houseId: "",
       houseList: [],
       Page: 1,
-      size: 6,
+      size: 10,
       words: "",
       total: 0,
       ruleser: {
diff --git a/src/views/admin/user/index.vue b/src/views/admin/user/index.vue
index 30429d0..6abe860 100644
--- a/src/views/admin/user/index.vue
+++ b/src/views/admin/user/index.vue
@@ -1086,7 +1086,7 @@ export default {
       page1: {
         total: 0, // 总页数
         current: 1, // 当前页数
-        size: 30, // 每页显示多少条,
+        size: 10, // 每页显示多少条,
         isAsc: false, // 是否倒序
       },
       list: [],