Commit 2b74130b authored by 张伯涛's avatar 张伯涛

修改

parent c091cea8
...@@ -15,7 +15,7 @@ ...@@ -15,7 +15,7 @@
> >
<el-row> <el-row>
<el-col :span="22"> <el-col :span="22">
<div style="padding-top: 10px"> <div style="padding-top: 8px">
<div class="tagTitle"> {{ tag.title.split(';')[0] }}</div> <div class="tagTitle"> {{ tag.title.split(';')[0] }}</div>
<div class="tagTitle"> {{ tag.title.split(';')[1] }}</div> <div class="tagTitle"> {{ tag.title.split(';')[1] }}</div>
</div> </div>
...@@ -298,6 +298,7 @@ export default { ...@@ -298,6 +298,7 @@ export default {
height: 70px!important; height: 70px!important;
} }
.tagTitle{ .tagTitle{
text-align: center;
line-height: 18px; line-height: 18px;
//color: #1C92EC!important; //color: #1C92EC!important;
} }
......
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