feat:合并

This commit is contained in:
lixg
2022-11-30 21:50:07 +08:00
2 changed files with 174 additions and 249 deletions

View File

@@ -33,7 +33,7 @@
<a-input
v-model:value="inputV1"
style="width: 400px; height: 32px"
placeholder="请输入直播名称"
placeholder="请输入考试名称"
maxlength="20"
/>
</div>
@@ -45,7 +45,7 @@
<div class="textarea">
<a-textarea
v-model:value="textV1"
placeholder="请输入直播说明"
placeholder="请输入考试说明"
allow-clear
maxlength="364px"
/>