flat: menu width
This commit is contained in:
@@ -215,7 +215,7 @@ export default {
|
|||||||
columnBtn: false,
|
columnBtn: false,
|
||||||
searchShow: true,
|
searchShow: true,
|
||||||
searchMenuSpan: 5,
|
searchMenuSpan: 5,
|
||||||
menuWidth: 270,
|
menuWidth: 110,
|
||||||
border: true,
|
border: true,
|
||||||
selection: true,
|
selection: true,
|
||||||
viewBtn: false,
|
viewBtn: false,
|
||||||
|
|||||||
@@ -215,7 +215,7 @@ export default {
|
|||||||
columnBtn: false,
|
columnBtn: false,
|
||||||
searchShow: true,
|
searchShow: true,
|
||||||
searchMenuSpan: 5,
|
searchMenuSpan: 5,
|
||||||
menuWidth: 270,
|
menuWidth: 110,
|
||||||
border: true,
|
border: true,
|
||||||
selection: true,
|
selection: true,
|
||||||
viewBtn: false,
|
viewBtn: false,
|
||||||
|
|||||||
@@ -192,7 +192,7 @@ export default {
|
|||||||
return {
|
return {
|
||||||
height: "auto",
|
height: "auto",
|
||||||
calcHeight: 40,
|
calcHeight: 40,
|
||||||
menuWidth: 420,
|
menuWidth: 150,
|
||||||
align: "center",
|
align: "center",
|
||||||
menuAlign: "center",
|
menuAlign: "center",
|
||||||
tip: false,
|
tip: false,
|
||||||
|
|||||||
@@ -195,7 +195,7 @@ export default {
|
|||||||
return {
|
return {
|
||||||
height: "auto",
|
height: "auto",
|
||||||
calcHeight: 40,
|
calcHeight: 40,
|
||||||
menuWidth: 420,
|
menuWidth: 150,
|
||||||
align: "center",
|
align: "center",
|
||||||
menuAlign: "center",
|
menuAlign: "center",
|
||||||
tip: false,
|
tip: false,
|
||||||
|
|||||||
@@ -23,7 +23,7 @@ module.exports = {
|
|||||||
port: 1888,
|
port: 1888,
|
||||||
proxy: {
|
proxy: {
|
||||||
"/api": {
|
"/api": {
|
||||||
target: 'http://192.168.1.106:8000',
|
target: 'http://10.165.0.173:8000',
|
||||||
ws: true,
|
ws: true,
|
||||||
changeOrigin: true,
|
changeOrigin: true,
|
||||||
pathRewrite: {
|
pathRewrite: {
|
||||||
|
|||||||
Reference in New Issue
Block a user