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; }