From 888f941ae16c850c0f1a844ec9436058840920bd Mon Sep 17 00:00:00 2001
From: WXL <wl_5969728@163.com>
Date: 星期五, 24 四月 2026 09:19:02 +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