解决色域不协调的问题问题
This commit is contained in:
parent
3881fb6f2e
commit
8794357859
@ -40,7 +40,10 @@ const activeModule = computed(() => moduleMap[props.module || 'pwd-login']);
|
|||||||
|
|
||||||
<template>
|
<template>
|
||||||
<div class="relative min-h-screen w-full flex flex-wrap">
|
<div class="relative min-h-screen w-full flex flex-wrap">
|
||||||
<div class="hidden min-h-screen w-50% bg-primary-100 lg:block dark:bg-primary-800">
|
<!-- `bg-primary-100`,这个颜色是主题色(primary)的100号色阶,同themeColor一致-->
|
||||||
|
<!-- <div class="hidden min-h-screen w-50% bg-primary-100 lg:block dark:bg-primary-800">-->
|
||||||
|
<!-- bg-[#d4eeff]-->
|
||||||
|
<div class="hidden min-h-screen w-50% bg-blue lg:block dark:bg-gray-800">
|
||||||
<div class="size-full flex-center">
|
<div class="size-full flex-center">
|
||||||
<img class="w-60% sm:w-80%" :src="loginBackground" />
|
<img class="w-60% sm:w-80%" :src="loginBackground" />
|
||||||
</div>
|
</div>
|
||||||
|
Loading…
Reference in New Issue
Block a user