
.yp-navigator {
    /**
     * div默认为块级元素，这里需要设置他不是块
     */
    display: contents
}