From 9e5bfa08c41cca4db409f8bfd389b28eca4c466f Mon Sep 17 00:00:00 2001 From: augushong Date: Mon, 4 Apr 2022 12:00:25 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BC=98=E5=8C=96=E6=A0=B7=E5=BC=8F=E8=A1=A8?= =?UTF-8?q?=E7=8E=B0=EF=BC=9B?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- demo/pc/list.html | 2 +- source/scss/list/_ul-order-list-simple-card.scss | 1 + view/index/index/index.html | 2 +- 3 files changed, 3 insertions(+), 2 deletions(-) diff --git a/demo/pc/list.html b/demo/pc/list.html index 263a0fe..e3874d6 100644 --- a/demo/pc/list.html +++ b/demo/pc/list.html @@ -412,7 +412,7 @@
订单列表-简约卡片
-
+
奥宏商店
diff --git a/source/scss/list/_ul-order-list-simple-card.scss b/source/scss/list/_ul-order-list-simple-card.scss index 3b6dd43..ab7c089 100644 --- a/source/scss/list/_ul-order-list-simple-card.scss +++ b/source/scss/list/_ul-order-list-simple-card.scss @@ -4,6 +4,7 @@ border-radius: 2px; padding : 15px; margin-bottom: 15px; + background-color: #fff; } .item-header { diff --git a/view/index/index/index.html b/view/index/index/index.html index 3984582..afbb67a 100644 --- a/view/index/index/index.html +++ b/view/index/index/index.html @@ -129,7 +129,7 @@ $('.main-content h2,.main-content>.demo-page>fieldset').each(function (index, elem) { if ($(elem).find('.demo-js-src').length == 0) { - $(elem).find('.layui-field-box').addClass('demo-js-src').css('display', 'block'); + $(elem).children('.layui-field-box').addClass('demo-js-src').css('display', 'block'); } }) $('.main-content h2,.main-content>.demo-page>fieldset>legend').each(function (index, elem) {