You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
16 lines
594 B
16 lines
594 B
<view class="personalContainer">
|
|
|
|
<view class="textarea-example">
|
|
<t-textarea t-class="external-class" label="结果" placeholder="" disableDefaultPadding="{{true}}" bind:change="promptChangeHandle" value="{{res_value}}" style="{{style}}" disabled />
|
|
</view>
|
|
|
|
<view class="conView">
|
|
<t-button theme="primary" size="large" variant="outline" shape="round" bind:tap="regenerateHandle" >重新生成</t-button>
|
|
<t-button theme="primary" size="large" shape="round" bind:tap="copyHandle">复制结果</t-button>
|
|
|
|
</view>
|
|
|
|
<t-toast id="t-toast" />
|
|
</view>
|
|
|