From b7b8202e3ecb7f720eefd7a226b2ee8166fc5057 Mon Sep 17 00:00:00 2001
From: WXL <wl_5969728@163.com>
Date: 星期四, 04 六月 2026 14:57:17 +0800
Subject: [PATCH] 青岛移动端维护
---
node_modules/uview-plus/components/u-popup/u-popup.vue | 6 +-----
1 files changed, 1 insertions(+), 5 deletions(-)
diff --git a/node_modules/uview-plus/components/u-popup/u-popup.vue b/node_modules/uview-plus/components/u-popup/u-popup.vue
index e66015e..f1e5a92 100644
--- a/node_modules/uview-plus/components/u-popup/u-popup.vue
+++ b/node_modules/uview-plus/components/u-popup/u-popup.vue
@@ -196,9 +196,7 @@
style.flex = 1
}
// 鑳屾櫙鑹诧紝涓�鑸敤浜庤缃负transparent锛屽幓闄ら粯璁ょ殑鐧借壊鑳屾櫙
- if (this.bgColor) {
- style.backgroundColor = this.bgColor
- }
+ style.backgroundColor = this.bgColor
if(this.round) {
const value = addUnit(this.round)
if(this.mode === 'top') {
@@ -344,7 +342,6 @@
<style lang="scss" scoped>
$u-popup-flex:1 !default;
- $u-popup-content-background-color: #fff !default;
.u-popup {
flex: $u-popup-flex;
@@ -361,7 +358,6 @@
}
&__content {
- background-color: $u-popup-content-background-color;
position: relative;
&--round-top {
--
Gitblit v1.9.3