This commit is contained in:
Alireza Ahmadi
2023-12-19 01:06:58 +01:00
parent 63b166ce40
commit c9e4918494
2 changed files with 2 additions and 2 deletions

View File

@@ -1 +1 @@
1.6.3
1.6.4

View File

@@ -166,7 +166,7 @@
</div>
<div :style="isMobile ? '' : 'display: flex; align-items: center; justify-content: flex-start;'">
<a-switch v-model="enableFilter"
:style="(isMobile ? 'margin' : 'margin-right') + ': .5rem;'"
:style="isMobile ? 'margin-bottom: .5rem; display: flex;' : 'margin-right: .5rem;'"
@change="toggleFilter">
<a-icon slot="checkedChildren" type="search"></a-icon>
<a-icon slot="unCheckedChildren" type="filter"></a-icon>