element自定义树形结构

本文主要介绍了如何结合CSS、HTML和JavaScript,利用ElementUI框架自定义一款满足特定需求的树形结构组件。首先,详细讲解了CSS部分的样式设置,接着阐述了HTML结构的构建,最后探讨了JavaScript在实现树形结构交互中的关键代码。
摘要由CSDN通过智能技术生成

1css样式部分

.centerChapter-box .el-tree-node__content {
				height: 100%;
				width: 100%;
				
			}
.centerChapter-box .el-tree-node > .el-tree-node__children{
				overflow:inherit;
			}
.tree-b-box {
	position: relative;
	width: 100%;

}
.tree-box-w {
	height: 100%;
	position: relative;
	display: flex !important;
	flex-direction: column;
	justify-content: center;
}

.tree-box {
	position: relative;
	display: flex !important;
	align-items: center;
	justify-content: space-between;
}
.tree_content_box {
	display: flex !important;
	align-items: center;
}
.tree-iocn-box {
	width: 24px;
	height: 24px;
}
.tree-iocn-box img {
	width: 100%;
	height: 100%;
}
.tree-t {
	margin-left: 10px;
	width: 200px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.finish-box {
	font-size: 14px;
	font-family: PingFang SC;
	font-weight: 500;
	color: #969696 !important;
}
.share-box {
	position: absolute;
	top: 0;
	box-shadow: 0px 2px 9px
评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值