修改
This commit is contained in:
parent
654f56af6a
commit
6f2b8515ac
@ -1,4 +1,4 @@
|
|||||||
import React from 'react'
|
// import React from 'react'
|
||||||
import nothingImg from '../../static/appimgs/nothing.png'
|
import nothingImg from '../../static/appimgs/nothing.png'
|
||||||
export default function TrademarkMall() {
|
export default function TrademarkMall() {
|
||||||
const height = window.innerHeight - 180;
|
const height = window.innerHeight - 180;
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
import React from 'react'
|
// import React from 'react'
|
||||||
import { Button } from 'antd'
|
import { Button } from 'antd'
|
||||||
export default function editFive(props: any) {
|
export default function editFive(props: any) {
|
||||||
const height = window.innerHeight - 350;
|
const height = window.innerHeight - 350;
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
import React from 'react'
|
// import React from 'react'
|
||||||
import { Button } from 'antd'
|
import { Button } from 'antd'
|
||||||
export default function editFour(props: any) {
|
export default function editFour(props: any) {
|
||||||
const height = window.innerHeight - 350;
|
const height = window.innerHeight - 350;
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
import React from 'react'
|
// import React from 'react'
|
||||||
import { Button } from 'antd'
|
import { Button } from 'antd'
|
||||||
export default function editSix(props: any) {
|
export default function editSix(props: any) {
|
||||||
const height = window.innerHeight - 350;
|
const height = window.innerHeight - 350;
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
import React from 'react'
|
// import React from 'react'
|
||||||
import { Button } from 'antd'
|
import { Button } from 'antd'
|
||||||
export default function editThree(props: any) {
|
export default function editThree(props: any) {
|
||||||
const height = window.innerHeight - 350;
|
const height = window.innerHeight - 350;
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
import React from 'react'
|
// import React from 'react'
|
||||||
import { Button } from 'antd'
|
import { Button } from 'antd'
|
||||||
export default function editTwo(props: any) {
|
export default function editTwo(props: any) {
|
||||||
const height = window.innerHeight - 350;
|
const height = window.innerHeight - 350;
|
||||||
|
Loading…
Reference in New Issue
Block a user