mirror of
https://github.com/m-xlsea/ruoyi-plus-soybean.git
synced 2025-09-24 07:49:47 +08:00
fix(projects): 修复globalFooter适应暗黑模式
This commit is contained in:
@ -1,9 +1,9 @@
|
||||
<template>
|
||||
<div class="p-6px">
|
||||
<div class="flex justify-between h-360px">
|
||||
<div class="flex-1 min-w-360px h-full bg-white rounded-16px"></div>
|
||||
<div class="flex-1 min-w-360px h-full bg-white dark:bg-dark rounded-16px"></div>
|
||||
<div class="w-16px"></div>
|
||||
<div class="w-360px h-full bg-white rounded-16px"></div>
|
||||
<div class="w-360px h-full bg-white dark:bg-dark rounded-16px"></div>
|
||||
</div>
|
||||
</div>
|
||||
</template>
|
||||
|
Reference in New Issue
Block a user