3h1-ui 3.0.0-next.30 → 3.0.0-next.31

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/es/index.js CHANGED
@@ -33075,6 +33075,9 @@ const ShyForm = /* @__PURE__ */ defineComponent({
33075
33075
  "formModel": formModel,
33076
33076
  "setFormModel": setFormModel,
33077
33077
  "onClearCurrValidate": clearCurrValidate,
33078
+ "class": {
33079
+ [`${prefixCls2}-table-form-item`]: isTableForm.value
33080
+ },
33078
33081
  "style": {
33079
33082
  [`--col-span`]: `${((_a2 = schema.colProps) == null ? void 0 : _a2.span) / (ROW_SLICE + ACTION_COL) * 100}%`
33080
33083
  }
package/es/style.css CHANGED
@@ -8235,6 +8235,7 @@ html[data-theme='dark'] .full-loading[data-v-33b23b82]:not(.light) {
8235
8235
  }.shy-ant-form {
8236
8236
  display: flex;
8237
8237
  justify-content: space-between;
8238
+ padding-top: 1px;
8238
8239
  }
8239
8240
  .shy-ant-form :is(.ant-input-number) {
8240
8241
  width: 100%;
@@ -8272,8 +8273,19 @@ html[data-theme='dark'] .full-loading[data-v-33b23b82]:not(.light) {
8272
8273
  }
8273
8274
  .shy-ant-form-content-col > .ant-row > .ant-col {
8274
8275
  flex: var(--col-span);
8276
+ width: var(--col-span);
8275
8277
  max-width: var(--col-span);
8276
8278
  }
8279
+ @media (width > 1920px) {
8280
+ .shy-ant-form-content-col > .ant-row > .shy-ant-form-table-form-item:has(.ant-picker) {
8281
+ flex: var(--col-span);
8282
+ max-width: 410px;
8283
+ }
8284
+ .shy-ant-form-content-col > .ant-row > .shy-ant-form-table-form-item:not(:has(.ant-picker)) {
8285
+ flex: var(--col-span);
8286
+ max-width: 273px;
8287
+ }
8288
+ }
8277
8289
  .shy-ant-form-action {
8278
8290
  width: 100%;
8279
8291
  display: flex;
package/lib/index.js CHANGED
@@ -33099,6 +33099,9 @@ const ShyForm = /* @__PURE__ */ vue.defineComponent({
33099
33099
  "formModel": formModel,
33100
33100
  "setFormModel": setFormModel,
33101
33101
  "onClearCurrValidate": clearCurrValidate,
33102
+ "class": {
33103
+ [`${prefixCls2}-table-form-item`]: isTableForm.value
33104
+ },
33102
33105
  "style": {
33103
33106
  [`--col-span`]: `${((_a2 = schema.colProps) == null ? void 0 : _a2.span) / (ROW_SLICE + ACTION_COL) * 100}%`
33104
33107
  }
package/lib/style.css CHANGED
@@ -8235,6 +8235,7 @@ html[data-theme='dark'] .full-loading[data-v-33b23b82]:not(.light) {
8235
8235
  }.shy-ant-form {
8236
8236
  display: flex;
8237
8237
  justify-content: space-between;
8238
+ padding-top: 1px;
8238
8239
  }
8239
8240
  .shy-ant-form :is(.ant-input-number) {
8240
8241
  width: 100%;
@@ -8272,8 +8273,19 @@ html[data-theme='dark'] .full-loading[data-v-33b23b82]:not(.light) {
8272
8273
  }
8273
8274
  .shy-ant-form-content-col > .ant-row > .ant-col {
8274
8275
  flex: var(--col-span);
8276
+ width: var(--col-span);
8275
8277
  max-width: var(--col-span);
8276
8278
  }
8279
+ @media (width > 1920px) {
8280
+ .shy-ant-form-content-col > .ant-row > .shy-ant-form-table-form-item:has(.ant-picker) {
8281
+ flex: var(--col-span);
8282
+ max-width: 410px;
8283
+ }
8284
+ .shy-ant-form-content-col > .ant-row > .shy-ant-form-table-form-item:not(:has(.ant-picker)) {
8285
+ flex: var(--col-span);
8286
+ max-width: 273px;
8287
+ }
8288
+ }
8277
8289
  .shy-ant-form-action {
8278
8290
  width: 100%;
8279
8291
  display: flex;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "3h1-ui",
3
- "version": "3.0.0-next.30",
3
+ "version": "3.0.0-next.31",
4
4
  "description": "",
5
5
  "main": "lib/index.js",
6
6
  "module": "es/index.js",
@@ -30,8 +30,8 @@
30
30
  "vxe-table": "^4.3.6",
31
31
  "xe-utils": "^3.5.7",
32
32
  "@shy-plugins/tinymce": "^1.0.6",
33
- "@shy-plugins/use": "1.0.0-next.1",
34
- "@shy-plugins/utils": "1.0.0-next.1"
33
+ "@shy-plugins/utils": "1.0.0-next.1",
34
+ "@shy-plugins/use": "1.0.0-next.1"
35
35
  },
36
36
  "types": "es/ui/index.d.ts",
37
37
  "devDependencies": {