调整图片

This commit is contained in:
liuyuan
2025-05-06 17:11:57 +08:00
parent b5d7e637b1
commit c5af21f384
69 changed files with 478 additions and 504 deletions

View File

@@ -605,7 +605,7 @@ export default {
width: 100vw;
.tabsStyle {
box-shadow: 0 2rpx 6rpx 0 rgba(153, 153, 153, 0.2);
::v-deep {
/deep/ {
.u-tabs {
box-shadow: 0px 4px 6px 0 rgba(153, 153, 153, 0.2);
}
@@ -921,7 +921,7 @@ export default {
text-align: center;
font-size: 30px;
}
::v-deep.section:nth-child(1) {
/deep/.section:nth-child(1) {
padding-top: 0 !important;
}
</style>