在div上添加小三角

&::before{
0;
height: 0;
position: absolute;
content: "";
right: 10px;
top: 9px;
border-right: 7px dashed transparent;
border-bottom: 7px solid currentColor;
border-left: 7px dashed transparent;
}

之后再调样式等


原文地址:https://www.cnblogs.com/king94Boy/p/11114663.html