|
|
@@ -72,7 +72,11 @@
|
|
|
<span class="cloud-title">词云搜索</span>
|
|
|
<span class="cloud-hint">点击标签快速筛选专家专长</span>
|
|
|
</div>
|
|
|
- <button type="button" class="cloud-toggle" @click="wordCloudVisible = !wordCloudVisible">
|
|
|
+ <button
|
|
|
+ type="button"
|
|
|
+ class="cloud-toggle"
|
|
|
+ @click="wordCloudVisible = !wordCloudVisible"
|
|
|
+ >
|
|
|
{{ wordCloudVisible ? '隐藏' : '显示' }}
|
|
|
</button>
|
|
|
</div>
|