
.overflow[data-v-5915e0e6] {
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.triangle[data-v-5915e0e6] {
	display: inline-block;
	width: 0;
	height: 0;
	margin-left: 4px;
	border-style: solid;
	border-width: 0 8px 14px 8px; /* 调整三角形大小 */
	border-color: transparent transparent #060 transparent;
}

