This commit is contained in:
haoouba 2021-02-03 19:50:10 +08:00
parent 2e9d42b9c5
commit 8a33d32dad
4 changed files with 15 additions and 16 deletions

File diff suppressed because one or more lines are too long

View File

@ -1 +1 @@
table.typecho-list-table textarea[name='fields[thumb]'],table.typecho-list-table textarea[name='fields[abstract]']{width:100%;height:80px} table.typecho-list-table textarea[name='fields[thumb]'],table.typecho-list-table textarea[name='fields[abstract]']{width:100%;height:80px}.wmd-button-row{height:unset}

View File

@ -0,0 +1,9 @@
$(function () {
$('#wmd-editarea textarea').attr('placeholder', '请输入文章内容...(支持图片粘贴上传)')
$('#wmd-button-bar .wmd-edittab').remove()
$('#wmd-button-row').html(`
<li>
</li>
`)
})

View File

@ -5,3 +5,6 @@ table.typecho-list-table {
height: 80px; height: 80px;
} }
} }
.wmd-button-row {
height: unset;
}