mirror of
https://github.com/rubickCenter/rubick
synced 2025-12-24 19:39:27 +08:00
bugfix: #22, style: 优化界面样式,logo 重做
This commit is contained in:
@@ -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>
|
||||
@@ -358,13 +358,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 {
|
||||
|
||||
Reference in New Issue
Block a user