diff --git a/packages/uni-mp-vite/lib/uvue.css b/packages/uni-mp-vite/lib/uvue.css index 2768dd0cd5a..f2c2cbaba3d 100644 --- a/packages/uni-mp-vite/lib/uvue.css +++ b/packages/uni-mp-vite/lib/uvue.css @@ -129,7 +129,7 @@ unicloud-db[hidden], video[hidden], view[hidden], web-view[hidden] { - display: none!important; + display: none !important; } /* 与开发者元素接触的非滚动容器 */ @@ -161,14 +161,15 @@ button { slider { margin: 0px; - padding: 4px 0px; + padding: 5px 0px; } text { display: inline; } + text[hidden] { - display: none!important; + display: none !important; } text, @@ -207,4 +208,4 @@ checkbox .wx-checkbox-wrapper { align-items: inherit; width: 100%; height: 100%; -} +} \ No newline at end of file