af-mobile-client-vue3 1.2.36 → 1.2.37
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/package.json
CHANGED
|
@@ -1028,16 +1028,15 @@ defineExpose({
|
|
|
1028
1028
|
&.search-col {
|
|
1029
1029
|
flex: 1;
|
|
1030
1030
|
min-width: 0;
|
|
1031
|
-
|
|
1032
|
-
.title-search {
|
|
1033
|
-
padding: 0 !important;
|
|
1034
|
-
}
|
|
1035
1031
|
}
|
|
1036
1032
|
&.search-icon {
|
|
1037
1033
|
flex-shrink: 0;
|
|
1038
1034
|
padding: 0;
|
|
1039
1035
|
}
|
|
1040
1036
|
}
|
|
1037
|
+
.title-search {
|
|
1038
|
+
padding: 0 !important;
|
|
1039
|
+
}
|
|
1041
1040
|
.filter-icon-box {
|
|
1042
1041
|
display: flex;
|
|
1043
1042
|
align-items: center;
|