更新
This commit is contained in:
parent
2e9d42b9c5
commit
8a33d32dad
File diff suppressed because one or more lines are too long
@ -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}
|
||||
|
@ -0,0 +1,9 @@
|
||||
$(function () {
|
||||
$('#wmd-editarea textarea').attr('placeholder', '请输入文章内容...(支持图片粘贴上传)')
|
||||
$('#wmd-button-bar .wmd-edittab').remove()
|
||||
$('#wmd-button-row').html(`
|
||||
<li>
|
||||
|
||||
</li>
|
||||
`)
|
||||
})
|
@ -5,3 +5,6 @@ table.typecho-list-table {
|
||||
height: 80px;
|
||||
}
|
||||
}
|
||||
.wmd-button-row {
|
||||
height: unset;
|
||||
}
|
Loading…
Reference in New Issue
Block a user