haoxuan
2023-09-21 1f2cabb5282b692e35e71b6bd3bcec379ae51e03
src/views/productManage/product/index.vue
@@ -35,7 +35,7 @@
          </div>
          <div class="right">
            <div class="label">
              <span>{{ item.name }}</span>
              {{ item.name }}
            </div>
            <div class="price">
              <span>价格:¥</span>
@@ -323,16 +323,22 @@
      font-size: 13px;
      margin-left: 10px;
      .label {
        // max-height: 30px;
        color: #212529;
        margin-top: -10px;
        // margin-top: -5px;
        margin-right: 15px;
        word-break: break-all;
        word-wrap: break-word;
        display: -webkit-box;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
        overflow: hidden;
        text-overflow: ellipsis;
      }
      .price,
      .library {
        color: #495057;
        margin-top: 15px;
        margin-top: 10px;
      }
    }
  }