调整回 loading 背景色;调整生成完成界面间距

This commit is contained in:
itorr
2022-08-15 14:05:29 +08:00
parent 48dcdd6b92
commit 512ea331cc

View File

@@ -10,7 +10,7 @@ html{
font: 14px sans-serif;
&[data-loading="true"]{
overflow: hidden;
background:#FFF;
// background:#FFF;
}
&[data-output="true"]{
overflow: hidden;
@@ -259,6 +259,7 @@ h1{
width:800px;
max-width:100%;
box-shadow: 0 0 20px rgba(40,80,200,.2);
margin:10px 0 40px;
}
.ctrl-box{
padding:10px 0;