1
0
forked from bot/app

📝 修复暗黑模式下商店物品显示对比度不高的问题

This commit is contained in:
2024-08-31 22:06:04 +08:00
parent ae34ff622d
commit c3072e93c7
3 changed files with 43 additions and 63 deletions

View File

@ -29,16 +29,7 @@ const props = defineProps({
<style scoped>
.item-name {
font-size: 20px;
margin-bottom: 10px;
}
.item-description {
color: #333;
font-size: 15px;
white-space: pre-wrap;
}
.icon {
width: 20px;
@ -46,21 +37,9 @@ const props = defineProps({
color: $themeColor;
}
.author-info {
display: flex;
justify-content: left;
align-items: center;
}
.author-name {
font-size: 15px;
font-weight: normal;
}
.avatar {
border-radius: 50%;
margin: 0 10px;
}
.item-bar {
position: absolute;