Browse Source

bug修改2

tyb 1 week ago
parent
commit
2f09e57276
1 changed files with 6 additions and 6 deletions
  1. 6 6
      src/views/promotion/couponPackageDetail.vue

+ 6 - 6
src/views/promotion/couponPackageDetail.vue

@@ -32,15 +32,15 @@
         <el-col :span="4" class="table-cell-title">发送短信</el-col>
       </el-row>
       <el-row>
-        <el-col :span="4" class="table-cell">{{ couponPackage.endTime }}</el-col>
-        <el-col :span="4" class="table-cell">{{ couponPackage.limit}}</el-col>
-        <el-col :span="4" class="table-cell" style="text-align:center;padding-top: 5px;">
-          <el-image :preview-src-list="[coupon.qrUrl]" :lazy="true" :src="coupon.qrUrl" style="width:100px"></el-image>
+        <el-col :span="4" class="table-cell" style="height: 120px">{{ couponPackage.endTime }}</el-col>
+        <el-col :span="4" class="table-cell" style="height: 120px">{{ couponPackage.limit}}</el-col>
+        <el-col :span="4" class="table-cell" style="text-align:center;padding-top: 5px;height: 120px">
+          <el-image :preview-src-list="[couponPackage.qrUrl]" :lazy="true" :src="couponPackage.qrUrl" style="width:100px"></el-image>
         </el-col>
-        <el-col :span="4" class="table-cell" style="word-wrap:break-word; font-size: 12px">{{couponPackage.shortChain}}</el-col>
+        <el-col :span="4" class="table-cell"  style="word-wrap:break-word; height: 120px">{{couponPackage.shortChain}}</el-col>
         <!-- <el-col :span="4" class="table-cell">{{ coupon.code }}</el-col> -->
 
-        <el-col :span="4" class="table-cell">
+        <el-col :span="4" class="table-cell" style="height: 120px" >
           <el-button
                      v-permission="['GET /admin/couponPackageDetail/send']" style="width:100px" icon="el-icon-chat-dot-round"
                      type="text" size="mini" @click="handleSendNew()">发送短信</el-button>