Closed whenTheMorningDark closed 1 month ago
Can you describe it in more detail, such as the approximate design effect, supported configurations, and specific usage scenarios?
Can you describe it in more detail, such as the approximate design effect, supported configurations, and specific usage scenarios?
<el-split :style="{
height: '200px',
width: '100%',
minWidth: '500px',
border: '1px solid #ddd'
}"
v-model:size="size"
min="80px"
>
<template #left>
left
</template>
<template #right>
right
</template>
</el-split>
类似这样的这样的方式,因为我在业务中大量使用,也基于element-plus二开过,我可以提供pr
很实用的组件,欢迎提交PR
很实用的组件,欢迎提交PR
ok
哇 这个真的很不错的ui框架
Ant Design 也有这个组件了 https://ant.design/components/splitter-cn
This issue has been automatically locked since there has not been any recent activity after it was closed. Please open a new issue for related bugs.
此 issue 已被自动锁定,因为关闭后没有任何近期活动。如果有相关 bug,请重新创建一个新 issue。
Existing Component
No
Component Name
el-split
Description
该组件是用于左右伸缩,或者上下伸缩,嵌套伸缩等功能