docs: 更新日志, 修复文档细节

This commit is contained in:
就眠儀式
2022-03-31 14:19:37 +08:00
parent da148ac779
commit 9e9efec10c
11 changed files with 80 additions and 53 deletions

View File

@@ -30,27 +30,6 @@ export default {
:::
::: title 主题配置
:::
<p style="margin-left: 30px">less</p>
```
@panel-border-color: #eee;
@panel-border-radius: 2px;
@panel-fore-color: #333;
@panel-back-color: #fff;
```
<p style="margin-left: 30px">css</p>
```
--panel-border-color: #eee;
--panel-border-radius: 2px;
--panel-fore-color: #333;
--panel-back-color: #fff;
```
::: title Panel 插槽
:::