!2798 优化:bbs批量查看(板件属性)加工组字段列宽要求能调整

pull/2816/MERGE
钱若寒 4 months ago committed by ChenX
parent 55870c662e
commit cb82189af5

@ -634,7 +634,8 @@ export class BBSProcessGroupItem extends React.Component<IBBSProcessGroupItemPro
const { HandleOnClick } = this.props;
return (
<div className="bbs-list-td bbs-td">
<div className={`bbs-list-td bbs-td ${EBoardKeyList.ProcessGroup}`}
style={{ width: userConfig.titleWidthMap.get(EBoardKeyList.ProcessGroup) }}>
<input
className="bp3-input"//加工 数据关联待完善
onClick={() => { HandleOnClick(); }}

@ -26,7 +26,7 @@ export class BBSEditorStore implements IConfigStore
private readonly _version = 3;
@observable configName = "默认";
@observable configsNames = [];
noResize = [6, 7, 8, 19, 20, 22, 23, 24, 25, 26, 27, 28, 29]; //用于字段列宽度调整,但是有一些特殊框就不做调整了
noResize = [6, 8, 19, 20, 22, 23, 24, 25, 26, 27, 28, 29]; //用于字段列宽度调整,但是有一些特殊框就不做调整了
@observable tabbarIndexs = [0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 19, 20, 29];
@observable IsBbsCountChaidan = true; //是否统计非拆单板

Loading…
Cancel
Save