升级 vue 3.2.26
This commit is contained in:
@@ -15,7 +15,6 @@ export default {
|
||||
utterances.crossorigin = 'anonymous';
|
||||
utterances.src = 'https://utteranc.es/client.js';
|
||||
window.document.getElementById('comment').appendChild(utterances);
|
||||
|
||||
}
|
||||
},
|
||||
mounted: function(){
|
||||
|
||||
@@ -12,11 +12,9 @@
|
||||
border-left: 1px solid whitesmoke;
|
||||
border-radius: 4px;
|
||||
}
|
||||
|
||||
.lay-table-box table tbody {
|
||||
border-bottom: 1px solid whitesmoke;
|
||||
}
|
||||
|
||||
.lay-table-box table th,
|
||||
.lay-table-box table td {
|
||||
font-size: 14px;
|
||||
@@ -27,14 +25,12 @@
|
||||
padding: 0 10px; /*内边距*/
|
||||
padding-left: 28px;
|
||||
}
|
||||
|
||||
.lay-table-box table th {
|
||||
color: #666;
|
||||
font-weight: 500;
|
||||
white-space: nowrap; /*表头内容强制在一行显示*/
|
||||
background-color: #fafafa;
|
||||
}
|
||||
|
||||
.lay-table-box table td {
|
||||
white-space: nowrap;
|
||||
}
|
||||
|
||||
@@ -49,8 +49,8 @@ const zhCN = [
|
||||
meta: { title: '问题' },
|
||||
},
|
||||
{
|
||||
path: '/zh-CN/guide/team',
|
||||
component: () => import('../../docs/zh-CN/guide/contribution.md'),
|
||||
path: '/zh-CN/guide/member',
|
||||
component: () => import('../../docs/zh-CN/guide/member.md'),
|
||||
meta: { title: '团队' },
|
||||
},
|
||||
{
|
||||
|
||||
@@ -101,8 +101,8 @@ export default {
|
||||
{
|
||||
id: 6,
|
||||
title: '团队',
|
||||
subTitle: 'team',
|
||||
path: '/zh-CN/guide/team',
|
||||
subTitle: 'member',
|
||||
path: '/zh-CN/guide/member',
|
||||
}
|
||||
],
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user