flat: menu width

This commit is contained in:
Apcallover
2024-04-02 20:51:49 +08:00
parent f4c4694a8a
commit e665040abe
5 changed files with 5 additions and 5 deletions

View File

@@ -215,7 +215,7 @@ export default {
columnBtn: false,
searchShow: true,
searchMenuSpan: 5,
menuWidth: 270,
menuWidth: 110,
border: true,
selection: true,
viewBtn: false,

View File

@@ -215,7 +215,7 @@ export default {
columnBtn: false,
searchShow: true,
searchMenuSpan: 5,
menuWidth: 270,
menuWidth: 110,
border: true,
selection: true,
viewBtn: false,

View File

@@ -192,7 +192,7 @@ export default {
return {
height: "auto",
calcHeight: 40,
menuWidth: 420,
menuWidth: 150,
align: "center",
menuAlign: "center",
tip: false,

View File

@@ -195,7 +195,7 @@ export default {
return {
height: "auto",
calcHeight: 40,
menuWidth: 420,
menuWidth: 150,
align: "center",
menuAlign: "center",
tip: false,

View File

@@ -23,7 +23,7 @@ module.exports = {
port: 1888,
proxy: {
"/api": {
target: 'http://192.168.1.106:8000',
target: 'http://10.165.0.173:8000',
ws: true,
changeOrigin: true,
pathRewrite: {