WebApp【公共组件库】@前端(For Git Submodule)
Tevin
2025-03-17 e1798fad1ec09f8bdd15d8bc3ef78d2aa13e9c62
1
2
3
4
5
6
7
8
9
10
11
12
/**
 * image picker
 * @author Tevin
 */
 
@import "../../common/sassMixin";
 
.c-image-compressor {
    width: 0px;
    height: 0px;
    overflow: hidden;
}