diff --git a/src/components/Common/CommonTable/index.js b/src/components/Common/CommonTable/index.js index b0b7eaa..daa2ae2 100644 --- a/src/components/Common/CommonTable/index.js +++ b/src/components/Common/CommonTable/index.js @@ -4692,7 +4692,7 @@ class CommonTableRc extends React.Component { // return result; // }, 12); - tableBtnsWidth = props.tableBtnsConfig.length * 90 + 8; + tableBtnsWidth = props.tableBtnsConfig.length * 100 + 8; } if (props.mesCopy) { tableBtnsWidth += 26; @@ -4721,7 +4721,7 @@ class CommonTableRc extends React.Component { tableBtnsWidth += "px"; } if(commonUtils.isNotEmptyObject(btnSendApiConfig)) { - tableBtnsWidth = '280px'; + tableBtnsWidth = '300px'; } const setOperation = commonFunc.showMessage(props.app.commonConst, 'operation') || '操作'; const setCopy = commonFunc.showMessage(props.app.commonConst, 'setCopy') || '复制'; @@ -4782,8 +4782,9 @@ class CommonTableRc extends React.Component { disabled={disabled} size="large" style={{ - width: 90, + width: 100, height: 36, + fontSize:'16px', borderRadius: 5, backgroundColor: disabled ? "#AAA" : btnBgColor, color: "#FFF" @@ -4836,8 +4837,9 @@ class CommonTableRc extends React.Component { disabled={shouldDisableButton(btnSendApiConfig, record)} size="large" style={{ - width: 90, + width: 100, height: 36, + fontSize:'16px', borderRadius: 5, backgroundColor: shouldDisableButton(btnSendApiConfig, record) ? "#AAA" : btnSendApiConfig.btnBgColor || '#1890FF', color: "#FFF"