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">
<a :href="url" target="_blank" class="link">
View in Github
<span class="fa fa-github"></span>
<i class="fa fa-github"></i>
</a>
</el-tooltip>
</template>

View File

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