This commit is contained in:
wanggeng 2024-11-30 22:22:39 +08:00
parent 26d884921e
commit 28024505f0
2 changed files with 1 additions and 2 deletions

View File

@ -1,4 +1,3 @@
import React from 'react'
import './ContractText.css'
export default function ContractText(props: any) {
const height = window.innerHeight - 200;

View File

@ -1,4 +1,4 @@
import React, { useEffect, useState } from 'react'
import { useEffect, useState } from 'react'
import { // Table,
Pagination,
Table,