WebApp【公共组件库】@前端(For Git Submodule)
Tevin
2023-07-03 97eddf7c1dc55394d410a203a27e90622f0244ce
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;
}