adaptation dark mode

This commit is contained in:
Timi
2025-12-10 15:02:17 +08:00
parent ad755c7d0e
commit 69bf186f0e
11 changed files with 195 additions and 201 deletions

View File

@ -53,6 +53,7 @@
color: var(--theme-wx);
margin: 0;
font-size: 80rpx;
background: transparent;
}
.thumbnail {
@ -85,15 +86,6 @@
position: absolute;
font-size: 45rpx;
}
.delete {
top: 10rpx;
right: 10rpx;
color: rgba(0, 0, 0, .7);
z-index: 3;
position: absolute;
font-size: 45rpx;
}
}
}
}

View File

@ -76,7 +76,7 @@
disabled="{{isSubmitting}}"
bind:tap="addMedia"
>
<t-icon name="add" />
<t-icon class="icon" name="add" />
</t-button>
</view>
</view>