import React from 'react'; import { Button, Alert, Affix, Space, Typography } from 'antd'; import Style from './web.module.less'; import StyleUpsert from '../../style'; export default function Render(props) { const { entity, currentStyle, dirty, name } = props.data; const { resetStyle, updateStyle, setValue, t } = props.methods; return (<> 您正在更新 {entity} 对象 {name} 的样式,请谨慎操作 } type="info" showIcon action={ }/>
{ setValue(s); }}/>
); }