bug
This commit is contained in:
@@ -14,6 +14,7 @@
|
||||
|
||||
<u-form-item :label="status == 2 ? '办结意见':'办理意见'" prop="content" required :border-bottom="false" label-position="top" class="contents">
|
||||
<u-input v-model="forms.content" :placeholder="status == 2 ? '请写下你的办结意见…' : '请写下你的办理意见...'" type="textarea" auto-height height="100" maxlength="500" />
|
||||
<span class="limit">{{ form.content.length/200 }}</span>
|
||||
</u-form-item>
|
||||
|
||||
<div class="line"></div>
|
||||
@@ -204,6 +205,11 @@ export default {
|
||||
}
|
||||
}
|
||||
|
||||
.limit {
|
||||
position: fixed;
|
||||
right: 0;
|
||||
}
|
||||
|
||||
.btn {
|
||||
position: fixed;
|
||||
bottom: 0;
|
||||
|
||||
Reference in New Issue
Block a user