1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
| <aura:application access="public" extends="ltng:outApp">
| <aura:html tag="style">
| .slds-template_default{
| padding:0rem;
| }
| .slds-pill{
| width:100%;
| height:32px;
| mix-width:520px;
| }
| .slds-pill__label {
| max-width:520px;
| }
| .slds-page-header{
| display:none;
| }
| </aura:html>
| <aura:dependency resource="c:lexOPDPlanProd"/>
| </aura:application>
|
|