Maya icon indicating copy to clipboard operation
Maya copied to clipboard

请问提示边框的ID是什么 (项目图标/提示边框宽度)

Open zhouhuajdsh opened this issue 3 years ago • 1 comments

QQ截图20210327062622 想把这边框改细一点

zhouhuajdsh avatar Mar 26 '21 22:03 zhouhuajdsh

使用方法参照:https://blog.arae.cc/post/25838.html

/* 图标 */
.list-icon {
    .list-icon-item {
        border-width: 5px !important;
    }
}

/* 提示 */
.itemTip {
    border-width: 5px !important;
}

25H avatar Mar 27 '21 04:03 25H