[Optimize]Connect样式优化

This commit is contained in:
erge
2023-11-26 16:31:06 +08:00
parent 58a421c4b9
commit e8e05812d0
5 changed files with 7 additions and 5 deletions

View File

@@ -4,7 +4,7 @@ import { useParams } from 'react-router-dom';
import EditTable from '../TestingProduce/component/EditTable';
import Api from '@src/api/index';
import moment from 'moment';
import PubSub from 'pubsub-js'
import PubSub from 'pubsub-js';
const CustomSelectResetTime = (props: { value?: string; onChange?: (val: Number | String) => void }) => {
const { value, onChange } = props;