mirror of
https://github.com/m-xlsea/ruoyi-plus-soybean.git
synced 2025-09-24 07:49:47 +08:00
refactor(styles): 代码格式
ISSUES CLOSED: \
This commit is contained in:
@ -25,4 +25,5 @@ defineProps<Props>();
|
||||
|
||||
const routeHomePath = routeName('root');
|
||||
</script>
|
||||
|
||||
<style scoped></style>
|
||||
|
@ -57,4 +57,5 @@ function handleSubmit(e: MouseEvent) {
|
||||
});
|
||||
}
|
||||
</script>
|
||||
|
||||
<style scoped></style>
|
||||
|
@ -76,4 +76,5 @@ function handleSubmit(e: MouseEvent) {
|
||||
});
|
||||
}
|
||||
</script>
|
||||
|
||||
<style scoped></style>
|
||||
|
@ -37,4 +37,5 @@ withDefaults(defineProps<Props>(), {
|
||||
endColor: '#120fc4'
|
||||
});
|
||||
</script>
|
||||
|
||||
<style scoped></style>
|
||||
|
@ -31,4 +31,5 @@ withDefaults(defineProps<Props>(), {
|
||||
endColor: '#120fc4'
|
||||
});
|
||||
</script>
|
||||
|
||||
<style scoped></style>
|
||||
|
@ -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>
|
||||
|
@ -43,4 +43,5 @@ function login(userName: string, password: string) {
|
||||
emit('login', { userName, password });
|
||||
}
|
||||
</script>
|
||||
|
||||
<style scoped></style>
|
||||
|
@ -10,4 +10,5 @@
|
||||
</template>
|
||||
|
||||
<script lang="ts" setup></script>
|
||||
|
||||
<style scoped></style>
|
||||
|
@ -75,4 +75,5 @@ function handleLoginOtherAccount(param: { userName: string; password: string })
|
||||
login(userName, password);
|
||||
}
|
||||
</script>
|
||||
|
||||
<style scoped></style>
|
||||
|
@ -70,4 +70,5 @@ function handleSubmit(e: MouseEvent) {
|
||||
});
|
||||
}
|
||||
</script>
|
||||
|
||||
<style scoped></style>
|
||||
|
@ -66,4 +66,5 @@ function handleSubmit(e: MouseEvent) {
|
||||
});
|
||||
}
|
||||
</script>
|
||||
|
||||
<style scoped></style>
|
||||
|
@ -77,4 +77,5 @@ const bgColor = computed(() => {
|
||||
return mixColor(COLOR_WHITE, theme.themeColor, ratio);
|
||||
});
|
||||
</script>
|
||||
|
||||
<style scoped></style>
|
||||
|
@ -5,4 +5,5 @@
|
||||
<script lang="ts" setup>
|
||||
import { ExceptionBase } from '../components';
|
||||
</script>
|
||||
|
||||
<style scoped></style>
|
||||
|
@ -5,4 +5,5 @@
|
||||
<script lang="ts" setup>
|
||||
import { ExceptionBase } from '../components';
|
||||
</script>
|
||||
|
||||
<style scoped></style>
|
||||
|
@ -5,4 +5,5 @@
|
||||
<script lang="ts" setup>
|
||||
import { ExceptionBase } from '../components';
|
||||
</script>
|
||||
|
||||
<style scoped></style>
|
||||
|
@ -5,4 +5,5 @@
|
||||
<script lang="ts" setup>
|
||||
import { ExceptionBase } from '../components';
|
||||
</script>
|
||||
|
||||
<style scoped></style>
|
||||
|
Reference in New Issue
Block a user