diff --git a/frontend/pages/asset-detail/asset-detail.vue b/frontend/pages/asset-detail/asset-detail.vue index e9d9977..686aa3e 100644 --- a/frontend/pages/asset-detail/asset-detail.vue +++ b/frontend/pages/asset-detail/asset-detail.vue @@ -136,7 +136,7 @@ {{ showBlockNumber ? (assetData.block_number || 'ๆœช็Ÿฅ') : hiddenBlockNumber }} - {{ showBlockNumber ? '๐Ÿ‘' : '๐Ÿ‘โ€๐Ÿ—จ' }} + @@ -146,7 +146,7 @@ {{ showTxHash ? displayTxHash : hiddenTxHash }} - {{ showTxHash ? '๐Ÿ‘' : '๐Ÿ‘โ€๐Ÿ—จ' }} + @@ -1018,7 +1018,8 @@ onUnmounted(() => { } .toggle-icon { - font-size: 28rpx; + width: 32rpx; + height: 32rpx; } .chain-hash { diff --git a/frontend/pages/profile/myWorks.vue b/frontend/pages/profile/myWorks.vue index 012ac14..2ff3ce0 100644 --- a/frontend/pages/profile/myWorks.vue +++ b/frontend/pages/profile/myWorks.vue @@ -11,7 +11,7 @@ - ไธชไบบ่ฎพ็ฝฎ + @@ -548,11 +548,9 @@ onShow(() => { inset 0 2rpx 4rpx rgba(255, 255, 255, 0.4); } -.nav-settings-text { - font-size: 24rpx; - color: #fff; - text-shadow: 0 2rpx 4rpx rgba(0, 0, 0, 0.8); - font-weight: 400; +.nav-settings-icon { + width: 48rpx; + height: 48rpx; } /* ๅ†…ๅฎนๅŒบๅŸŸ */ diff --git a/frontend/static/icon/hide.png b/frontend/static/icon/hide.png new file mode 100644 index 0000000..c7ffd11 Binary files /dev/null and b/frontend/static/icon/hide.png differ diff --git a/frontend/static/icon/settings.png b/frontend/static/icon/settings.png new file mode 100644 index 0000000..aa8e230 Binary files /dev/null and b/frontend/static/icon/settings.png differ diff --git a/frontend/static/icon/show.png b/frontend/static/icon/show.png new file mode 100644 index 0000000..8b3f8f4 Binary files /dev/null and b/frontend/static/icon/show.png differ