|
|
@@ -54,10 +54,6 @@
|
|
|
<h3 th:text="${achievement.name}"
|
|
|
style="font-size: 22px; color: #58a3ff;"></h3>
|
|
|
<div class="form-group">
|
|
|
- <label class="col-sm-2 control-label">所有人:</label>
|
|
|
- <div class="col-sm-7" th:text="${achievement.ownerName}"></div>
|
|
|
- </div>
|
|
|
- <div class="form-group">
|
|
|
<label class="col-sm-2 control-label">标 签:</label>
|
|
|
<div class="col-sm-7" th:text="${achievement.keyword}"></div>
|
|
|
</div>
|