UI: Fixed mobile app configuration style
This commit is contained in:
		
							parent
							
								
									21016025f9
								
							
						
					
					
						commit
						d18cd5a0da
					
				@ -15,7 +15,7 @@
 | 
				
			|||||||
    limitations under the License.
 | 
					    limitations under the License.
 | 
				
			||||||
 | 
					
 | 
				
			||||||
-->
 | 
					-->
 | 
				
			||||||
<section class="mat-padding flex flex-col" [formGroup]="entityForm">
 | 
					<section class="mat-padding tb-form-panel outlined" [formGroup]="entityForm">
 | 
				
			||||||
  <mat-form-field appearance="outline" subscriptSizing="dynamic">
 | 
					  <mat-form-field appearance="outline" subscriptSizing="dynamic">
 | 
				
			||||||
    <mat-label translate>mobile.mobile-package</mat-label>
 | 
					    <mat-label translate>mobile.mobile-package</mat-label>
 | 
				
			||||||
    <input matInput required formControlName="pkgName">
 | 
					    <input matInput required formControlName="pkgName">
 | 
				
			||||||
 | 
				
			|||||||
@ -14,5 +14,5 @@
 | 
				
			|||||||
 * limitations under the License.
 | 
					 * limitations under the License.
 | 
				
			||||||
 */
 | 
					 */
 | 
				
			||||||
:host {
 | 
					:host {
 | 
				
			||||||
  --mdc-outlined-text-field-outline-color: rgba(0,0,0,0.12);
 | 
					  --mat-form-field-disabled-trailing-icon-color: rgba(0, 0, 0, 0.56);
 | 
				
			||||||
}
 | 
					}
 | 
				
			||||||
 | 
				
			|||||||
@ -39,10 +39,9 @@
 | 
				
			|||||||
          <div class="fixed-title-width-230">{{ 'mobile.bundle' | translate }}</div>
 | 
					          <div class="fixed-title-width-230">{{ 'mobile.bundle' | translate }}</div>
 | 
				
			||||||
          <tb-entity-autocomplete
 | 
					          <tb-entity-autocomplete
 | 
				
			||||||
            class="flex-1"
 | 
					            class="flex-1"
 | 
				
			||||||
 | 
					            inlineField
 | 
				
			||||||
            useFullEntityId
 | 
					            useFullEntityId
 | 
				
			||||||
            appearance="outline"
 | 
					            placeholder="{{ 'mobile.bundle' | translate }}"
 | 
				
			||||||
            subscriptSizing="dynamic"
 | 
					 | 
				
			||||||
            [additionalClasses]="['flex']"
 | 
					 | 
				
			||||||
            [entityType]="entityType.MOBILE_APP_BUNDLE"
 | 
					            [entityType]="entityType.MOBILE_APP_BUNDLE"
 | 
				
			||||||
            formControlName="mobileAppBundleId">
 | 
					            formControlName="mobileAppBundleId">
 | 
				
			||||||
          </tb-entity-autocomplete>
 | 
					          </tb-entity-autocomplete>
 | 
				
			||||||
 | 
				
			|||||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user