UI: Fixed mobile app configuration style

This commit is contained in:
Vladyslav_Prykhodko 2025-07-16 18:10:19 +03:00
parent 21016025f9
commit d18cd5a0da
3 changed files with 4 additions and 5 deletions

View File

@ -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">

View File

@ -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);
} }

View File

@ -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>