Quellcode durchsuchen

初始化拉手

wangwx vor 2 Jahren
Ursprung
Commit
e8b8e25e35

+ 1 - 1
ruoyi-ui/src/views/advertising/material/index.vue

@@ -37,7 +37,7 @@
     </el-row>
 
     <el-row :gutter="10">
-      <el-col :span="8" v-for="material in materialList" :key="material.id" style="height:380px">
+      <el-col :span="8" v-for="material in materialList" :key="material.id">
         <el-card :class="{'active': materialSelected[material.id]}">
           <el-image :src="material.originalPicUrl" fit="cover" @click="handleClick(material.id)" style="max-width:500px;max-height: 380px;"></el-image>
           <div>

+ 1 - 1
ruoyi-ui/src/views/advertising/plan/index.vue

@@ -15,7 +15,7 @@
       <el-container>
         <el-header>
           <el-card style="margin:5px 5px 10px 5px">
-            <el-button type="primary" size="mini" icon="el-icon-s-promotion" @click="pushRedis">生成计划/重新生成计划</el-button>
+            <el-button type="primary" size="mini" icon="el-icon-s-promotion" @click="pushRedis">重新生成计划</el-button>
           </el-card>
           <el-card>
             <el-tabs type="card" v-model="activeName" @tab-click="handleClick">