mirror of
https://codeup.aliyun.com/67762337eccfc218f6110e0e/vue/learning-system-portal.git
synced 2025-12-16 06:16:44 +08:00
Merge branch 'master-20251023-tag' into test1024
This commit is contained in:
@@ -606,6 +606,8 @@ export default {
|
|||||||
console.log("父组件:",tags)
|
console.log("父组件:",tags)
|
||||||
// 限制最多5个标签
|
// 限制最多5个标签
|
||||||
if (tags.length > 5) {
|
if (tags.length > 5) {
|
||||||
|
console.log("最多只能选择5个标签 tags : ",this.courseInfo.tags)
|
||||||
|
console.log("最多只能选择5个标签 showTags : ",this.showTags)
|
||||||
this.$message.warning('最多只能选择5个标签')
|
this.$message.warning('最多只能选择5个标签')
|
||||||
return
|
return
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -312,9 +312,9 @@
|
|||||||
</a>
|
</a>
|
||||||
<!-- 修改热点标签区域 -->
|
<!-- 修改热点标签区域 -->
|
||||||
<div style="margin-top:10px;flex: 1;">
|
<div style="margin-top:10px;flex: 1;">
|
||||||
<div class="search-item-type" style="padding-top: 2px; float: left;">
|
<!-- <div class="search-item-type" style="padding-top: 2px; float: left;">
|
||||||
<span class="item-title" style="padding-right: 5px;">热点标签:</span>
|
<span class="item-title" style="padding-right: 5px;">热点标签:</span>
|
||||||
</div>
|
</div>-->
|
||||||
<!-- 修改热点标签容器,支持换行 -->
|
<!-- 修改热点标签容器,支持换行 -->
|
||||||
<div class="hot-tags-wrapper">
|
<div class="hot-tags-wrapper">
|
||||||
<div
|
<div
|
||||||
|
|||||||
Reference in New Issue
Block a user