ZZJ
2022-04-20 b4495445fbfc616a2126587ce9eec205fc1cbe19
src/views/trialCenter/components/SdkItem.vue
@@ -4,7 +4,7 @@
      <img :src="'/httpImage/' + sdk.logoUrl" alt="" />
    </div>
    <div class="title">{{ sdk.productName }}</div>
    <div class="des limitoRow2">
    <div class="des limitRow2">
      {{ sdk.description }}
    </div>
    <div class="button" @click="buyProduct(sdk.productName)">立即试用</div>
@@ -35,6 +35,7 @@
  height: 280px;
  background-color: #fff;
  text-align: center;
  position: relative;
  .icon img {
    margin-top: 20px;
    width: 96px;
@@ -55,6 +56,9 @@
  }
  .button {
    position: absolute;
    left: 0;
    bottom: 10px;
    width: 100%;
    height: 40px;
    box-shadow: 0px 2px 8px rgba(0, 43, 106, 0.12);