Преглед на файлове

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

smallchill преди 6 години
родител
ревизия
5e2f8854ca
променени са 7 файла, в които са добавени 2 реда и са изтрити 14 реда
  1. 0 2
      src/views/authority/apiscope.vue
  2. 0 2
      src/views/authority/datascope.vue
  3. 0 2
      src/views/authority/role.vue
  4. 0 2
      src/views/system/dept.vue
  5. 0 2
      src/views/system/dict.vue
  6. 0 2
      src/views/system/menu.vue
  7. 2 2
      vue.config.js

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