Open cloudZQY opened 7 years ago
when I import 'vue-beauty/package/style/vue-beauty.min.css',I have a error like this I guess the error caused by this code
import 'vue-beauty/package/style/vue-beauty.min.css'
.ant-spin-blur { overflow: hidden; opacity: 0.7; -webkit-filter: blur(0.5px); filter: blur(0.5px); /* autoprefixer: off */ filter: progid\:DXImageTransform\.Microsoft\.Blur(PixelRadius\=1, MakeShadow\=false); /* autoprefixer: on */ -webkit-transform: translateZ(0); }
if I delete /* autoprefixer: on */, this error resolved. the ant-design also have this problem, and they fixed. fix_3c1b4da
/* autoprefixer: on */
ok thank you,i will fix it.
when I
import 'vue-beauty/package/style/vue-beauty.min.css'
,I have a error like this I guess the error caused by this codeif I delete
/* autoprefixer: on */
, this error resolved. the ant-design also have this problem, and they fixed. fix_3c1b4da