升级 vue 3.2.26

This commit is contained in:
就眠儀式
2021-12-16 21:54:30 +08:00
parent 86350f0ec4
commit 77e6098de8
7 changed files with 14 additions and 16 deletions

View File

@@ -15,7 +15,6 @@ export default {
utterances.crossorigin = 'anonymous';
utterances.src = 'https://utteranc.es/client.js';
window.document.getElementById('comment').appendChild(utterances);
}
},
mounted: function(){

View File

@@ -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;
}