彭锟
2022-03-22 2ecb63062fe10bbfb6853e37a38a74dcc10291db
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>