WebApp【公共组件库】@前端(For Git Submodule)
Tevin
2021-05-11 ffc440f78182ba4949291b081e4949e9a0ca65a9
forms/imagePicker/cImagePicker.scss
@@ -9,16 +9,15 @@
    .at-input {
        padding: 0;
    }
    .at-input__input {
    .at-input__container {
        .weui-input {
            display: none;
        }
        .at-image-picker {
            padding-bottom: 0.25rem;
            padding-bottom: 18px;
        }
        .at-image-picker__flex-box {
            padding: 0.21333rem 0 0;
            margin-left: -0.21333rem;
            padding: 18px 18px 0 0;
        }
        .at-image-picker__preview-img {
            text-align: center;
@@ -30,8 +29,8 @@
                &:last-child {
                    display: inline-block;
                }
                width: 1.6rem;
                height: 1.6rem;
                width: 75px;
                height: 75px;
                font-family: iconfont;
                font-style: normal;
                font-weight: 400;
@@ -39,7 +38,7 @@
                text-transform: none;
                text-rendering: auto;
                line-height: 1;
                font-size: 1.6rem;
                font-size: 75px;
                color: #cfe0ed;
                -webkit-font-smoothing: antialiased;
                vertical-align: middle;
@@ -50,6 +49,9 @@
            }
        }
    }
    .at-input__icon {
        display: none;
    }
    .c-image-picker-view {
        .at-curtain__container {
            width: 95%;