WebApp【公共组件库】@前端(For Git Submodule)
Tevin
2023-02-04 3b9fd30846c2c43130dec826cb6b7b861f10f4d8
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;
}