Commit 295a2e0a authored by miaojiale's avatar miaojiale

修改长度

parent 30c5ac85
......@@ -32,9 +32,6 @@
justify="space-between"
>
<Col
:xs="24"
:sm="24"
:md="5"
class="grid-col grid-col-t"
v-for="(item, index) in gridList"
:key="index"
......@@ -2165,6 +2162,10 @@ export default {
}
.grid-row-t {
transition: width 2s;
.grid-col-t{
width: 24.8%;;
}
.ivu-col-span-md-5 {
width: 24.8%;
border-right: 2px solid #1d2033;
......
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