refactor(styles): 代码格式

ISSUES CLOSED: \
This commit is contained in:
Soybean
2022-05-28 12:30:17 +08:00
parent 07baac7cf8
commit 8f6d6ce3cb
107 changed files with 110 additions and 1 deletions

View File

@ -134,4 +134,5 @@ const tableData: TableData[] = [
}
];
</script>
<style scoped></style>

View File

@ -21,4 +21,5 @@ const props = withDefaults(defineProps<Props>(), {
const gradientStyle = computed(() => `linear-gradient(to bottom right, ${props.startColor}, ${props.endColor})`);
</script>
<style scoped></style>

View File

@ -65,4 +65,5 @@ const cardData: CardData[] = [
}
];
</script>
<style scoped></style>

View File

@ -186,4 +186,5 @@ const { domRef: pieRef } = useEcharts(
darkMode
);
</script>
<style></style>
<style scoped></style>