From 9bce51f651aad297ef9eb6df832bfdaf1de05d84 Mon Sep 17 00:00:00 2001
From: WXL <wl_5969728@163.com>
Date: 星期三, 22 四月 2026 14:27:54 +0800
Subject: [PATCH] 青岛推送
---
node_modules/uview-plus/components/u-box/props.js | 44 +++++++++++++++++++++++++++++++++++++-------
1 files changed, 37 insertions(+), 7 deletions(-)
diff --git a/node_modules/uview-plus/components/u-box/props.js b/node_modules/uview-plus/components/u-box/props.js
index cfe75e4..d6ddf46 100644
--- a/node_modules/uview-plus/components/u-box/props.js
+++ b/node_modules/uview-plus/components/u-box/props.js
@@ -1,27 +1,57 @@
-import { defineMixin } from '../../libs/vue'
-import defProps from '../../libs/config/props.js'
+import { defineMixin } from '../../libs/vue.js'
+import defProps from './box.js'
export const propsBox = defineMixin({
props: {
// 鑳屾櫙鑹�
bgColors: {
type: [Array],
- default: ['#EEFCFF', '#FCF8FF', '#FDF8F2']
+ default: () => defProps.box.bgColors
},
// 楂樺害
height: {
type: [String],
- default: "160px"
+ default: () => defProps.box.height
},
// 鍦嗚
borderRadius: {
type: [String],
- default: "6px"
+ default: () => defProps.box.borderRadius
},
// 闂撮殧
gap: {
type: [String],
- default: "15px"
+ default: () => defProps.box.gap
+ },
+ // 宸︿晶鍥炬爣
+ leftIcon: {
+ type: [String],
+ default: () => defProps.box.leftIcon
+ },
+ // 宸︿晶鏂囨
+ leftTitle: {
+ type: [String],
+ default: () => defProps.box.leftTitle
+ },
+ // 鍙充笂鍥炬爣
+ rightTopIcon: {
+ type: [String],
+ default: () => defProps.box.rightTopIcon
+ },
+ // 鍙充笂鏂囨
+ rightTopTitle: {
+ type: [String],
+ default: () => defProps.box.rightTopTitle
+ },
+ // 鍙充笅鍥炬爣
+ rightBottomIcon: {
+ type: [String],
+ default: () => defProps.box.rightBottomIcon
+ },
+ // 鍙充笅鏂囨
+ rightBottomTitle: {
+ type: [String],
+ default: () => defProps.box.rightBottomTitle
},
}
-})
+})
\ No newline at end of file
--
Gitblit v1.9.3