mirror of
https://github.com/element-plus/element-plus.git
synced 2024-11-21 01:02:59 +08:00
docs(theme-chalk): [menu] add how to set menu default height (#18113)
This commit is contained in:
parent
d7e5f193cd
commit
f365724f77
@ -7,6 +7,18 @@ lang: en-US
|
||||
|
||||
Menu that provides navigation for your website.
|
||||
|
||||
::: tip
|
||||
|
||||
If you want to override the default height of el-menu, you can use the following CSS:
|
||||
|
||||
```css
|
||||
.el-menu--horizontal {
|
||||
--el-menu-horizontal-height: 100px;
|
||||
}
|
||||
```
|
||||
|
||||
:::
|
||||
|
||||
## Top bar
|
||||
|
||||
Top bar Menu can be used in a variety of scenarios.
|
||||
|
Loading…
Reference in New Issue
Block a user