Skip to content

Commit

Permalink
fix issue #291
Browse files Browse the repository at this point in the history
  • Loading branch information
eternalsky committed Oct 23, 2018
1 parent b34817f commit 3dcae66
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 2 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
## 4.1.13

* `feat`: `Datetime` `disabledDate` support all column type
* `fix`: `Field` v-label-left should has min-width [#291](https://github.com/salt-ui/saltui/issues/291)

## 4.1.12 / 2018-10-22

Expand Down
4 changes: 2 additions & 2 deletions demo/EmployeeField/EmployeeFieldDemo.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ class EmployeeFieldDemo extends React.Component {
constructor(props) {
super(props);
this.state = {
value: testData,
value: [],
};
}

Expand Down Expand Up @@ -63,7 +63,7 @@ class EmployeeFieldDemo extends React.Component {
label="选择人员"
layout="v"
multiple
placeholder="请选择"
placeholder="请选择请选择请选择请选择请选择请选择请选择"
locale="en-us"
enableNW
value={this.state.value}
Expand Down
1 change: 1 addition & 0 deletions src/Field/Field.styl
Original file line number Diff line number Diff line change
Expand Up @@ -74,6 +74,7 @@ $field-text-color = $dark-alpha-2;

.{$prefix}-field-layout-v-label-left {
flex: 1;
min-width: 118px;
}

+ .{$prefix}-field-content-box {
Expand Down

0 comments on commit 3dcae66

Please sign in to comment.