refactor(styles): 代码格式
ISSUES CLOSED: \
This commit is contained in:
@ -134,4 +134,5 @@ const tableData: TableData[] = [
|
||||
}
|
||||
];
|
||||
</script>
|
||||
|
||||
<style scoped></style>
|
||||
|
||||
@ -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>
|
||||
|
||||
@ -65,4 +65,5 @@ const cardData: CardData[] = [
|
||||
}
|
||||
];
|
||||
</script>
|
||||
|
||||
<style scoped></style>
|
||||
|
||||
@ -186,4 +186,5 @@ const { domRef: pieRef } = useEcharts(
|
||||
darkMode
|
||||
);
|
||||
</script>
|
||||
<style></style>
|
||||
|
||||
<style scoped></style>
|
||||
|
||||
Reference in New Issue
Block a user