feat: 添加加密货币图标支持,优化资产展示组件
This commit is contained in:
@@ -3,7 +3,7 @@
|
||||
<template>
|
||||
<ion-avatar v-bind="$attrs">
|
||||
<img
|
||||
src="https://api.iconify.design/material-icon-theme:bruno.svg"
|
||||
src="https://api.iconify.design/material-icon-theme:remix-light.svg"
|
||||
alt="Avatar"
|
||||
>
|
||||
</ion-avatar>
|
||||
@@ -11,11 +11,7 @@
|
||||
|
||||
<style lang='css' scoped>
|
||||
ion-avatar {
|
||||
background-color: #7e5cff;
|
||||
}
|
||||
@media (prefers-color-scheme: dark) {
|
||||
ion-avatar {
|
||||
background-color: #7e5cff;
|
||||
}
|
||||
background-color: var(--ion-color-success);
|
||||
padding: 10px;
|
||||
}
|
||||
</style>
|
||||
|
||||
Reference in New Issue
Block a user