Переглянути джерело

运营管理 推荐管理

DESKTOP-O04BTUJ\muzen 3 роки тому
батько
коміт
3002008c58
1 змінених файлів з 1 додано та 1 видалено
  1. 1 1
      src/views/operation/recommend/index.vue

+ 1 - 1
src/views/operation/recommend/index.vue

@@ -5,7 +5,7 @@
     </el-tabs>
     </el-tabs>
 
 
     <!-- 内容 -->
     <!-- 内容 -->
-    <div style="display: flex; position: relative">
+    <div style="display: flex; position: relative; align-items: flex-start">
       <el-image class="bg" :src="img" />
       <el-image class="bg" :src="img" />
       <div :class="['item', active === index ? 'active' : '']"
       <div :class="['item', active === index ? 'active' : '']"
         :style="{top: item.top + 'px', height: item.height + 'px'}" v-for="(item, index) in style[tabIndex]"
         :style="{top: item.top + 'px', height: item.height + 'px'}" v-for="(item, index) in style[tabIndex]"