diff --git a/src/platforms/app-plus/view/components/cover-view/index.vue b/src/platforms/app-plus/view/components/cover-view/index.vue index 3f496d07b9e45bfc02c9c09f011e59047fa32a12..fbaa96b76aee959db2a8d72efa7db0ccf5a73ac3 100644 --- a/src/platforms/app-plus/view/components/cover-view/index.vue +++ b/src/platforms/app-plus/view/components/cover-view/index.vue @@ -54,5 +54,18 @@ uni-cover-view .uni-cover-view { width: 100%; height: 100%; visibility: hidden; + text-overflow: inherit; + overflow: hidden; + white-space: inherit; + -webkit-align-items: inherit; + align-items: inherit; + -webkit-justify-content: inherit; + justify-content: inherit; + -webkit-flex-direction: inherit; + flex-direction: inherit; + -webkit-flex-wrap: inherit; + flex-wrap: inherit; + display: inherit; + overflow: inherit; }