完成 input 与 textarea 样式拆解
This commit is contained in:
@@ -30,6 +30,27 @@ 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 插槽
|
||||
:::
|
||||
|
||||
|
||||
Reference in New Issue
Block a user