perf: 走查优化
This commit is contained in:
@ -336,10 +336,9 @@ export default {
|
|||||||
onInput={onChange}
|
onInput={onChange}
|
||||||
placeholder="请输入作品描述"
|
placeholder="请输入作品描述"
|
||||||
size="large"
|
size="large"
|
||||||
class="h-300px !w-784px"
|
class="textarea-box !w-784px"
|
||||||
show-word-limit
|
show-word-limit
|
||||||
max-length={1000}
|
max-length={1000}
|
||||||
auto-size={{ minRows: 7, maxRows: 12 }}
|
|
||||||
/>
|
/>
|
||||||
</FormItem>
|
</FormItem>
|
||||||
{isVideo.value ? (
|
{isVideo.value ? (
|
||||||
|
|||||||
@ -30,3 +30,9 @@
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
.textarea-box {
|
||||||
|
:deep(.arco-textarea) {
|
||||||
|
height: 140px;
|
||||||
|
max-height: 298px;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user