chore: 渲染器默认背景色调整为透明

This commit is contained in:
wangxuefeng 2025-03-27 13:49:05 +08:00
parent fc1975f10e
commit 0e377eefcc

View File

@ -4,6 +4,7 @@ body {
width: 100%; width: 100%;
height: 100%; height: 100%;
position: relative; position: relative;
background: transparent;
} }
input::-ms-clear, input::-ms-clear,
input::-ms-reveal { input::-ms-reveal {