This commit is contained in:
lyp 2025-06-05 15:51:55 +08:00
parent 654f56af6a
commit 6f2b8515ac
6 changed files with 6 additions and 6 deletions

View File

@ -1,4 +1,4 @@
import React from 'react'
// import React from 'react'
import nothingImg from '../../static/appimgs/nothing.png'
export default function TrademarkMall() {
const height = window.innerHeight - 180;

View File

@ -1,4 +1,4 @@
import React from 'react'
// import React from 'react'
import { Button } from 'antd'
export default function editFive(props: any) {
const height = window.innerHeight - 350;

View File

@ -1,4 +1,4 @@
import React from 'react'
// import React from 'react'
import { Button } from 'antd'
export default function editFour(props: any) {
const height = window.innerHeight - 350;

View File

@ -1,4 +1,4 @@
import React from 'react'
// import React from 'react'
import { Button } from 'antd'
export default function editSix(props: any) {
const height = window.innerHeight - 350;

View File

@ -1,4 +1,4 @@
import React from 'react'
// import React from 'react'
import { Button } from 'antd'
export default function editThree(props: any) {
const height = window.innerHeight - 350;

View File

@ -1,4 +1,4 @@
import React from 'react'
// import React from 'react'
import { Button } from 'antd'
export default function editTwo(props: any) {
const height = window.innerHeight - 350;