小程序如何去掉user agent stylesheet?

发布于 6 年前作者 guiyinggao7999 次浏览最后编辑 6 年前来自 ask

我在app.wxss中定义的准备顶掉user agent stylesheet的,竟然优先级不如user agent stylesheet。

请问这该如何解决

1 回复
yangpeng
yangpeng1 楼4 年前

在对应的属性后面加!important就行。

比如你的

min-height: auto !important;

width: auto !important;

这样就可以了