Browse Source

修改标签鼠标状态

tags/v1.22.1.4^2
wangjr 3 years ago
parent
commit
ef05d62aa6
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      templates/org/course_list.tmpl

+ 1
- 1
templates/org/course_list.tmpl View File

@@ -96,7 +96,7 @@
{{if .Topics }}
<div class="omit tags " style="position: relative;">
{{range .Topics}}
{{if ne . "" }}<a style="max-width:100%;margin: 5px 0;display:inline-flex;" ><span class="ui small label topic course_topic" >{{.}}</span></a>{{end}}
{{if ne . "" }}<a style="max-width:100%;margin: 5px 0;display:inline-flex;cursor:default" ><span class="ui small label topic course_topic" >{{.}}</span></a>{{end}}
{{end}}
</div>


Loading…
Cancel
Save