From 214670e99b03226b7842baabe9c190763fb6bea1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=A4=A7=E7=81=B0=E7=81=B0?= Date: Thu, 12 Jan 2023 23:54:09 +0800 Subject: [PATCH] =?UTF-8?q?=E3=80=90=E4=BC=98=E5=8C=96=E3=80=91=E8=B0=83?= =?UTF-8?q?=E6=95=B4=E9=97=A8=E5=BA=97=E8=87=AA=E6=8F=90=E4=B8=8B=E5=8D=95?= =?UTF-8?q?=E5=9C=B0=E5=9D=80=E8=BF=87=E9=95=BF=E5=AF=BC=E8=87=B4=E5=8F=AF?= =?UTF-8?q?=E8=83=BD=E8=A2=AB=E9=99=90=E5=88=B6=E9=AB=98=E5=BA=A6=E8=80=8C?= =?UTF-8?q?=E9=9A=90=E8=97=8F=E9=83=A8=E5=88=86=E5=9C=B0=E5=9D=80=E7=9A=84?= =?UTF-8?q?=E9=97=AE=E9=A2=98=E3=80=82?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../CoreShop/pages/placeOrder/index/index.scss | 4 ++-- CoreCms.Net.Uni-App/CoreShop/static/style/style.app.scss | 2 +- CoreCms.Net.Uni-App/CoreShop/static/style/style.mp.scss | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/CoreCms.Net.Uni-App/CoreShop/pages/placeOrder/index/index.scss b/CoreCms.Net.Uni-App/CoreShop/pages/placeOrder/index/index.scss index 85c95ab7..99925d2e 100644 --- a/CoreCms.Net.Uni-App/CoreShop/pages/placeOrder/index/index.scss +++ b/CoreCms.Net.Uni-App/CoreShop/pages/placeOrder/index/index.scss @@ -2,10 +2,10 @@ .coreshop-card { position: relative; padding: 9px; border-radius: 4.5px; box-shadow: 0 0 5.5px #f7f7f7; } } .address-view { - .coreshop-list.menu-avatar > .coreshop-list-item { height: 65px; + .coreshop-list.menu-avatar > .coreshop-list-item { min-height: 70px; &:after { width: 0; height: 0; border-bottom: 0; } .icon-view { position: absolute; border-radius: 100%; text-align: center; line-height: 23px; height: 23px; width: 23px; left: 4.5px; top: 10px; } - .content { left: 26px; width: calc(100% - 37px - 14px); } + .content { left: 26px; width: calc(100% - 37px - 14px); position: static; } .action { text-align: right; width: 18px; } } .address-line { position: absolute; background-image: url('/static/images/common/address-line.png'); background-repeat: no-repeat; background-size: 100%; border-radius: 0 0 4.5px; height: 4.5px; width: 100%; bottom: 0; right: 0; left: 0; } diff --git a/CoreCms.Net.Uni-App/CoreShop/static/style/style.app.scss b/CoreCms.Net.Uni-App/CoreShop/static/style/style.app.scss index 69bd7fb6..417cce6f 100644 --- a/CoreCms.Net.Uni-App/CoreShop/static/style/style.app.scss +++ b/CoreCms.Net.Uni-App/CoreShop/static/style/style.app.scss @@ -363,7 +363,7 @@ u-icon { line-height: 0; } } } &.menu-avatar { overflow: hidden; - & > .coreshop-list-item { position: relative; display: flex; padding-right: 5px; height: 70px; background-color: #ffffff; justify-content: flex-end; align-items: center; + & > .coreshop-list-item { position: relative; display: flex; padding-right: 5px; min-height: 70px; background-color: #ffffff; justify-content: flex-end; align-items: center; & > .coreshop-avatar { position: absolute; left: 15px; } .flex { .text-cut { max-width: 255px; } diff --git a/CoreCms.Net.Uni-App/CoreShop/static/style/style.mp.scss b/CoreCms.Net.Uni-App/CoreShop/static/style/style.mp.scss index 12845e04..9a44d899 100644 --- a/CoreCms.Net.Uni-App/CoreShop/static/style/style.mp.scss +++ b/CoreCms.Net.Uni-App/CoreShop/static/style/style.mp.scss @@ -363,7 +363,7 @@ u-icon { line-height: 0; } } } &.menu-avatar { overflow: hidden; - & > .coreshop-list-item { position: relative; display: flex; padding-right: 5px; height: 70px; background-color: #ffffff; justify-content: flex-end; align-items: center; + & > .coreshop-list-item { position: relative; display: flex; padding-right: 5px; min-height: 70px; background-color: #ffffff; justify-content: flex-end; align-items: center; & > .coreshop-avatar { position: absolute; left: 15px; } .flex { .text-cut { max-width: 255px; }