mirror of
https://github.com/MHSanaei/3x-ui.git
synced 2025-09-09 11:46:18 +00:00
Update text_modal.html
This commit is contained in:
parent
0fc0ed72f2
commit
c65a9cbc6c
1 changed files with 2 additions and 2 deletions
|
@ -9,7 +9,7 @@
|
||||||
</a-button>
|
</a-button>
|
||||||
<a-button type="primary" id="copy-btn">{{ i18n "copy" }}</a-button>
|
<a-button type="primary" id="copy-btn">{{ i18n "copy" }}</a-button>
|
||||||
</template>
|
</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>
|
:autosize="{ minRows: 10, maxRows: 20}"></a-input>
|
||||||
</a-modal>
|
</a-modal>
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue