高章伟
2022-02-24 2aa8da8af66aa8ae00f25831aed6bb0364176e7b
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>