mirror of
https://github.com/BTMuli/TeyvatGuide.git
synced 2025-12-12 09:18:14 +08:00
fix(style): 样式美化
This commit is contained in:
@@ -38,7 +38,7 @@ const props = defineProps({
|
||||
},
|
||||
});
|
||||
</script>
|
||||
<style lang="css">
|
||||
<style lang="css" scoped>
|
||||
.loading-div {
|
||||
position: v-bind(position);
|
||||
display: flex;
|
||||
|
||||
@@ -135,7 +135,7 @@ async function toPost(pool: GachaCard) {
|
||||
}
|
||||
</script>
|
||||
|
||||
<style lang="css">
|
||||
<style lang="css" scoped>
|
||||
.pool-card {
|
||||
font-family: "Genshin", serif;
|
||||
width: 100%;
|
||||
|
||||
@@ -123,7 +123,7 @@ async function toPost(card: PositionCard) {
|
||||
}
|
||||
</script>
|
||||
|
||||
<style lang="css">
|
||||
<style lang="css" scoped>
|
||||
.position-card {
|
||||
margin-top: 10px;
|
||||
font-family: "Genshin", serif;
|
||||
|
||||
@@ -76,7 +76,7 @@ function submenu(value: string) {
|
||||
}
|
||||
</script>
|
||||
|
||||
<style lang="css">
|
||||
<style lang="css" scoped>
|
||||
.sideList {
|
||||
font-family: "Genshin-Light", serif;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user