Commit 6b908400 authored by Z's avatar Z

Z: Hot: fix caseDetail.vue's layout bug.

parent ab2fdb85
<template> <template>
<div class="container"> <div class="container" >
<div class="ct"> <div class="ct">
<div class="head"> <div class="head">
<h3>我的一次成功销售案例</h3> <h3>我的一次成功销售案例</h3>
...@@ -55,7 +55,8 @@ export default {}; ...@@ -55,7 +55,8 @@ export default {};
padding: 16px; padding: 16px;
display: flex; display: flex;
flex-direction: column; flex-direction: column;
justify-content: center; /* justify-content: center; */
justify-content: flex-start;
align-items: start; align-items: start;
} }
.ct { .ct {
......
...@@ -9,7 +9,6 @@ ...@@ -9,7 +9,6 @@
<div v-for="(item, index) of list.main" :key="index"> <div v-for="(item, index) of list.main" :key="index">
<div class="list" @click="listClick(item.redirect)"> <div class="list" @click="listClick(item.redirect)">
<div> <div>
<img class="list-logo" :src="item.logoUrl" alt /> <img class="list-logo" :src="item.logoUrl" alt />
</div> </div>
<div class="list-infos"> <div class="list-infos">
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment