mirror of
https://github.com/SuiteCRM/SuiteCRM-Core.git
synced 2025-09-05 10:18:33 +08:00
Update Filter Styling
This commit is contained in:
parent
bf2188840f
commit
7714faa32f
1 changed files with 2 additions and 2 deletions
|
@ -30,7 +30,7 @@
|
||||||
[close]="store.closeButton"
|
[close]="store.closeButton"
|
||||||
[isCollapsed$]="store.isCollapsed$"
|
[isCollapsed$]="store.isCollapsed$"
|
||||||
[mode]="store.panelMode"
|
[mode]="store.panelMode"
|
||||||
klass="filter-panel {{ (config && config.klass) || ''}}"
|
klass="filter-panel m-0 {{ (config && config.klass) || ''}}"
|
||||||
[titleKey]="'LBL_BASIC_FILTER'"
|
[titleKey]="'LBL_BASIC_FILTER'"
|
||||||
>
|
>
|
||||||
|
|
||||||
|
@ -38,7 +38,7 @@
|
||||||
<scrm-dropdown-button [config]="store.myFilterButton"></scrm-dropdown-button>
|
<scrm-dropdown-button [config]="store.myFilterButton"></scrm-dropdown-button>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div class="p-3 filter-body" panel-body>
|
<div class="p-2 filter-body" panel-body>
|
||||||
|
|
||||||
<scrm-field-grid *ngIf="store.displayFields && store.displayFields.length"
|
<scrm-field-grid *ngIf="store.displayFields && store.displayFields.length"
|
||||||
[actions]="true"
|
[actions]="true"
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue