This commit is contained in:
zw199166
2026-01-22 14:34:38 +08:00
parent 6ee8ce42ed
commit 1f3a3ca8bb
234 changed files with 5534 additions and 2395 deletions

View File

@@ -1,3 +1,8 @@
## 1.9.112025-08-20
- 修复 uni-popup-dialog组件设置 borderRadius 不生效的 Bug
## 1.9.102025-07-18
- 修复 nvue 下弹窗样式错乱的问题 ,更新依赖 uni-transition 组件
- 更新 示例取消 borderRadius 属性 ,如需内容圆角,用户应该直接在内容插槽中实现
## 1.9.92025-06-11
- 修复 uni-popup-dialog 中 setVal 方法报错的问题
- 修复 uni-popup-dialog 数据双向绑定问题。

View File

@@ -1,5 +1,5 @@
<template>
<view class="uni-popup-dialog">
<view class="uni-popup-dialog" :style="{ borderRadius }">
<view class="uni-dialog-title">
<text class="uni-dialog-title-text" :class="['uni-popup__'+dialogType]">{{titleText}}</text>
</view>
@@ -124,6 +124,10 @@
focus: {
type: Boolean,
default: true,
},
borderRadius: {
type: String,
default: '11px',
}
},
data() {
@@ -229,7 +233,6 @@
<style lang="scss">
.uni-popup-dialog {
width: 300px;
border-radius: 11px;
background-color: #fff;
}
@@ -324,4 +327,4 @@
.uni-popup__info {
color: #909399;
}
</style>
</style>

View File

@@ -468,7 +468,7 @@
.uni-popup {
position: fixed;
/* #ifndef APP-NVUE */
z-index: 10000;
z-index: 99;
/* #endif */
&.top,

View File

@@ -1,7 +1,7 @@
{
"id": "uni-popup",
"displayName": "uni-popup 弹出层",
"version": "1.9.9",
"version": "1.9.11",
"description": " Popup 组件,提供常用的弹层",
"keywords": [
"uni-ui",
@@ -13,7 +13,7 @@
"repository": "https://github.com/dcloudio/uni-ui",
"engines": {
"HBuilderX": "",
"uni-app": "^4.01",
"uni-app": "^4.07",
"uni-app-x": ""
},
"directories": {
@@ -69,18 +69,18 @@
"nvue": "√",
"android": "√",
"ios": "√",
"harmony": "x"
"harmony": ""
},
"mp": {
"weixin": "√",
"alipay": "√",
"toutiao": "√",
"baidu": "√",
"kuaishou": "",
"jd": "",
"harmony": "",
"kuaishou": "-",
"jd": "-",
"harmony": "-",
"qq": "√",
"lark": ""
"lark": "-"
},
"quickapp": {
"huawei": "-",
@@ -89,16 +89,16 @@
},
"uni-app-x": {
"web": {
"safari": "-",
"chrome": "-"
"safari": "",
"chrome": ""
},
"app": {
"android": "-",
"ios": "-",
"harmony": "-"
"android": "",
"ios": "",
"harmony": ""
},
"mp": {
"weixin": "-"
"weixin": ""
}
}
}