Update text_modal.html

This commit is contained in:
Tara Rostami 2024-02-22 21:50:02 +03:30 committed by GitHub
parent 0fc0ed72f2
commit c65a9cbc6c
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -9,7 +9,7 @@
</a-button>
<a-button type="primary" id="copy-btn">{{ i18n "copy" }}</a-button>
</template>
<a-input type="textarea" v-model="txtModal.content"
<a-input style="overflow-y: auto;" type="textarea" v-model="txtModal.content"
:autosize="{ minRows: 10, maxRows: 20}"></a-input>
</a-modal>
@ -53,4 +53,4 @@
});
</script>
{{end}}
{{end}}