瀏覽代碼

Update the docs setting height and width on the sideMenu Options. (#3685)

Sebastian Luberriaga 6 年之前
父節點
當前提交
f6cc033f33
共有 1 個檔案被更改,包括 4 行新增0 行删除
  1. 4
    0
      docs/docs/styling.md

+ 4
- 0
docs/docs/styling.md 查看文件

137
   },
137
   },
138
   sideMenu: {
138
   sideMenu: {
139
     left: {
139
     left: {
140
+      width: 260,
141
+      height: 270,
140
       visible: false,
142
       visible: false,
141
       enabled: true
143
       enabled: true
142
     },
144
     },
143
     right: {
145
     right: {
146
+      width: 260,
147
+      height: 270,
144
       visible: false,
148
       visible: false,
145
       enabled: true
149
       enabled: true
146
     }
150
     }