From 512ea331cc2fc26bfe6fa74ff23729a0f616c7f5 Mon Sep 17 00:00:00 2001 From: itorr Date: Mon, 15 Aug 2022 14:05:29 +0800 Subject: [PATCH] =?UTF-8?q?=E8=B0=83=E6=95=B4=E5=9B=9E=20loading=20?= =?UTF-8?q?=E8=83=8C=E6=99=AF=E8=89=B2;=E8=B0=83=E6=95=B4=E7=94=9F?= =?UTF-8?q?=E6=88=90=E5=AE=8C=E6=88=90=E7=95=8C=E9=9D=A2=E9=97=B4=E8=B7=9D?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- html/document.less | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/html/document.less b/html/document.less index 6810deb..a5b4671 100644 --- a/html/document.less +++ b/html/document.less @@ -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;