恢复对项目新建的修改
This commit is contained in:
commit
c11b1fcfbe
|
@ -5,6 +5,7 @@ npm-debug.log*
|
||||||
yarn-debug.log*
|
yarn-debug.log*
|
||||||
yarn-error.log*
|
yarn-error.log*
|
||||||
yarn.lock
|
yarn.lock
|
||||||
|
package-lock.json
|
||||||
|
|
||||||
# Runtime data
|
# Runtime data
|
||||||
pids
|
pids
|
||||||
|
@ -86,3 +87,4 @@ typings/
|
||||||
|
|
||||||
.DS_Store
|
.DS_Store
|
||||||
.idea/*
|
.idea/*
|
||||||
|
|
||||||
|
|
File diff suppressed because it is too large
Load Diff
|
@ -88,7 +88,7 @@ const Glcc = (propsF) => {
|
||||||
// 学生结项考核入口可见时间
|
// 学生结项考核入口可见时间
|
||||||
const checkTime1 = new Date().getTime() > new Date('2022/10/01 8:0').getTime();
|
const checkTime1 = new Date().getTime() > new Date('2022/10/01 8:0').getTime();
|
||||||
// 导师结项考核时间
|
// 导师结项考核时间
|
||||||
const checkTime2 = new Date().getTime() > new Date('2022/10/01 8:0').getTime() && new Date().getTime() < new Date('2022/10/23 24:0').getTime();
|
const checkTime2 = new Date().getTime() > new Date('2022/10/01 8:0').getTime() && new Date().getTime() < new Date('2022/10/24 24:0').getTime();
|
||||||
// 结项考核结果公示
|
// 结项考核结果公示
|
||||||
const checkTime3 = new Date().getTime() > new Date('2022/10/24 10:0').getTime();
|
const checkTime3 = new Date().getTime() > new Date('2022/10/24 10:0').getTime();
|
||||||
|
|
||||||
|
|
Binary file not shown.
Before Width: | Height: | Size: 37 KiB After Width: | Height: | Size: 71 KiB |
Binary file not shown.
Before Width: | Height: | Size: 25 KiB After Width: | Height: | Size: 55 KiB |
Binary file not shown.
Before Width: | Height: | Size: 24 KiB After Width: | Height: | Size: 39 KiB |
|
@ -164,7 +164,7 @@ function SecondEdition({setValue}) {
|
||||||
<div className="highDoContent">
|
<div className="highDoContent">
|
||||||
<div>
|
<div>
|
||||||
<img src={ImgS1} alt="" width="794px"/>
|
<img src={ImgS1} alt="" width="794px"/>
|
||||||
<div style={{marginBottom:'74px',marginTop:"25px",position:"relative"}}>
|
<div style={{marginBottom:'100px',marginTop:"25px",position:"relative"}}>
|
||||||
<img src={ImgS2} alt="" width="520px"/>
|
<img src={ImgS2} alt="" width="520px"/>
|
||||||
{/* <div className="highCodes">
|
{/* <div className="highCodes">
|
||||||
{
|
{
|
||||||
|
|
Loading…
Reference in New Issue