@lx-frontend/wrap-element-ui 1.0.21-beta.3 → 1.0.21-beta.4

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,6 +1,6 @@
1
1
  {
2
2
  "name": "@lx-frontend/wrap-element-ui",
3
- "version": "1.0.21-beta.3",
3
+ "version": "1.0.21-beta.4",
4
4
  "description": "wrap-element-ui",
5
5
  "author": "",
6
6
  "main": "src/components/index.ts",
@@ -242,7 +242,6 @@ export default {
242
242
  .form-double-inline {
243
243
  display: flex;
244
244
  & .el-input {
245
- width: 100%;
246
245
  &:not(:first-child) {
247
246
  margin-left: 4px;
248
247
  }
@@ -55,6 +55,7 @@ type DoubleInputOption = BaseDoubleOption & {
55
55
  type DoubleDatePickerOptionBase = BaseDoubleOption & {
56
56
  type: 'doubleDatePicker'
57
57
  isEmpty?: boolean
58
+ placeholder?: [string, string]
58
59
  }
59
60
 
60
61
  type DoubleDatePickerOption = DoubleDatePickerOptionBase & {