Commit 6b908400 authored by Z's avatar Z

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

parent ab2fdb85
<template>
<div class="container">
<div class="container" >
<div class="ct">
<div class="head">
<h3>我的一次成功销售案例</h3>
......@@ -55,7 +55,8 @@ export default {};
padding: 16px;
display: flex;
flex-direction: column;
justify-content: center;
/* justify-content: center; */
justify-content: flex-start;
align-items: start;
}
.ct {
......
......@@ -9,7 +9,6 @@
<div v-for="(item, index) of list.main" :key="index">
<div class="list" @click="listClick(item.redirect)">
<div>
<img class="list-logo" :src="item.logoUrl" alt />
</div>
<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