@fox-js/foxui-pc 4.1.1-34 → 4.1.1-35

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/dist/style.css CHANGED
@@ -810,9 +810,10 @@
810
810
  .fox-row-item {
811
811
  padding: var(--fox-input-item-padding, 0);
812
812
  margin: var(--fox-input-item-margin);
813
+ align-items: center;
814
+ gap: var(--fox-row-item-gap, 12px);
813
815
  border: none;
814
816
  flex-flow: row;
815
- align-items: center;
816
817
  display: flex;
817
818
  }
818
819
 
package/dist/style.js CHANGED
@@ -1,3 +1,3 @@
1
1
  /*!
2
- * @fox-js/foxui-desktop v4.0.0 2026-06-02T03:36:33.713Z
2
+ * @fox-js/foxui-desktop v4.0.0 2026-06-08T01:43:37.815Z
3
3
  */
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@fox-js/foxui-pc",
3
3
  "type": "module",
4
- "version": "4.1.1-34",
4
+ "version": "4.1.1-35",
5
5
  "description": "FoxUI PC端组件库",
6
6
  "author": "jiangcheng",
7
7
  "main": "./dist/index.umd.js",