zhaojs
2023-06-14 5c0484b788e699a8939579a14e7522afca5a5f34
uniapp/components/rowGoods.vue
@@ -89,21 +89,27 @@
   
         .goodsnameinfo-content {
            width: 100%;
            position: relative;
            .typeIcon-content {
               width: 60rpx;
               height: 24rpx;
               margin-right: 5rpx;
               position: absolute;
               top: 7rpx;
            }
   
            .tradename {
               flex: 1;
               overflow: hidden;
               text-overflow: ellipsis;
               white-space: nowrap;
               font-size: 28rpx;
               font-weight: 500;
               text-indent: 2.5em;
               color: #333333;
               text-overflow: -o-ellipsis-lastline;
               overflow: hidden;
               text-overflow: ellipsis;
               display: -webkit-box;
               -webkit-line-clamp: 2;
               line-clamp: 2;
               -webkit-box-orient: vertical;
            }
         }