File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed
packages/uni-mp-vite/src/plugin Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -32,7 +32,7 @@ import {
3232
3333const debugNVueCss = debug ( 'uni:nvue-css' )
3434const cssVars = `page{--status-bar-height:25px;--top-window-height:0px;--window-top:0px;--window-bottom:0px;--window-left:0px;--window-right:0px;--window-magin:0px}`
35- const uvueCssVars = `page{--status-bar-height:25px;-- top-window-height:0px;--window-top:0px;--window-bottom:0px;--window-left:0px;--window-right:0px;--window-magin:0px;--uni-safe-area-inset-top:0px;--uni-safe-area-inset-left:0px;--uni-safe-area-inset-right:0px;--uni-safe-area-inset-bottom:0px;}`
35+ const uvueCssVars = `page{--top-window-height:0px;--window-top:0px;--window-bottom:0px;--window-left:0px;--window-right:0px;--window-magin:0px;--uni-safe-area-inset-top:0px;--uni-safe-area-inset-left:0px;--uni-safe-area-inset-right:0px;--uni-safe-area-inset-bottom:0px;}`
3636
3737const genShadowCss = ( cdn : number ) => {
3838 const url = createShadowImageUrl ( cdn , 'grey' )
You can’t perform that action at this time.
0 commit comments