File tree Expand file tree Collapse file tree 2 files changed +10
-10
lines changed Expand file tree Collapse file tree 2 files changed +10
-10
lines changed Original file line number Diff line number Diff line change 11<template >
22 <div class =" tag-container" >
3- <el-row >
4- <el-col :xs =" {span: 20, offset: 2}"
5- :sm =" {span: 18, offset: 3}"
6- :md =" {span: 16, offset: 4}"
7- :lg =" {span: 14, offset: 5}"
8- :xl =" {span: 12, offset: 6}" >
3+ <!-- < el-row> -- >
4+ <!-- <el-col :xs="{span: 20, offset: 2}"-->
5+ <!-- :sm="{span: 18, offset: 3}"-->
6+ <!-- :md="{span: 16, offset: 4}"-->
7+ <!-- :lg="{span: 14, offset: 5}"-->
8+ <!-- :xl="{span: 12, offset: 6}"> -- >
99 <p class =" tag-name" >
1010 <i class =" el-icon-collection" />
1111 {{tagName}}
3838 </div >
3939 </el-col >
4040 </el-row >
41- </el-col >
42- </el-row >
41+ <!-- </el-col> -- >
42+ <!-- < /el-row> -- >
4343 </div >
4444</template >
4545
Original file line number Diff line number Diff line change 216216
217217// Tag.vue
218218.tag-container
219- padding-top 60px
220- padding-bottom 20 px
219+ padding 60px 20 px 20 px
220+ max-width 1000 px
221221
222222.tag-name
223223 font-size 18px
You can’t perform that action at this time.
0 commit comments