mirror of
https://github.com/BTMuli/TeyvatGuide.git
synced 2025-12-18 10:18:14 +08:00
fix(config): 默认的就行
This commit is contained in:
@@ -91,16 +91,8 @@
|
|||||||
</v-list-item>
|
</v-list-item>
|
||||||
</v-list>
|
</v-list>
|
||||||
<!-- 弹窗提示条 -->
|
<!-- 弹窗提示条 -->
|
||||||
<v-snackbar
|
<v-snackbar v-model="snackbar" timeout="1500" color="success">
|
||||||
v-model="snackbar"
|
{{ snackbarText }}
|
||||||
timeout="1500"
|
|
||||||
color="#50596B"
|
|
||||||
rounded="pill"
|
|
||||||
width="50px"
|
|
||||||
class="snack-div"
|
|
||||||
>
|
|
||||||
<img src="../assets/icons/circle-check.svg" alt="check" />
|
|
||||||
<span>{{ snackbarText }}</span>
|
|
||||||
</v-snackbar>
|
</v-snackbar>
|
||||||
</div>
|
</div>
|
||||||
</template>
|
</template>
|
||||||
@@ -249,16 +241,4 @@ async function setDefaultConfig() {
|
|||||||
background: #5b738f;
|
background: #5b738f;
|
||||||
border-radius: 10px;
|
border-radius: 10px;
|
||||||
}
|
}
|
||||||
|
|
||||||
.snack-div img {
|
|
||||||
position: absolute;
|
|
||||||
width: 20px;
|
|
||||||
height: 20px;
|
|
||||||
}
|
|
||||||
|
|
||||||
.snack-div span {
|
|
||||||
margin-left: 30px;
|
|
||||||
font-family: Genshin-Light, serif;
|
|
||||||
color: #faf7e8;
|
|
||||||
}
|
|
||||||
</style>
|
</style>
|
||||||
|
|||||||
Reference in New Issue
Block a user