username@email.com
2022-12-28 81ac184ee7fcf0a93eee4d2026edc91f3f3c0070
zhengcaioa/zhengcaioa/Views/DailyManagement/EditMemoBook.cshtml
@@ -118,7 +118,7 @@
            <tr>
                <td class="title"><label id="shixian">提醒事项</label></td>
                <td>
                    <textarea class="data" id="Context" name="Context" style="overflow-y:hidden" cols="60" rows="10">@Model.Context </textarea>
                    <textarea class="data" id="Context" maxlength="500" name="Context" style="overflow-y:hidden" cols="60" rows="10">@Model.Context </textarea>
                </td>
            </tr>