From 21e57ffd276d38ef17e4d0de5f36b047f37cbf09 Mon Sep 17 00:00:00 2001 From: jiannibang Date: Tue, 7 Jul 2020 13:27:42 +0800 Subject: [PATCH] =?UTF-8?q?=E5=B1=82=E7=BA=A7=E5=8F=98=E6=9B=B4=E5=88=87?= =?UTF-8?q?=E6=8D=A2key=E7=BB=91=E5=AE=9A=E4=BD=8D=E7=BD=AE?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/App.js | 4 ++-- src/App.scss | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/src/App.js b/src/App.js index 976ea30..1943b7f 100644 --- a/src/App.js +++ b/src/App.js @@ -162,11 +162,11 @@ const App = () => { {list.map(([key, el]) => (
{ if (!itemData) { diff --git a/src/App.scss b/src/App.scss index 8355533..2dfdcfc 100644 --- a/src/App.scss +++ b/src/App.scss @@ -21,7 +21,7 @@ } .block-wrapper { position: absolute; - border: 1px solid rgb(224, 224, 224); + // border: 1px solid rgb(224, 224, 224); opacity: 1; padding: 8px 10px; box-sizing: border-box;