index.scss 370 字节
Newer Older
Y
Your Name 已提交
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20
tip-directive {
    display: inline-flex;
    height: 20px;
    line-height: 20px;
    margin-left: 5px;
    *{
        text-indent: 0;
    }
    .iconfont {
        color: rgba(0, 0, 0, .5);
        cursor: help;
        display: inline-block;
        font-weight: initial;
    }
    &:hover {
        .tips-message {
            visibility: visible;
        }
    }
}