ZZJ
2022-07-11 6ef2ac92c0d3f79b59b8698274918df830b58b29
src/views/trialCenter/components/SdkItem.vue
@@ -1,6 +1,6 @@
<template>
  <div class="SdkItem">
    <div class="icon">
    <div class="imgBox">
      <ImageShow :src="sdk.logoUrl" alt="" />
    </div>
    <div class="title">{{ sdk.productName }}</div>
@@ -36,7 +36,7 @@
  background-color: #fff;
  text-align: center;
  position: relative;
  .icon img {
  .imgBox img {
    margin-top: 20px;
    width: 96px;
  }