chore: 回退一些特性

This commit is contained in:
就眠儀式
2022-04-02 07:00:27 +08:00
parent 497e117567
commit 6af091260b
4 changed files with 5 additions and 42 deletions

View File

@@ -61,33 +61,6 @@ export default {
:::
::: title 不同边框
:::
::: demo 使用 `border-style` 属性设置边框样式
<template>
<lay-button border-style="dashed">原始按钮</lay-button>
<lay-button border="green" border-style="dashed">默认按钮</lay-button>
<lay-button border="blue" border-style="dashed">百搭按钮</lay-button>
<lay-button border="orange" border-style="dashed">暖色按钮</lay-button>
<lay-button border="red" border-style="dashed">警告按钮</lay-button>
</template>
<script>
import { ref } from 'vue'
export default {
setup() {
return {
}
}
}
</script>
:::
::: title 按钮尺寸
:::
@@ -332,7 +305,6 @@ export default {
| native-type | 原生类型 | string | `button` | `button` `submit` `reset` |
| prefix-icon | 前置图标 | string | -- | 内置 icon 集 |
| suffix-icon | 后置图标 | string | -- | 内置 icon 集 |
| border-style | 边框样式 | string | `soild` | border-style css |
:::