This commit is contained in:
2022-09-20 17:50:09 +08:00
parent 7412e411a7
commit 8474675b90
3 changed files with 4 additions and 3 deletions
@@ -129,13 +129,13 @@
</f:FormRow>
<f:FormRow>
<Items>
<f:TextArea ID="txtDailySummary" runat="server" Label="今日小结" Readonly="true" LabelWidth="90px" Height="64px">
<f:TextArea ID="txtDailySummary" runat="server" Label="今日小结" Readonly="true" LabelWidth="90px" Height="90px">
</f:TextArea>
</Items>
</f:FormRow>
<f:FormRow>
<Items>
<f:TextArea ID="txtTomorrowPlan" runat="server" Label="明日计划" Readonly="true" LabelWidth="90px" Height="64px">
<f:TextArea ID="txtTomorrowPlan" runat="server" Label="明日计划" Readonly="true" LabelWidth="90px" Height="90px">
</f:TextArea>
</Items>
</f:FormRow>