Эх сурвалжийг харах

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

smallchill 6 жил өмнө
parent
commit
5e2f8854ca

+ 0 - 2
src/views/authority/apiscope.vue

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

+ 0 - 2
src/views/authority/datascope.vue

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

+ 0 - 2
src/views/authority/role.vue

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

+ 0 - 2
src/views/system/dept.vue

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

+ 0 - 2
src/views/system/dict.vue

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

+ 0 - 2
src/views/system/menu.vue

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

+ 2 - 2
vue.config.js

@@ -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': '/'