Skip to content

Commit bcc4c66

Browse files
committed
變更自我反思問答題編輯按鈕文字
1 parent 4fa46e1 commit bcc4c66

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

Views/Student/StudentReflectionResult.cshtml

+3-3
Original file line numberDiff line numberDiff line change
@@ -68,12 +68,12 @@
6868
<div class="col-7">
6969
@qo.Answer
7070
</div>
71-
<div class="col-2">
72-
<button type="button" class="btn btn-link" style="padding: 5px 5px 5px 5px" onclick=" location.href='@Url.Action("StudentReflectionEdit","Student", new { cid = Model.CID,mid = Model.MID})'">
71+
<div class="col-5">
72+
<button type="button" class="btn btn-primary" onclick=" location.href='@Url.Action("StudentReflectionEdit","Student", new { cid = Model.CID,mid = Model.MID})'">
7373
<svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" fill="currentColor" class="bi bi-pencil" viewBox="0 0 16 16">
7474
<path d="M12.146.146a.5.5 0 0 1 .708 0l3 3a.5.5 0 0 1 0 .708l-10 10a.5.5 0 0 1-.168.11l-5 2a.5.5 0 0 1-.65-.65l2-5a.5.5 0 0 1 .11-.168l10-10zM11.207 2.5 13.5 4.793 14.793 3.5 12.5 1.207 11.207 2.5zm1.586 3L10.5 3.207 4 9.707V10h.5a.5.5 0 0 1 .5.5v.5h.5a.5.5 0 0 1 .5.5v.5h.293l6.5-6.5zm-9.761 5.175-.106.106-1.528 3.821 3.821-1.528.106-.106A.5.5 0 0 1 5 12.5V12h-.5a.5.5 0 0 1-.5-.5V11h-.5a.5.5 0 0 1-.468-.325z" />
7575
</svg>
76-
76+
編輯問答題
7777
</button>
7878
</div>
7979
</div>

0 commit comments

Comments
 (0)