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 8159c448..2b39bdc1 100644 --- a/CoreCms.Net.Uni-App/CoreShop/static/style/style.app.scss +++ b/CoreCms.Net.Uni-App/CoreShop/static/style/style.app.scss @@ -683,10 +683,10 @@ u-icon { line-height: 0; } /*商品参数*/ .goods-param-box { border: 0.5px solid #c3c3c3; border-radius: 6px; margin-top: 12rpx; } -.goods-param-line { border-bottom: 0.5px solid #c3c3c3; display: flex; height: 34px; line-height: 34px; } +.goods-param-line { border-bottom: 0.5px solid #c3c3c3; display: flex; min-height: 34px; line-height: 34px; } .goods-param-line:last-child { border-bottom: 0; } - .goods-param-line .name { background: #f3f3f3; border-right: 0.5px solid #c3c3c3; color: #616161; font-size: 12px; height: 34px; line-height: 34px; text-align: center; width: 95px; } - .goods-param-line .value { color: #2f2f2f; font-size: 12px; padding-left: 12px; width: 215px; } + .goods-param-line .name { background: #f3f3f3; border-right: 0.5px solid #c3c3c3; color: #616161; font-size: 12px; min-height: 34px; line-height: 34px; text-align: center; width: 95px; } + .goods-param-line .value { color: #2f2f2f; font-size: 12px; padding-left: 12px; width: calc(100% - 100px); } /*代理价格表格*/ 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 879da0db..15526628 100644 --- a/CoreCms.Net.Uni-App/CoreShop/static/style/style.mp.scss +++ b/CoreCms.Net.Uni-App/CoreShop/static/style/style.mp.scss @@ -683,10 +683,10 @@ u-icon { line-height: 0; } /*商品参数*/ .goods-param-box { border: 0.5px solid #c3c3c3; border-radius: 6px; margin-top: 12rpx; } -.goods-param-line { border-bottom: 0.5px solid #c3c3c3; display: flex; height: 34px; line-height: 34px; } +.goods-param-line { border-bottom: 0.5px solid #c3c3c3; display: flex; min-height: 34px; line-height: 34px; } .goods-param-line:last-child { border-bottom: 0; } - .goods-param-line .name { background: #f3f3f3; border-right: 0.5px solid #c3c3c3; color: #616161; font-size: 12px; height: 34px; line-height: 34px; text-align: center; width: 95px; } - .goods-param-line .value { color: #2f2f2f; font-size: 12px; padding-left: 12px; width: 215px; } + .goods-param-line .name { background: #f3f3f3; border-right: 0.5px solid #c3c3c3; color: #616161; font-size: 12px; min-height: 34px; line-height: 34px; text-align: center; width: 95px; } + .goods-param-line .value { color: #2f2f2f; font-size: 12px; padding-left: 12px; width: calc(100% - 100px); } /*代理价格表格*/