update 优化样式
This commit is contained in:
parent
85825c67a1
commit
302dff409e
@ -1,6 +1,6 @@
|
|||||||
<template>
|
<template>
|
||||||
<div class="list">
|
<div class="list">
|
||||||
<div class="item" v-for="i in 10">
|
<div class="item" v-for="i in 16">
|
||||||
<el-card :body-style="{ padding: '0px' }">
|
<el-card :body-style="{ padding: '0px' }">
|
||||||
<img src="https://puui.qpic.cn/vcover_vt_pic/0/ww18u675tfmhas61669188848910/260" class="image" />
|
<img src="https://puui.qpic.cn/vcover_vt_pic/0/ww18u675tfmhas61669188848910/260" class="image" />
|
||||||
<div style="padding: 14px">
|
<div style="padding: 14px">
|
||||||
@ -25,7 +25,7 @@
|
|||||||
flex-wrap: wrap;
|
flex-wrap: wrap;
|
||||||
.item{
|
.item{
|
||||||
width: 200px;
|
width: 200px;
|
||||||
margin: 5px;
|
margin: 20px;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
.time {
|
.time {
|
||||||
@ -44,6 +44,7 @@
|
|||||||
.button {
|
.button {
|
||||||
padding: 0;
|
padding: 0;
|
||||||
min-height: auto;
|
min-height: auto;
|
||||||
|
min-width: 40px;
|
||||||
}
|
}
|
||||||
|
|
||||||
.image {
|
.image {
|
||||||
|
Loading…
Reference in New Issue
Block a user