docs: 更新日志
This commit is contained in:
parent
9808f9201f
commit
45bfa46a4a
@ -15,6 +15,7 @@
|
|||||||
[新增] table 表格 row 行单击, row-double 行双击事件。<br>
|
[新增] table 表格 row 行单击, row-double 行双击事件。<br>
|
||||||
[新增] layer 弹层 closeBtn 属性, 允许隐藏关闭操作。<br>
|
[新增] layer 弹层 closeBtn 属性, 允许隐藏关闭操作。<br>
|
||||||
[新增] layer 弹层 btnAlign 属性, 允许自定义按钮布局。<br>
|
[新增] layer 弹层 btnAlign 属性, 允许自定义按钮布局。<br>
|
||||||
|
[新增] layer 弹层 anim 属性, 支持 7 种入场动画。<br>
|
||||||
[修复] mackdown 文档 table 样式对 table 组件的污染。<br>
|
[修复] mackdown 文档 table 样式对 table 组件的污染。<br>
|
||||||
[优化] layer 弹层 border 样式。<br>
|
[优化] layer 弹层 border 样式。<br>
|
||||||
[优化] layer 弹层 id 默认生成方式, 使用 Guid 作为编号。<br>
|
[优化] layer 弹层 id 默认生成方式, 使用 Guid 作为编号。<br>
|
||||||
|
@ -15,7 +15,7 @@
|
|||||||
:class="[
|
:class="[
|
||||||
'layer-anim-0' + anim,
|
'layer-anim-0' + anim,
|
||||||
type === 1 ? 'layui-layer-dialog' : '',
|
type === 1 ? 'layui-layer-dialog' : '',
|
||||||
type === 2 ? 'layui-layer-iframe' : ''
|
type === 2 ? 'layui-layer-iframe' : '',
|
||||||
]"
|
]"
|
||||||
style="position: fixed"
|
style="position: fixed"
|
||||||
:style="{
|
:style="{
|
||||||
|
Loading…
x
Reference in New Issue
Block a user