diff --git a/yudao-ui-app/app.scss b/yudao-ui-app/app.scss index 14dd7a1b1..ed1608e74 100644 --- a/yudao-ui-app/app.scss +++ b/yudao-ui-app/app.scss @@ -1,6 +1,5 @@ /* 页面公共scss */ .container { - padding-top: var(--status-bar-height);//uni-app提供了状态栏高度的css变量--status-bar-height background-color: $custom-bg-color; box-sizing: border-box; height: 100%; diff --git a/yudao-ui-app/components/custom-text-price/custom-text-price.vue b/yudao-ui-app/components/custom-text-price/custom-text-price.vue index 15c5956d5..dd5da4620 100644 --- a/yudao-ui-app/components/custom-text-price/custom-text-price.vue +++ b/yudao-ui-app/components/custom-text-price/custom-text-price.vue @@ -1,5 +1,5 @@