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

@ -25,4 +25,5 @@ defineProps<Props>();
const routeHomePath = routeName('root');
</script>
<style scoped></style>

View File

@ -57,4 +57,5 @@ function handleSubmit(e: MouseEvent) {
});
}
</script>
<style scoped></style>

View File

@ -76,4 +76,5 @@ function handleSubmit(e: MouseEvent) {
});
}
</script>
<style scoped></style>

View File

@ -37,4 +37,5 @@ withDefaults(defineProps<Props>(), {
endColor: '#120fc4'
});
</script>
<style scoped></style>

View File

@ -31,4 +31,5 @@ withDefaults(defineProps<Props>(), {
endColor: '#120fc4'
});
</script>
<style scoped></style>

View File

@ -24,4 +24,5 @@ const props = defineProps<Props>();
const lightColor = computed(() => getColorPalette(props.themeColor, 3));
const darkColor = computed(() => getColorPalette(props.themeColor, 6));
</script>
<style scoped></style>

View File

@ -43,4 +43,5 @@ function login(userName: string, password: string) {
emit('login', { userName, password });
}
</script>
<style scoped></style>

View File

@ -10,4 +10,5 @@
</template>
<script lang="ts" setup></script>
<style scoped></style>

View File

@ -75,4 +75,5 @@ function handleLoginOtherAccount(param: { userName: string; password: string })
login(userName, password);
}
</script>
<style scoped></style>

View File

@ -70,4 +70,5 @@ function handleSubmit(e: MouseEvent) {
});
}
</script>
<style scoped></style>

View File

@ -66,4 +66,5 @@ function handleSubmit(e: MouseEvent) {
});
}
</script>
<style scoped></style>

View File

@ -77,4 +77,5 @@ const bgColor = computed(() => {
return mixColor(COLOR_WHITE, theme.themeColor, ratio);
});
</script>
<style scoped></style>

View File

@ -5,4 +5,5 @@
<script lang="ts" setup>
import { ExceptionBase } from '../components';
</script>
<style scoped></style>

View File

@ -5,4 +5,5 @@
<script lang="ts" setup>
import { ExceptionBase } from '../components';
</script>
<style scoped></style>

View File

@ -5,4 +5,5 @@
<script lang="ts" setup>
import { ExceptionBase } from '../components';
</script>
<style scoped></style>

View File

@ -5,4 +5,5 @@
<script lang="ts" setup>
import { ExceptionBase } from '../components';
</script>
<style scoped></style>