We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f06b4b6 commit a83e87bCopy full SHA for a83e87b
project.config.json
@@ -1,7 +1,7 @@
1
{
2
"description": "项目配置文件。",
3
"setting": {
4
- "urlCheck": false,
+ "urlCheck": true,
5
"es6": false,
6
"postcss": true,
7
"minified": true,
src/pages/blog/blog.vue
@@ -50,7 +50,7 @@
50
</i>
51
</div>
52
<div class="right">
53
- <a href="javascript:void(0)" @click="goDetail(item.id)" class="readmore">阅读全文 <span>>></span></a>
+ <a href="javascript:void(0)" @click="goDetail(item.id)" class="readmore" style="display:inline;">阅读全文 <span>>></span></a>
54
55
56
0 commit comments