.aui { .list-body-modal { .item-body-modal { padding-top: 2px; padding-bottom: 2px; position: relative; } .item-body-modal:after { content: ''; width: 20px; height: 1px; background-color: $w; position: absolute; bottom: 0; left: 50%; @include transform(translateX(-50%)) } } .tooltip { .tooltip-content { box-shadow: none; } } }