diff --git a/src/UI/Components/Board/BoardFindCommon.tsx b/src/UI/Components/Board/BoardFindCommon.tsx index 9897713ec..6b40dbf26 100644 --- a/src/UI/Components/Board/BoardFindCommon.tsx +++ b/src/UI/Components/Board/BoardFindCommon.tsx @@ -60,14 +60,18 @@ export class BoardFindItem extends React.Component { option.compareType[k] = e.target.value; }} /> - option[k] = e.target.value} - /> + + option[k] = e.target.value} + /> + { hasTolerance && }} /> } - option[EBoardKeyList.BrMat] = e.target.value} /> +
+ + option[EBoardKeyList.BrMat] = e.target.value} /> + +
}} /> } - option[EBoardKeyList.Mat] = e.target.value} /> +
+ + option[EBoardKeyList.Mat] = e.target.value} /> + +
颜色 @@ -221,11 +245,21 @@ export class MatColorCom extends React.Component }} /> } - option[EBoardKeyList.Color] = e.target.value} /> +
+ + option[EBoardKeyList.Color] = e.target.value} /> + +
diff --git a/src/UI/Components/Board/BoardFindModify.tsx b/src/UI/Components/Board/BoardFindModify.tsx index 19bdc5ba1..b647068bf 100644 --- a/src/UI/Components/Board/BoardFindModify.tsx +++ b/src/UI/Components/Board/BoardFindModify.tsx @@ -434,16 +434,24 @@ export default class BoardFindModifyModal extends React.Component<{ store?: Boar option.compareType.brName = e.target.value as ECompareType; }} /> - - { - option.brName = e.target.value; - this.setState({ userInputName: e.target.value }); - }} - /> + + + { + option.brName = e.target.value; + this.setState({ userInputName: e.target.value }); + }} + /> +