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

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: "菜单", scopeMenuName: "菜单",
menu: true, menu: true,
option: { option: {
height:'auto',
calcHeight:'350',
tip: false, tip: false,
dialogWidth: "60%", dialogWidth: "60%",
tree: true, tree: true,

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

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

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

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

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

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

Loading…
Cancel
Save