nvue background image of uniapp

The background in nvue does not support the url attribute

You can only use image as a background image

Absolute positioning can be used to achieve the effect of background images

<image style="position: absolute; left: 0; top: 0; right: 0; bottom: 0;" src="/static/image/logo.png"></image>

Guess you like

Origin blog.csdn.net/zongxingfengyun/article/details/120450639