1000文字まで受け付けるように
This commit is contained in:
parent
ac335cabf0
commit
427dd7af18
3 changed files with 3 additions and 3 deletions
|
|
@ -2,7 +2,7 @@
|
|||
<header>
|
||||
<div>
|
||||
<button class="cancel" onclick={ cancel }><i class="fa fa-times"></i></button>
|
||||
<div><span class="text-count { over: refs.text.value.length > 500 }">{ 500 - refs.text.value.length }</span>
|
||||
<div><span class="text-count { over: refs.text.value.length > 1000 }">{ 1000 - refs.text.value.length }</span>
|
||||
<button class="submit" onclick={ post }>投稿</button>
|
||||
</div>
|
||||
</div>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue