Browse Source

样式修改

lilei 3 years ago
parent
commit
99e6d0dd5a

+ 1 - 1
src/config/defaultSettings.js

@@ -19,7 +19,7 @@ export default {
   layout: 'sidemenu', // nav menu position: sidemenu or topmenu
   layout: 'sidemenu', // nav menu position: sidemenu or topmenu
   contentWidth: 'Fluid', // layout of content: Fluid or Fixed, only works when layout is topmenu
   contentWidth: 'Fluid', // layout of content: Fluid or Fixed, only works when layout is topmenu
   fixedHeader: true, // sticky header
   fixedHeader: true, // sticky header
-  fixSiderbar: false, // sticky siderbar
+  fixSiderbar: true, // sticky siderbar
   autoHideHeader: false, //  auto hide header
   autoHideHeader: false, //  auto hide header
   colorWeak: false,
   colorWeak: false,
   multiTab: true,
   multiTab: true,

+ 1 - 1
src/views/salesManagement/backorder/list.vue

@@ -73,7 +73,7 @@ export default {
       loadData: parameter => {
       loadData: parameter => {
         this.disabled = true
         this.disabled = true
         if (this.tableHeight == 0) {
         if (this.tableHeight == 0) {
-          this.tableHeight = window.innerHeight - 380
+          this.tableHeight = window.innerHeight - 320
         }
         }
         return oosList(Object.assign(parameter, this.queryParam)).then(res => {
         return oosList(Object.assign(parameter, this.queryParam)).then(res => {
           const data = res.data
           const data = res.data

+ 1 - 1
src/views/salesManagement/examineVerify/list.vue

@@ -163,7 +163,7 @@ export default {
       loadData: parameter => {
       loadData: parameter => {
         this.disabled = true
         this.disabled = true
         if (this.tableHeight == 0) {
         if (this.tableHeight == 0) {
-          this.tableHeight = window.innerHeight - 380
+          this.tableHeight = window.innerHeight - 430
         }
         }
         // 查询总计
         // 查询总计
         dispatchQueryCount(Object.assign(parameter, this.queryParam)).then(res => {
         dispatchQueryCount(Object.assign(parameter, this.queryParam)).then(res => {

+ 1 - 1
src/views/salesManagement/outboundOrder/list.vue

@@ -139,7 +139,7 @@ export default {
       loadData: parameter => {
       loadData: parameter => {
         this.disabled = true
         this.disabled = true
         if (this.tableHeight == 0) {
         if (this.tableHeight == 0) {
-          this.tableHeight = window.innerHeight - 380
+          this.tableHeight = window.innerHeight - 420
         }
         }
         return stockOutList(Object.assign(parameter, this.queryParam)).then(res => {
         return stockOutList(Object.assign(parameter, this.queryParam)).then(res => {
           const data = res.data
           const data = res.data

+ 1 - 1
src/views/salesManagement/salesReturn/list.vue

@@ -223,7 +223,7 @@ export default {
       loadData: parameter => {
       loadData: parameter => {
         this.disabled = true
         this.disabled = true
         if (this.tableHeight == 0) {
         if (this.tableHeight == 0) {
-          this.tableHeight = window.innerHeight - 440
+          this.tableHeight = window.innerHeight - 470
         }
         }
         // 查询总计
         // 查询总计
         this.getQueryCount(Object.assign(parameter, this.queryParam))
         this.getQueryCount(Object.assign(parameter, this.queryParam))