mirror of
https://codeup.aliyun.com/67762337eccfc218f6110e0e/vue/fe-manage.git
synced 2025-12-14 05:16:45 +08:00
+按钮
This commit is contained in:
@@ -357,12 +357,22 @@
|
|||||||
<span style="margin-right: 14px">内容标签</span>
|
<span style="margin-right: 14px">内容标签</span>
|
||||||
</div>
|
</div>
|
||||||
<div class="item_inp">
|
<div class="item_inp">
|
||||||
|
|
||||||
|
<div
|
||||||
|
style="cursor: pointer"
|
||||||
|
@click="handleTagChange"
|
||||||
|
>
|
||||||
<a-input
|
<a-input
|
||||||
v-model:value="tags_val_single"
|
v-model:value="tags_val_single"
|
||||||
style="width: 440px; height: 40px; border-radius: 8px"
|
style="width: 440px; height: 40px; border-radius: 8px"
|
||||||
placeholder="请输入内容标签按回车键添加内容标签,可添加多个内容标签。"
|
placeholder="请输入内容标签按回车键添加内容标签,可添加多个内容标签。"
|
||||||
@pressEnter="handleTagChange"
|
@pressEnter="handleTagChange"
|
||||||
/>
|
/>
|
||||||
|
<img
|
||||||
|
style="width: 20px; height: 20px;margin-left: 20px; "
|
||||||
|
src="../../assets/images/courseManage/add1.png"
|
||||||
|
/>
|
||||||
|
</div>
|
||||||
<div class="tag-content">
|
<div class="tag-content">
|
||||||
<a-tag
|
<a-tag
|
||||||
v-for="(item, index) in tags_val"
|
v-for="(item, index) in tags_val"
|
||||||
|
|||||||
Reference in New Issue
Block a user