From 246772ecc677b15cc9be2fbdd63d50f6216e099f Mon Sep 17 00:00:00 2001
From: ZZJ <zzjdsg2300@163.com>
Date: 星期三, 20 四月 2022 16:18:24 +0800
Subject: [PATCH] 注册登录验证码

---
 src/views/trialCenter/components/SdkItem.vue |    6 +++++-
 1 files changed, 5 insertions(+), 1 deletions(-)

diff --git a/src/views/trialCenter/components/SdkItem.vue b/src/views/trialCenter/components/SdkItem.vue
index adf0be5..ebba2ba 100644
--- a/src/views/trialCenter/components/SdkItem.vue
+++ b/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);

--
Gitblit v1.8.0