Skip to content

前端-移动端1像素问题解决 #14

Description

@agger21
.one_line::after{
       content: '';
       width: 100%;
       height: 1px;
       background: #999;
       position: absolute;
       bottom: 0;
       left: 0;
       transform: scaleY(0.25);
}

采用缩放形式

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions