Commit 5eec17ef by zhaochengxiang

bug fix

parent 77d130eb
......@@ -1004,7 +1004,7 @@ const AssetAction = (props) => {
spinning={loading}
>
<Form form={form} onValuesChange={onValuesChange}>
<Radio.Group className='mb-3' value={currentAttribute} onChange={(e) => {
<Radio.Group buttonStyle='solid' className='mb-3' value={currentAttribute} onChange={(e) => {
setCurrentAttribute(e.target.value)
}}>
{
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment