Commit ab2fdb85 authored by Z's avatar Z

Z: Hot: fix main apge's layout bug.

parent 6f7c22dc
......@@ -8,7 +8,10 @@
<div class="lists">
<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">
<div class="list-info-title">{{item.name}}</div>
<div class="list-info-dsc">{{item.dsc}}</div>
......@@ -124,9 +127,9 @@ export default {
}
.list-infos {
/* border: 1px solid orange; */
width: 100%;
width: 100;
height: 100px;
margin-left: 12px;
padding-left: 12px;
display: flex;
flex-direction: column;
......
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