提交 865e2664 编写于 作者: D DCloud_LXH

feat: update upgrade-center 0.9.3

上级 3513012a
## 0.9.3(2024-12-23)
- 修复 升级中心在大屏上的显示效果
## 0.9.2(2024-11-06)
- 更新 部分 ts 类型
## 0.9.1(2024-11-01)
......
{
"id": "uni-upgrade-center-app",
"displayName": "升级中心 uni-upgrade-center - App",
"version": "0.9.2",
"version": "0.9.3",
"description": "uni升级中心 - 客户端检查更新",
"keywords": [
"uniCloud",
......
......@@ -390,17 +390,17 @@
.content-space {
width: 100%;
height: 50px;
height: 120px;
background-color: #fff;
position: absolute;
top: 140px;
top: 30%;
z-index: -1;
}
.content-top-image {
width: 100%;
position: relative;
bottom: -18px;
bottom: -10%;
}
.content-top-text {
......@@ -409,7 +409,7 @@
color: #F8F8FA;
position: absolute;
width: 65%;
top: 77.5px;
top: 50%;
left: 25px;
z-index: 1;
}
......@@ -482,8 +482,9 @@
height: 35px;
z-index: 1000;
position: relative;
bottom: -25px;
left: 132px;
bottom: -30%;
left: 50%;
margin-left: -17px;
}
.content-button {
......
......@@ -579,12 +579,12 @@ page {
}
.content-body-version {
padding-left: 10px;
padding-left: 20rpx;
color: #fff;
font-size: 10px;
margin-left: 5px;
padding: 2px 4px;
border-radius: 10px;
font-size: 20rpx;
margin-left: 10rpx;
padding: 4rpx 8rpx;
border-radius: 20rpx;
background: #50aefd;
}
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册