调试按钮样式

This commit is contained in:
tangly1024
2022-03-03 21:35:20 +08:00
parent e4ce0a5678
commit 14beb27d0b

View File

@@ -43,8 +43,8 @@ export function DebugButton () {
</div>
</div>
<div className="fixed right-14 bottom-12 z-50">
<div className="bg-blue-500 text-white p-3 rounded-xl cursor-pointer" onClick={toggleShow}>调试按钮</div>
<div className="fixed right-20 bottom-12 z-50">
<div className="bg-gray-50 text-sm dark:bg-black dark:text-white shadow-2xl p-2.5 rounded-md bg-opacity-75 cursor-pointer" onClick={toggleShow}>调试按钮</div>
</div>
</>
}