pref(dropdown): 删除下拉菜单 padding 样式。
This commit is contained in:
@@ -1,3 +1,6 @@
|
||||
::: field 基础使用
|
||||
:::
|
||||
|
||||
::: demo
|
||||
|
||||
<template>
|
||||
@@ -22,6 +25,9 @@ export default {
|
||||
|
||||
:::
|
||||
|
||||
::: field 指定分割
|
||||
:::
|
||||
|
||||
::: demo
|
||||
|
||||
<template>
|
||||
|
||||
21
docs/docs/zh-CN/components/select.md
Normal file
21
docs/docs/zh-CN/components/select.md
Normal file
@@ -0,0 +1,21 @@
|
||||
::: demo
|
||||
|
||||
<template>
|
||||
<lay-select>
|
||||
|
||||
</lay-select>
|
||||
</template>
|
||||
|
||||
<script>
|
||||
import { ref } from 'vue'
|
||||
|
||||
export default {
|
||||
setup() {
|
||||
|
||||
return {
|
||||
}
|
||||
}
|
||||
}
|
||||
</script>
|
||||
|
||||
:::
|
||||
@@ -4,6 +4,10 @@
|
||||
::: demo
|
||||
<template>
|
||||
<lay-timeline>
|
||||
<lay-timeline-item title="0.1.8">
|
||||
[新增] table 表格 size 属性, 提供不同尺寸。<br>
|
||||
[删除] dropdown 下拉菜单 padding 样式。<br>
|
||||
</lay-timeline-item>
|
||||
<lay-timeline-item title="0.1.7">
|
||||
[新增] page 分页 prev 插槽。<br>
|
||||
[新增] page 分页 next 插槽。<br>
|
||||
|
||||
Reference in New Issue
Block a user