merge changes

This commit is contained in:
muwoo
2021-08-09 20:41:39 +08:00
21 changed files with 172 additions and 54 deletions

View File

@@ -44,7 +44,7 @@
:src="selected.icon"
/>
<div v-else class="rubick-logo">
<img src="./assets/logo.png" />
<img src="./assets/imgs/logo.png" />
</div>
</div>
</a-input>
@@ -362,13 +362,13 @@ export default {
.rubick-logo {
width: 40px;
height: 40px;
background: #314659;
background: #574778;
display: flex;
align-items: center;
justify-content: center;
border-radius: 100%;
img {
width: 28px;
width: 32px;
}
}
.tag-container {