Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
J
jinfa-platform
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
linweijiong
jinfa-platform
Commits
74f76cf5
Commit
74f76cf5
authored
Jul 08, 2020
by
前端-钟卫鹏
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fix:处理样式冲突
parent
6438cc55
Show whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
0 additions
and
3 deletions
+0
-3
index.tsx
src/components/CustomTabs/index.tsx
+0
-2
index.tsx
src/components/ImageCrop/index.tsx
+0
-1
addProducts.tsx
src/pages/commodity/products/addProducts.tsx
+0
-0
No files found.
src/components/CustomTabs/index.tsx
View file @
74f76cf5
import
React
,
{
useState
,
useRef
,
useEffect
,
ReactNode
}
from
"react"
;
import
{
Button
,
Form
,
Input
,
Row
,
Col
,
Modal
,
Alert
}
from
"antd"
;
import
"antd/dist/antd.css"
;
import
{
PlusOutlined
,
DeleteOutlined
,
FormOutlined
}
from
"@ant-design/icons"
;
// import { ColProps } from "antd/lib/grid/col";
import
styles
from
"./index.less"
;
export
interface
ItemPane
{
...
...
src/components/ImageCrop/index.tsx
View file @
74f76cf5
import
React
,
{
useState
,
useCallback
,
useRef
,
useEffect
,
ReactNode
}
from
"react"
;
import
"antd/dist/antd.css"
;
import
{
Modal
}
from
"antd"
;
import
ReactCrop
from
"react-image-crop"
;
import
"react-image-crop/dist/ReactCrop.css"
;
...
...
src/pages/commodity/products/addProducts.tsx
View file @
74f76cf5
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment