From e27070e089dea93e358f091c4fe2de05e22d41fc Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?lemon=E6=A9=AA?= <17633066053@163.com> Date: Thu, 17 Mar 2022 16:35:10 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BC=98=E5=8C=96=E4=B8=80=E4=B8=AA=E4=B8=8A?= =?UTF-8?q?=E4=BC=A0=E7=BB=84=E4=BB=B6=E6=8E=A7=E5=88=B6=E5=8F=B0=E6=8A=A5?= =?UTF-8?q?=E9=94=99bug=20=E4=BB=A5=E5=8F=8A=20buyer=E7=AB=AF=E6=A5=BC?= =?UTF-8?q?=E5=B1=82=E8=A3=85=E4=BF=AE=E6=98=BE=E7=A4=BA?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- buyer/src/components/indexDecorate/modelList/Recommend.vue | 4 ++-- manager/src/views/my-components/lili/upload-pic-thumb.vue | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/buyer/src/components/indexDecorate/modelList/Recommend.vue b/buyer/src/components/indexDecorate/modelList/Recommend.vue index eefa0aa3..41862ff2 100644 --- a/buyer/src/components/indexDecorate/modelList/Recommend.vue +++ b/buyer/src/components/indexDecorate/modelList/Recommend.vue @@ -161,7 +161,7 @@ export default { padding: 0 10px; font-size: 12px; >div:nth-child(1) { - width: 130px; + margin-top: 30px; span:nth-child(1){ color: #fff; @@ -169,7 +169,7 @@ export default { padding: 0 5px; background-color: #a25684; display: block; - width: 120px; + overflow: hidden; white-space: nowrap; margin: 0 10px 10px 0; diff --git a/manager/src/views/my-components/lili/upload-pic-thumb.vue b/manager/src/views/my-components/lili/upload-pic-thumb.vue index 55103adb..3f464c76 100644 --- a/manager/src/views/my-components/lili/upload-pic-thumb.vue +++ b/manager/src/views/my-components/lili/upload-pic-thumb.vue @@ -62,7 +62,7 @@ export default { }, props: { value: { - type: Object + type: null }, draggable: { type: Boolean,