This commit is contained in:
geh
2025-05-07 09:17:16 +08:00
parent 73f0842b7c
commit 85cf9b1dac
3 changed files with 18 additions and 10 deletions
@@ -25,7 +25,9 @@
<f:RadioItem Text="多选题" Value="2" />
<f:RadioItem Text="判断题" Value="3" />
</f:RadioButtonList>
<f:Label runat="server" ID="lbScore" Label="分值"></f:Label>
<%-- <f:Label runat="server" ID="lbScore" Label="分值"></f:Label> --%>
<f:TextBox ID="lbScore" runat="server" Label="分值" MaxLength="10" ShowRedStar="true" Required="true">
</f:TextBox>
</Items>
</f:FormRow>
<f:FormRow>