🎉 修复没有分页的表格的自适应问题

pull/59/head
smallchill 6 years ago
parent 91379a03b3
commit 5e2f8854ca
  1. 2
      src/views/authority/apiscope.vue
  2. 2
      src/views/authority/datascope.vue
  3. 2
      src/views/authority/role.vue
  4. 2
      src/views/system/dept.vue
  5. 2
      src/views/system/dict.vue
  6. 2
      src/views/system/menu.vue
  7. 4
      vue.config.js

@ -101,8 +101,6 @@
scopeMenuName: "菜单",
menu: true,
option: {
height:'auto',
calcHeight:'350',
tip: false,
dialogWidth: "60%",
tree: true,

@ -101,8 +101,6 @@
scopeMenuName: "菜单",
menu: true,
option: {
height:'auto',
calcHeight:'350',
tip: false,
dialogWidth: "60%",
tree: true,

@ -103,8 +103,6 @@
total: 0
},
option: {
height:'auto',
calcHeight:'350',
tip: false,
tree: true,
border: true,

@ -58,8 +58,6 @@
total: 0
},
option: {
height:'auto',
calcHeight:'350',
tip: false,
tree: true,
border: true,

@ -53,8 +53,6 @@
total: 0
},
option: {
height:'auto',
calcHeight:'350',
tip: false,
tree: true,
border: true,

@ -53,8 +53,6 @@
total: 0
},
option: {
height:'auto',
calcHeight:'350',
tip: false,
dialogWidth: "60%",
tree: true,

@ -26,9 +26,9 @@ module.exports = {
proxy: {
'/api': {
//本地服务接口地址
//target: 'http://localhost',
target: 'http://localhost',
//远程演示服务地址
target: 'https://saber.bladex.vip/api',
//target: 'https://saber.bladex.vip/api',
ws: true,
pathRewrite: {
'^/api': '/'

Loading…
Cancel
Save