涂煌豪
2022-03-24 7a6bde159e19c304b3a512ed21171b7ce09055d9
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
<apex:page >
    <apex:form id="allForm">
        <apex:pageBlock id="allBlock" >
            <apex:outputPanel id="message">
                <apex:pageMessages />
            </apex:outputPanel>
            <apex:pageBlock title="测试" id="EditPage">
                <apex:pageBlockSection columns="2" id="LostReport" >
                    <apex:pageBlockSectionItem id="lstReport" labelStyle="text-align:left;">
                        <apex:pageBlockSectionItem labelStyle="text-align:left;">
                            <apex:outputLabel value="失单类型: "><span style="color:red;font-size: 18px;">* </span></apex:outputLabel>
                        </apex:pageBlockSectionItem>
                    </apex:pageBlockSectionItem>
                </apex:pageBlockSection>
                
            </apex:pageBlock>
        </apex:pageBlock>
    </apex:form>
</apex:page>