WebApp【公共组件库】@前端(For Git Submodule)
Tevin
2024-03-18 81a735caa69952bc24e0fa3e08549974dc11ff21
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;
}