📝: 更新日志
This commit is contained in:
parent
c331fc53c3
commit
c794039150
@ -18,8 +18,8 @@ const props = withDefaults(defineProps<LaySideProps>(), {
|
|||||||
|
|
||||||
const styles = computed<CSSProperties>(() => {
|
const styles = computed<CSSProperties>(() => {
|
||||||
return {
|
return {
|
||||||
"flex": `0 0 ${props.width}`,
|
flex: `0 0 ${props.width}`,
|
||||||
"width": `${props.width}`
|
width: `${props.width}`,
|
||||||
};
|
};
|
||||||
});
|
});
|
||||||
</script>
|
</script>
|
||||||
|
@ -18,8 +18,9 @@
|
|||||||
<ul>
|
<ul>
|
||||||
<li>[新增] menu 组件 changeOpenKeys 事件。</li>
|
<li>[新增] menu 组件 changeOpenKeys 事件。</li>
|
||||||
<li>[新增] menu 组件 changeSelectedKey 事件。</li>
|
<li>[新增] menu 组件 changeSelectedKey 事件。</li>
|
||||||
|
<li>[新增] menu 组件 childSpacing 属性, 开启菜单层级缩进。</li>
|
||||||
<li>[新增] slider 组件 showDots 属性, 显示步长断点。</li>
|
<li>[新增] slider 组件 showDots 属性, 显示步长断点。</li>
|
||||||
<li>[修复] side 组件 width 属性失效, 随内容宽度自适应的问题。</li>
|
<li>[修复] side 组件 width 属性无效。</li>
|
||||||
</ul>
|
</ul>
|
||||||
</li>
|
</li>
|
||||||
</ul>
|
</ul>
|
||||||
|
Loading…
Reference in New Issue
Block a user