vue3-print-nb icon indicating copy to clipboard operation
vue3-print-nb copied to clipboard

elementUI 多选框 after 样式问题

Open Leopold1988 opened this issue 2 years ago • 0 comments

[email protected] [email protected]

以下是打印预览看到的问题样式,el-checkbox 组件的 border-rightborder-bottom 样式丢失,导致看不到选中的对勾。

.el-checkbox__inner::after {
    box-sizing: content-box;
    content: "";
    border-right-color: ;
    border-right-style: ;
    border-right-width: ;
    border-bottom-color: ;
    border-bottom-style: ;
    border-bottom-width: ;
    border-image-source: ;
    border-image-slice: ;
    border-image-width: ;
    border-image-outset: ;
    border-image-repeat: ;
    border-left: 0px;
    border-top: 0px;
    height: 7px;
    left: 4px;
    position: absolute;
    top: 1px;
    transform: rotate(45deg) scaleY(0);
    width: 3px;
    transition: transform 0.15s ease-in 50ms;
    transform-origin: center center;
}

Leopold1988 avatar Oct 09 '22 08:10 Leopold1988