af-mobile-client-vue3 1.2.36 → 1.2.38

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
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "af-mobile-client-vue3",
3
3
  "type": "module",
4
- "version": "1.2.36",
4
+ "version": "1.2.38",
5
5
  "packageManager": "pnpm@10.12.3",
6
6
  "description": "Vue + Vite component lib",
7
7
  "engines": {
@@ -964,6 +964,10 @@ defineExpose({
964
964
  }
965
965
  }
966
966
 
967
+ .title-search {
968
+ padding: 0 !important;
969
+ }
970
+
967
971
  .filter-condition {
968
972
  display: flex;
969
973
  align-items: center;
@@ -1028,10 +1032,6 @@ defineExpose({
1028
1032
  &.search-col {
1029
1033
  flex: 1;
1030
1034
  min-width: 0;
1031
-
1032
- .title-search {
1033
- padding: 0 !important;
1034
- }
1035
1035
  }
1036
1036
  &.search-icon {
1037
1037
  flex-shrink: 0;