feat: bug修改

This commit is contained in:
黄泽群
2026-07-23 14:02:58 +08:00
committed by charles
parent b8dd02b4a7
commit 7ce469195f
5 changed files with 42 additions and 199 deletions
+9 -3
View File
@@ -205,6 +205,11 @@ export default {
height: auto;
overflow: auto;
}
::v-deep(.u-swiper__wrapper) {
.u-swiper__wrapper__item__wrapper {
background: linear-gradient(270deg, #af39c4 0%, #7732ff 100%)!important;
}
}
.top-box {
width: 100%;
padding-bottom: 24rpx;
@@ -214,7 +219,7 @@ export default {
margin-bottom: 20rpx;
.swiper-card {
padding: 12rpx 32rpx 0;
height:200rpx;
height:200rpx;
}
.swiper-title {
padding: 3rpx 16rpx;
@@ -230,7 +235,7 @@ export default {
justify-content: space-between;
align-items: center;
margin: 0 auto;
background-color: #f0e7fe;
background-color: #fee7ef;
border-radius: 8rpx;
}
.swiper-center {
@@ -328,7 +333,7 @@ export default {
display: flex;
}
.setting-view {
width: 100%;
width: 700rpx;
// height: calc(100% - var(--status-bar-height));
display: flex;
flex-direction: column;
@@ -375,5 +380,6 @@ export default {
box-sizing: border-box;
}
}
}
</style>