feat(layout): added setting. Used to fix the left mixed mode menu

This commit is contained in:
vben
2021-01-03 10:42:19 +08:00
parent 5091a875ab
commit 97180e83f5
16 changed files with 192 additions and 53 deletions

View File

@@ -3,6 +3,8 @@
### ✨ Features
- 新增`mixSideTrigger`配置。用于配置左侧混合模式菜单打开方式。可选`hover`,默认`click`
- 新增`mixSideFixed`配置。用于固定左侧混合模式菜单
- modal 组件新增`height``min-height`属性
### 🐛 Bug Fixes