fix(style): 样式美化

This commit is contained in:
BTMuli
2023-04-01 18:51:32 +08:00
parent 15ce357b8b
commit 8ffb95ed90
11 changed files with 79 additions and 86 deletions

View File

@@ -38,7 +38,7 @@ const props = defineProps({
},
});
</script>
<style lang="css">
<style lang="css" scoped>
.loading-div {
position: v-bind(position);
display: flex;

View File

@@ -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%;

View File

@@ -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;

View File

@@ -76,7 +76,7 @@ function submenu(value: string) {
}
</script>
<style lang="css">
<style lang="css" scoped>
.sideList {
font-family: "Genshin-Light", serif;
}