no message

Former-commit-id: 83409b91e9ba09b592ac0fb658b211483cb61ffb
Former-commit-id: 1a21923482f67f6a77de78e82f05a28c48d6b7e1
Former-commit-id: 4eafcb8a051258295be369b7f571c2100ddf6632
This commit is contained in:
李杨
2018-02-15 17:46:08 +08:00
parent e4b5591e9f
commit 1955670007

View File

@@ -22,10 +22,12 @@
</el-col>
</el-row>
</el-popover>
<el-tag type="info" v-popover:pop>
<i :class="'fa fa-' + icon"></i>
</el-tag>
<span style="font-size: 10px;">{{icon}}</span>
<span v-popover:pop>
<el-tag type="info">
<i :class="'fa fa-' + icon"></i>
</el-tag>
<span style="font-size: 10px;">{{icon}}</span>
</span>
</div>
</template>