pref(dropdown): 删除下拉菜单 padding 样式。
This commit is contained in:
parent
ba6de34bdb
commit
1678c25bd3
@ -1,3 +1,6 @@
|
|||||||
|
::: field 基础使用
|
||||||
|
:::
|
||||||
|
|
||||||
::: demo
|
::: demo
|
||||||
|
|
||||||
<template>
|
<template>
|
||||||
@ -22,6 +25,9 @@ export default {
|
|||||||
|
|
||||||
:::
|
:::
|
||||||
|
|
||||||
|
::: field 指定分割
|
||||||
|
:::
|
||||||
|
|
||||||
::: demo
|
::: demo
|
||||||
|
|
||||||
<template>
|
<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
|
::: demo
|
||||||
<template>
|
<template>
|
||||||
<lay-timeline>
|
<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">
|
<lay-timeline-item title="0.1.7">
|
||||||
[新增] page 分页 prev 插槽。<br>
|
[新增] page 分页 prev 插槽。<br>
|
||||||
[新增] page 分页 next 插槽。<br>
|
[新增] page 分页 next 插槽。<br>
|
||||||
|
@ -4426,7 +4426,6 @@ body .layui-table-tips .layui-layer-content {
|
|||||||
position: absolute;
|
position: absolute;
|
||||||
left: 0;
|
left: 0;
|
||||||
top: 42px;
|
top: 42px;
|
||||||
padding: 5px 0;
|
|
||||||
z-index: 899;
|
z-index: 899;
|
||||||
min-width: 100%;
|
min-width: 100%;
|
||||||
border: 1px solid #eee;
|
border: 1px solid #eee;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user