This commit is contained in:
wanglei
2022-02-10 14:53:13 +08:00
parent d15b813605
commit 5995aad146

View File

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