custom-银盛科技服务集团有限公司

This commit is contained in:
lys 2025-01-07 15:42:30 +08:00
parent 21a2e21c3f
commit 890eeb414f
3 changed files with 2 additions and 40 deletions

View File

@ -22,9 +22,7 @@ export const calculateConditions = [
lanId: 519146,
labelcol: 6,
options: [],
otherParams: {
showSearch: true, optionFilterProp: "children"
},
multiple: true,
rules: "required|string",
viewAttr: 3
},

View File

@ -83,7 +83,7 @@ class Index extends Component {
<Button type="primary" onClick={this.save} loading={loading}>{getLabel(543233, "保存并进入核算")}</Button>
]}
>
<div className="calculate-dialog-layout">{getSearchs(calculateForm, conditions, 1, false)}</div>
<div className="form-dialog-layout">{getSearchs(calculateForm, conditions, 1, false)}</div>
</WeaDialog>
);
}

View File

@ -101,39 +101,3 @@
}
}
.calculate-dialog-layout {
background: #f6f6f6;
.wea-search-group {
padding: 16px;
}
.wea-select, .ant-select-selection, .ant-select {
width: 100%;
}
.wea-select {
display: inline-block;
position: relative;
}
.ant-select-selection {
height: 30px;
border-radius: 0;
}
.wea-content {
padding: 0;
.wea-form-cell-wrapper {
background: #FFF;
border: 1px solid #e5e5e5;
border-bottom: none;
.wea-form-cell {
border-bottom: 1px solid #e5e5e5;
}
}
}
}