WebApp【公共组件库】@前端(For Git Submodule)
Tevin
2025-03-03 b0b8d5b0fb654dacad0636b47927640874ddfe22
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
/**
 * CImagePreview
 * @author Tevin
 */
 
@import "../../common/sassMixin";
 
.c-image-preview {
    .c-image-preview-img {
        margin: 0 10px 10px 0;
        max-width: 300px;
        max-height: 300px;
        background-color: rgba(0, 0, 0, 0.05);
        border-radius: 4px;
    }
}