Files
yusheng-h5/uni_modules/UniDevTools/node_modules/@dcloudio/uni-h5/style/web-view.css

11 lines
143 B
CSS
Raw Normal View History

2025-08-11 11:06:07 +08:00
uni-web-view {
display: flex;
}
uni-web-view.uni-webview--fullscreen {
position: absolute;
left: 0;
right: 0;
top: 0;
bottom: 0;
}