mirror of
https://github.com/soybeanjs/soybean-admin.git
synced 2025-12-25 22:30:19 +08:00
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>
|
||||
|
||||
@@ -9,4 +9,5 @@
|
||||
<script lang="ts" setup>
|
||||
import { TopChart, DataCard, BottomPart } from './components';
|
||||
</script>
|
||||
|
||||
<style scoped></style>
|
||||
|
||||
@@ -44,4 +44,5 @@ const statisticData: StatisticData[] = [
|
||||
}
|
||||
];
|
||||
</script>
|
||||
|
||||
<style scoped></style>
|
||||
|
||||
@@ -21,4 +21,5 @@ interface Props {
|
||||
|
||||
defineProps<Props>();
|
||||
</script>
|
||||
|
||||
<style scoped></style>
|
||||
|
||||
@@ -38,4 +38,5 @@ function handleOpenSite() {
|
||||
window.open(props.site, '_blank');
|
||||
}
|
||||
</script>
|
||||
|
||||
<style scoped></style>
|
||||
|
||||
@@ -141,4 +141,5 @@ const shortcuts: Shortcuts[] = [
|
||||
{ id: 5, label: '图表', icon: 'mdi:chart-areaspline', iconColor: '#8aca6b' }
|
||||
];
|
||||
</script>
|
||||
|
||||
<style scoped></style>
|
||||
|
||||
@@ -4,7 +4,9 @@
|
||||
<workbench-main />
|
||||
</n-space>
|
||||
</template>
|
||||
|
||||
<script lang="ts" setup>
|
||||
import { WorkbenchHeader, WorkbenchMain } from './components';
|
||||
</script>
|
||||
|
||||
<style scoped></style>
|
||||
|
||||
Reference in New Issue
Block a user