mirror of
https://github.com/soybeanjs/soybean-admin.git
synced 2025-11-12 19:53:41 +08:00
refactor(components): blankLayout引入GlobalContent
This commit is contained in:
@@ -24,6 +24,8 @@ const props = withDefaults(defineProps<Props>(), {
|
||||
});
|
||||
|
||||
const COLOR_WHITE = '#ffffff';
|
||||
const stopColor = computed(() => mixColor(COLOR_WHITE, props.themeColor, 0.7));
|
||||
const stopColor = computed(() => {
|
||||
return mixColor(COLOR_WHITE, props.themeColor, 0.7);
|
||||
});
|
||||
</script>
|
||||
<style scoped></style>
|
||||
|
||||
Reference in New Issue
Block a user