no message

Former-commit-id: b287d5994e42fbde84d753d690ccb7809f53403e
Former-commit-id: 6aa47acec14650461cbf0541847683c3e8bbc27e
Former-commit-id: 0149740f7fe19cad9c6d39fb10e2cdf5c52d8d22
This commit is contained in:
李杨
2018-01-17 11:28:40 +08:00
parent 45d0b5b8a0
commit a18a790e6c
3 changed files with 5 additions and 5 deletions

View File

@@ -7,7 +7,7 @@
width="300"
trigger="hover">
<div class="icon-group">
<span :class="'fa fa-' + icon"></span>
<i :class="'fa fa-' + icon"></i>
</div>
<el-row :gutter="10">
<el-col :span="12">
@@ -23,7 +23,7 @@
</el-row>
</el-popover>
<el-tag type="info" v-popover:pop>
<span :class="'fa fa-' + icon"></span>
<i :class="'fa fa-' + icon"></i>
</el-tag>
<span style="font-size: 10px;">{{icon}}</span>
</div>