From 33b08c80747db03c9ad0b7b4d40b49d7ca179df0 Mon Sep 17 00:00:00 2001 From: weipengfei <2187978347@qq.com> Date: Tue, 21 Nov 2023 11:10:09 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E5=A4=8D=E4=B8=8D=E5=90=8C=E5=B0=BA?= =?UTF-8?q?=E5=AF=B8=E5=B1=8F=E5=B9=95=E6=96=87=E5=AD=97=E6=98=BE=E7=A4=BA?= =?UTF-8?q?=E4=BC=9A=E8=A2=AB=E7=9C=81=E7=95=A5=E7=9A=84=E9=97=AE=E9=A2=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pages/nongKe/cloud_entrepot/indexb.vue | 8 ++++---- pages/nongKe/cloud_entrepot/indexh.vue | 8 ++++---- pages/nongKe/supply_chain/supplierB.vue | 9 +++++---- 3 files changed, 13 insertions(+), 12 deletions(-) diff --git a/pages/nongKe/cloud_entrepot/indexb.vue b/pages/nongKe/cloud_entrepot/indexb.vue index 01f7b04..3315ee7 100644 --- a/pages/nongKe/cloud_entrepot/indexb.vue +++ b/pages/nongKe/cloud_entrepot/indexb.vue @@ -966,13 +966,13 @@ } .menu_li { - margin-right: 20rpx; + // margin-right: 20rpx; // background-color: red; // width: 50vw; display: flex; flex-direction: column; align-items: center; - min-width: 16vw; + min-width: 140rpx; height: auto; // width: 120rpx; @@ -988,7 +988,7 @@ overflow: hidden; text-overflow: ellipsis; text-align: center; - padding: 4rpx 10rpx; + padding: 1rpx 10rpx 4rpx 10rpx; } } @@ -1002,7 +1002,7 @@ background-color: #ff6d20; border-radius: 2em; color: #fff; - padding: 4rpx 10rpx; + padding: 1rpx 10rpx 4rpx 10rpx; } } diff --git a/pages/nongKe/cloud_entrepot/indexh.vue b/pages/nongKe/cloud_entrepot/indexh.vue index f4e0379..e4b4c59 100644 --- a/pages/nongKe/cloud_entrepot/indexh.vue +++ b/pages/nongKe/cloud_entrepot/indexh.vue @@ -968,13 +968,13 @@ } .menu_li { - margin-right: 20rpx; + // margin-right: 20rpx; // background-color: red; // width: 50vw; display: flex; flex-direction: column; align-items: center; - min-width: 16vw; + min-width: 140rpx; height: auto; // width: 120rpx; @@ -990,7 +990,7 @@ overflow: hidden; text-overflow: ellipsis; text-align: center; - padding: 4rpx 10rpx; + padding: 1rpx 10rpx 4rpx 10rpx; } } @@ -1004,7 +1004,7 @@ background-color: #ff6d20; border-radius: 2em; color: #fff; - padding: 4rpx 10rpx; + padding: 1rpx 10rpx 4rpx 10rpx; } } diff --git a/pages/nongKe/supply_chain/supplierB.vue b/pages/nongKe/supply_chain/supplierB.vue index 23775d0..8ebc7ba 100644 --- a/pages/nongKe/supply_chain/supplierB.vue +++ b/pages/nongKe/supply_chain/supplierB.vue @@ -978,13 +978,13 @@ height: 220rpx; .menu_li { - margin-right: 20rpx; + // margin-right: 20rpx; // background-color: red; // width: 50vw; display: flex; flex-direction: column; align-items: center; - min-width: 16vw; + min-width: 140rpx; height: auto; // width: 120rpx; // display: inline-block; @@ -992,12 +992,13 @@ border: 5rpx solid #fff; } .li_text{ + flex: 1; width: 100%; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; text-align: center; - padding: 4rpx 10rpx; + padding: 1rpx 10rpx 4rpx 10rpx; } } .menu_li_on{ @@ -1009,7 +1010,7 @@ background-color: #ff6d20; border-radius: 2em; color: #fff; - padding: 4rpx 10rpx; + padding: 1rpx 10rpx 4rpx 10rpx; } }