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

@@ -2,7 +2,7 @@
<el-tooltip :content="url" :placement="tooltipPlacement"> <el-tooltip :content="url" :placement="tooltipPlacement">
<a :href="url" target="_blank" class="link"> <a :href="url" target="_blank" class="link">
View in Github View in Github
<span class="fa fa-github"></span> <i class="fa fa-github"></i>
</a> </a>
</el-tooltip> </el-tooltip>
</template> </template>

View File

@@ -6,7 +6,7 @@
width="160" width="160"
v-model="popover.visible"> v-model="popover.visible">
<p class="dd-mt-0 dd-mb-10"> <p class="dd-mt-0 dd-mb-10">
<span class="fa fa-github"></span> <i class="fa fa-github"></i>
github github
</p> </p>
<p class="dd-mt-0 dd-mb-10" style="font-size: 10px;">{{name}}</p> <p class="dd-mt-0 dd-mb-10" style="font-size: 10px;">{{name}}</p>
@@ -22,7 +22,7 @@
<el-button <el-button
v-popover:pop v-popover:pop
v-bind="$attrs"> v-bind="$attrs">
<span class="fa fa-github"></span> <i class="fa fa-github"></i>
{{name}} {{name}}
</el-button> </el-button>
</div> </div>

View File

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