Commit a122ab77 authored by XieZhiXiong's avatar XieZhiXiong

chore: 修改样式

parent 192cab28
...@@ -2,7 +2,7 @@ ...@@ -2,7 +2,7 @@
* @Author: XieZhiXiong * @Author: XieZhiXiong
* @Date: 2020-11-05 15:18:15 * @Date: 2020-11-05 15:18:15
* @LastEditors: XieZhiXiong * @LastEditors: XieZhiXiong
* @LastEditTime: 2021-05-13 16:46:19 * @LastEditTime: 2021-06-09 18:09:01
* @Description: 换货收货统计、换货发货明细 * @Description: 换货收货统计、换货发货明细
*/ */
import React, { useState } from 'react'; import React, { useState } from 'react';
...@@ -299,7 +299,7 @@ const ExchangeReceivedInfo: React.FC<ExchangeReceivedInfoProps> = ({ ...@@ -299,7 +299,7 @@ const ExchangeReceivedInfo: React.FC<ExchangeReceivedInfoProps> = ({
/> />
)} )}
bodyStyle={{ bodyStyle={{
paddingTop: 0, paddingTop: radioValue === '1' ? 16 : 0,
}} }}
{...rest} {...rest}
> >
......
...@@ -299,7 +299,7 @@ const ReturnInfo: React.FC<ReturnInfoProps> = ({ ...@@ -299,7 +299,7 @@ const ReturnInfo: React.FC<ReturnInfoProps> = ({
/> />
)} )}
bodyStyle={{ bodyStyle={{
paddingTop: 0, paddingTop: radioValue === '1' ? 16 : 0,
}} }}
{...rest} {...rest}
> >
......
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