fix reverse edit/delete

Co-Authored-By: Alireza Ahmadi <alireza7@gmail.com>
This commit is contained in:
MHSanaei
2023-12-19 13:51:44 +03:30
parent 1e1f947060
commit d08aaa0068
2 changed files with 26 additions and 9 deletions

View File

@@ -163,7 +163,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>