Skip to content
项目
群组
代码片段
帮助
当前项目
正在载入...
登录 / 注册
切换导航面板
W
web-ci-test
概览
概览
详情
活动
周期分析
版本库
仓库
文件
提交
分支
标签
贡献者
分支图
比较
统计图
问题
0
议题
0
列表
看板
标记
里程碑
合并请求
0
合并请求
0
CI / CD
CI / CD
流水线
作业
日程表
图表
维基
Wiki
代码片段
代码片段
成员
成员
折叠边栏
关闭边栏
活动
图像
聊天
创建新问题
作业
提交
问题看板
Open sidebar
test-ci
web-ci-test
Commits
01b65d02
提交
01b65d02
authored
5月 18, 2023
作者:
翁进城
浏览文件
操作
浏览文件
下载
电子邮件补丁
差异文件
基于打包更改配置
上级
958e3ada
显示空白字符变更
内嵌
并排
正在显示
24 个修改的文件
包含
143 行增加
和
147 行删除
+143
-147
index.tsx
components/filter/index.tsx
+1
-1
index.tsx
components/footer/index.tsx
+2
-1
next.config.js
next.config.js
+2
-1
index.page.tsx
pages/equipmentLeasing/index.page.tsx
+0
-0
styled.tsx
pages/equipmentLeasing/styled.tsx
+2
-0
index.page.tsx
pages/flyingHandService/index.page.tsx
+0
-0
styled.tsx
pages/flyingHandService/styled.tsx
+29
-26
index.tsx
pages/forum/components/publishMessage/index.tsx
+2
-1
index.page.tsx
pages/forum/index.page.tsx
+2
-43
index.page.tsx
pages/home/index.page.tsx
+0
-0
styled.tsx
pages/home/styled.tsx
+5
-0
icon.png
pages/home/waterfallFlowBody/assets/icon.png
+0
-0
编组 26.png
pages/home/waterfallFlowBody/assets/编组 26.png
+0
-0
styled.tsx
pages/home/waterfallFlowBody/components/map/styled.tsx
+17
-12
styled.tsx
...ome/waterfallFlowBody/components/rotationChart/styled.tsx
+15
-12
index.tsx
pages/home/waterfallFlowBody/index.tsx
+9
-7
styled.tsx
pages/home/waterfallFlowBody/styled.tsx
+45
-43
[pid].page.tsx
pages/jobServices/detail/[pid].page.tsx
+0
-0
styled.tsx
pages/jobServices/detail/components/evaluate/styled.tsx
+4
-0
styled.tsx
pages/jobServices/detail/styled.tsx
+4
-0
index.page.tsx
pages/jobServices/index.page.tsx
+0
-0
styled.tsx
pages/jobServices/styled.tsx
+4
-0
index.page.tsx
pages/mall/index.page.tsx
+0
-0
index.page.tsx
pages/projectInfo/index.page.tsx
+0
-0
没有找到文件。
components/filter/index.tsx
浏览文件 @
01b65d02
...
...
@@ -36,7 +36,7 @@ export default function Filter(props: Props) {
useEffect
(()
=>
{
props
.
onChange
(
result
);
},
[
result
]);
},
[
result
,
props
]);
const
onDel
=
(
key
:
string
)
=>
{
//@ts-ignore
delete
result
[
key
];
...
...
components/footer/index.tsx
浏览文件 @
01b65d02
import
styles
from
'./index.module.scss'
;
import
Image
from
'next/image'
;
const
qrcodeList
=
[
{
...
...
@@ -28,7 +29,7 @@ export default function Footer() {
qrcodeList
.
map
((
item
,
i
)
=>
{
return
(
<
div
className=
{
styles
.
qrcodeItem
}
key=
{
i
}
>
<
img
className=
{
styles
.
qrcodeImg
}
src=
{
item
.
img
}
></
img
>
<
Image
alt=
""
className=
{
styles
.
qrcodeImg
}
src=
{
item
.
img
}
></
Image
>
<
div
className=
{
styles
.
qrcodeTitle
}
>
{
item
.
title
}
</
div
>
</
div
>
);
...
...
next.config.js
浏览文件 @
01b65d02
/** @type {import('next').NextConfig} */
const
nextConfig
=
{
reactStrictMode
:
true
,
transpilePackages
:
[
'antd'
],
transpilePackages
:
[
"antd"
],
redirects
()
{
return
[
{
...
...
@@ -11,6 +11,7 @@ const nextConfig = {
},
];
},
pageExtensions
:
[
"page.tsx"
,
"page.ts"
,
"page.jsx"
,
"page.js"
],
};
module
.
exports
=
nextConfig
;
pages/equipmentLeasing/index.tsx
→
pages/equipmentLeasing/index.
page.
tsx
浏览文件 @
01b65d02
File moved
pages/equipmentLeasing/styled.tsx
浏览文件 @
01b65d02
import
styled
from
"styled-components"
export
default
function
Style
(){
return
<></>}
export
const
Box
=
styled
.
div
`
box-sizing: border-box;
padding-top: 15px;
...
...
pages/flyingHandService/index.tsx
→
pages/flyingHandService/index.
page.
tsx
浏览文件 @
01b65d02
File moved
pages/flyingHandService/styled.tsx
浏览文件 @
01b65d02
import
styled
from
"styled-components"
import
styled
from
"styled-components"
;
export
default
function
Style
()
{
return
<></>;
}
export
const
Box
=
styled
.
div
`
box-sizing: border-box;
width: 1200px;
.flyingTop
{
.flyingTop
{
display: flex;
justify-content: space-between;
align-items: center;
padding: 15px 0;
width: 925px;
&-left
{
.selectItem
{
&-left
{
.selectItem
{
width: 120px;
background-color: #fff;
border-radius: 5px;
...
...
@@ -31,40 +35,40 @@ export const Box = styled.div`
}
}
}
.item
{
.item
{
width: 220px;
height: 320px;
cursor: pointer;
transition: all
.5s;
transition: all 0
.5s;
background-color: #fff;
border-radius: 6px;
&-top
{
&-top
{
width: 220px;
height: 160px;
background-color: #E6E6E
6;
background-color: #e6e6e
6;
border-radius: 6px 6px 0px 0px;
}
&-bottom
{
&-bottom
{
height: 160px;
padding: 9px 12px 20px;
border-radius: 0px 0px 6px 6px;
background-color: #fff;
.bottom-title
{
.bottom-title
{
width: 196px;
height: 44px;
font-size: 15px;
font-family: MicrosoftYaHeiUI-Bold, MicrosoftYaHeiUI;
font-weight: bold;
color: #34383F
;
color: #34383f
;
line-height: 22px;
-webkit-background-clip: text;
}
.bottom-details
{
.bottom-details
{
width: 192px;
height: 44px;
font-size: 12px;
font-family: MicrosoftYaHei;
color: #828A
92;
color: #828a
92;
line-height: 22px;
//超出两行隐藏
overflow: hidden;
...
...
@@ -73,30 +77,30 @@ export const Box = styled.div`
-webkit-line-clamp: 2;
-webkit-box-orient: vertical;
}
.bottom-price
{
.bottom-price
{
display: flex;
justify-content: space-between;
align-items: center;
margin-top: 14px;
&-left
{
&-left
{
width: 100px;
height: 26px;
line-height: 26px;
background: #E7EEFF
;
background: #e7eeff
;
border-radius: 12px;
text-align: center;
font-size: 14px;
font-family: MicrosoftYaHei;
color: #4280F
9;
color: #4280f
9;
}
&-right
{
&-right
{
.price-right-label {
width: 36px;
height: 22px;
font-size: 18px;
font-family: MicrosoftYaHeiUI-Bold, MicrosoftYaHeiUI;
font-weight: bold;
color: #FF552D
;
color: #ff552d
;
line-height: 22px;
}
.price-right-money {
...
...
@@ -105,21 +109,21 @@ export const Box = styled.div`
height: 16px;
font-size: 12px;
font-family: MicrosoftYaHei;
color: #8790A
2;
color: #8790a
2;
line-height: 16px;
-webkit-background-clip: text;
}
}
}
}
&:hover
{
box-shadow: 20px 20px 10px 0px rgba(228,228,228,
1);
&:hover
{
box-shadow: 20px 20px 10px 0px rgba(228, 228, 228,
1);
}
}
.right-item
{
.right-item
{
width: 260px;
height: 420px;
background: #FFFFFF
;
background: #ffffff
;
border-radius: 6px;
}
`
\ No newline at end of file
`
;
pages/forum/components/publishMessage/index.tsx
浏览文件 @
01b65d02
...
...
@@ -3,6 +3,7 @@ import { Form, Input, Modal, Upload } from "antd";
import
type
{
RcFile
,
UploadProps
}
from
"antd/es/upload"
;
import
type
{
UploadFile
}
from
"antd/es/upload/interface"
;
import
{
useState
}
from
"react"
;
import
Image
from
"next/image"
;
const
getBase64
=
(
file
:
RcFile
):
Promise
<
string
>
=>
new
Promise
((
resolve
,
reject
)
=>
{
...
...
@@ -139,7 +140,7 @@ export default function PublishMessage(props: Props) {
footer=
{
null
}
onCancel=
{
handlePreviewCancel
}
>
<
img
alt=
"example"
style=
{
{
width
:
"100%"
}
}
src=
{
previewImage
}
/>
<
Image
alt=
"example"
style=
{
{
width
:
"100%"
}
}
src=
{
previewImage
}
/>
</
Modal
>
</
Form
.
Item
>
</
Form
>
...
...
pages/forum/index.tsx
→
pages/forum/index.
page.
tsx
浏览文件 @
01b65d02
...
...
@@ -27,7 +27,7 @@ export default function Forum() {
<
Space
direction=
"vertical"
size=
{
8
}
>
<
div
className=
{
styles
.
item
}
>
<
Space
size=
{
10
}
align=
"start"
>
<
img
className=
{
styles
.
headImg
}
></
img
>
<
Image
alt=
""
className=
{
styles
.
headImg
}
></
Image
>
<
div
className=
{
styles
.
info
}
>
<
div
className=
{
styles
.
name
}
>
给**的
</
div
>
<
div
className=
{
styles
.
desc
}
>
...
...
@@ -44,54 +44,13 @@ export default function Forum() {
>
<
Space
size=
{
6
}
wrap
>
<
Image
alt=
""
className=
"img"
width=
{
132
}
height=
{
132
}
src=
"error"
fallback=
{
errImg
}
/>
<
Image
className=
"img"
width=
{
132
}
height=
{
132
}
src=
"error"
fallback=
{
errImg
}
/>
<
Image
className=
"img"
width=
{
132
}
height=
{
132
}
src=
"errImg"
fallback=
{
errImg
}
/>
<
Image
className=
"img"
width=
{
132
}
height=
{
132
}
src=
"errImg"
fallback=
{
errImg
}
/>
<
Image
className=
"img"
width=
{
132
}
height=
{
132
}
src=
"errImg"
fallback=
{
errImg
}
/>
<
Image
className=
"img"
width=
{
132
}
height=
{
132
}
src=
"errImg"
fallback=
{
errImg
}
/>
<
Image
className=
"img"
width=
{
132
}
height=
{
132
}
src=
"errImg"
fallback=
{
errImg
}
/>
</
Space
>
</
Image
.
PreviewGroup
>
</
div
>
...
...
pages/home/index.tsx
→
pages/home/index.
page.
tsx
浏览文件 @
01b65d02
File moved
pages/home/styled.tsx
浏览文件 @
01b65d02
import
styled
from
"styled-components"
export
default
function
Style
()
{
return
<></>;
}
export
const
Box
=
styled
.
div
`
box-sizing: border-box;
`
\ No newline at end of file
pages/home/waterfallFlowBody/assets/icon.png
deleted
100644 → 0
浏览文件 @
958e3ada
2.1 KB
pages/home/waterfallFlowBody/assets/编组 26.png
deleted
100644 → 0
浏览文件 @
958e3ada
1.7 KB
pages/home/waterfallFlowBody/components/map/styled.tsx
浏览文件 @
01b65d02
import
styled
from
"styled-components"
import
styled
from
"styled-components"
;
export
default
function
Style
()
{
return
<></>;
}
export
const
Box
=
styled
.
div
`
box-sizing: border-box;
width: 384px;
height: 337px;
#container
{
#container
{
position: relative;
padding: 0px;
margin: 0px;
...
...
@@ -12,22 +16,24 @@ export const Box = styled.div`
height: 285px;
}
.amap-logo {//去除高德地图水印
display: none!important;
visibility: hidden!important;
.amap-logo {
//去除高德地图水印
display: none !important;
visibility: hidden !important;
}
.amap-copyright {//去除高德地图水印
display: none!important;
visibility: hidden!important;
.amap-copyright {
//去除高德地图水印
display: none !important;
visibility: hidden !important;
}
.map-dosome
{
.map-dosome
{
display: flex;
align-items: center;
justify-content: space-around;
width: 384px;
height: 52px;
background: #FFFFFF
;
background: #ffffff
;
border-radius: 0px 0px 6px 6px;
}
`
\ No newline at end of file
`
;
pages/home/waterfallFlowBody/components/rotationChart/styled.tsx
浏览文件 @
01b65d02
import
styled
from
"styled-components"
import
styled
from
"styled-components"
;
export
default
function
Style
()
{
return
<></>;
}
export
const
Box
=
styled
.
div
`
box-sizing: border-box;
margin: 0 0 30px 0;
display: flex;
.rotationChart
{
.rotationChart
{
width: 790px;
margin-right: 24px;
}
.botsBotton
{
.botsBotton
{
position: absolute;
left: 10px;
li
{
li
{
display: flex;
justify-content:
center;
justify-content:
center;
align-items: center;
&:not(.slick-active)>button
{
&:not(.slick-active) > button
{
width: 10px;
height: 10px;
border-radius:
50%;
border-radius:
50%;
}
&>button
{
& > button
{
height: 10px;
border-radius:
5px;
border-radius:
5px;
}
}
}
.contentStyle
{
.contentStyle
{
width: 790px;
height: 200px;
color: #fff;
...
...
@@ -34,4 +38,4 @@ export const Box = styled.div`
text-align: center;
background: #364d79;
}
`
\ No newline at end of file
`
;
pages/home/waterfallFlowBody/index.tsx
浏览文件 @
01b65d02
...
...
@@ -5,6 +5,8 @@ import {Box} from './styled';
import
ContentBox
from
'~/components/contentBox'
;
import
RotationChart
from
'./components/rotationChart'
import
Map
from
'./components/map'
;
// import icon from './_assets/icon.png';
const
icon
=
'error'
export
default
function
WaterfallFlowBody
()
{
const
onMoreChange
=
(
value
:
string
)
=>
{
...
...
@@ -20,7 +22,7 @@ export default function WaterfallFlowBody() {
<
div
className=
'item-title'
>
<
div
className=
'item-left'
>
<
div
className=
'item-left-icon'
>
<
Image
src=
{
require
(
"./assets/icon.png"
)
}
alt=
'#'
/>
<
Image
src=
{
icon
}
alt=
'#'
/>
</
div
>
<
div
className=
'item-left-label'
>
无人机出租
...
...
@@ -81,7 +83,7 @@ export default function WaterfallFlowBody() {
asdasdasdasjhgdbjasjgdjashgdbjahsdgahjs
</
div
>
<
div
className=
'item-image'
>
<
Image
className=
'item-image'
src=
{
require
(
"./assets/icon.png"
)
}
alt=
'#'
/>
<
Image
className=
'item-image'
src=
{
icon
}
alt=
'#'
/>
</
div
>
</
div
>
<
div
className=
'body-item'
>
...
...
@@ -89,7 +91,7 @@ export default function WaterfallFlowBody() {
asdasdasdasjhgdbjasjgdjashgdbjahsdgahjs
</
div
>
<
div
className=
'item-image'
>
<
Image
className=
'item-image'
src=
{
require
(
"./assets/icon.png"
)
}
alt=
'#'
/>
<
Image
className=
'item-image'
src=
{
icon
}
alt=
'#'
/>
</
div
>
</
div
>
<
div
className=
'body-item'
>
...
...
@@ -97,7 +99,7 @@ export default function WaterfallFlowBody() {
asdasdasdasjhgdbjasjgdjashgdbjahsdgahjs
</
div
>
<
div
className=
'item-image'
>
<
Image
className=
'item-image'
src=
{
require
(
"./assets/icon.png"
)
}
alt=
'#'
/>
<
Image
className=
'item-image'
src=
{
icon
}
alt=
'#'
/>
</
div
>
</
div
>
<
div
className=
'body-item'
>
...
...
@@ -105,7 +107,7 @@ export default function WaterfallFlowBody() {
asdasdasdasjhgdbjasjgdjashgdbjahsdgahjs
</
div
>
<
div
className=
'item-image'
>
<
Image
className=
'item-image'
src=
{
require
(
"./assets/icon.png"
)
}
alt=
'#'
/>
<
Image
className=
'item-image'
src=
{
icon
}
alt=
'#'
/>
</
div
>
</
div
>
<
div
className=
'body-item'
>
...
...
@@ -113,7 +115,7 @@ export default function WaterfallFlowBody() {
asdasdasdasjhgdbjasjgdjashgdbjahsdgahjs
</
div
>
<
div
className=
'item-image'
>
<
Image
className=
'item-image'
src=
{
require
(
"./assets/icon.png"
)
}
alt=
'#'
/>
<
Image
className=
'item-image'
src=
{
icon
}
alt=
'#'
/>
</
div
>
</
div
>
<
div
className=
'body-item'
>
...
...
@@ -121,7 +123,7 @@ export default function WaterfallFlowBody() {
asdasdasdasjhgdbjasjgdjashgdbjahsdgahjs
</
div
>
<
div
className=
'item-image'
>
<
Image
className=
'item-image'
src=
{
require
(
"./assets/icon.png"
)
}
alt=
'#'
/>
<
Image
className=
'item-image'
src=
{
icon
}
alt=
'#'
/>
</
div
>
</
div
>
</
div
>
...
...
pages/home/waterfallFlowBody/styled.tsx
浏览文件 @
01b65d02
import
styled
from
"styled-components"
let
one
=
require
(
"./assets/icon.png"
)
import
styled
from
"styled-components"
;
export
default
function
Style
()
{
return
<></>;
}
export
const
Box
=
styled
.
div
`
box-sizing: border-box;
padding-top: 24px;
width: 1200px;
margin: 0 auto;
.item
{
height:
343px;
transition: all
.5s;
.item
{
height:
343px;
transition: all 0
.5s;
cursor: pointer;
&-title
{
&-title
{
display: flex;
justify-content: space-between;
align-items: center;
padding: 0 25px;
height: 75px;
background: #FFFFFF
;
box-shadow: 10px 10px 20px 0px rgba(228,228,228,
0.3);
border-radius: 6px 6px 0px 0px
;
.item-left
{
background: #ffffff
;
box-shadow: 10px 10px 20px 0px rgba(228, 228, 228,
0.3);
border-radius: 6px 6px 0px 0px
;
.item-left
{
display: flex;
justify-content: space-around;
align-items: center;
width:
150px;
&-icon
{
width:
150px;
&-icon
{
width: 40px;
height: 40px;
}
&-label
{
&-label
{
width: 100px;
height: 32px;
font-size: 20px;
...
...
@@ -39,34 +42,34 @@ export const Box = styled.div`
}
}
}
&-body
{
&-body
{
padding-left: 10px;
height: 268px;
background: #FFFFFF
;
box-shadow: 10px 10px 20px 0px rgba(228,228,228,
0.3);
background: #ffffff
;
box-shadow: 10px 10px 20px 0px rgba(228, 228, 228,
0.3);
border-radius: 0px 0px 6px 6px;
.item-bubble
{
.item-bubble
{
/* width: 80px; */
padding: 0 5px;
height: 32px;
line-height: 32px;
background: #F4F6F
9;
background: #f4f6f
9;
border-radius: 19px;
text-align: center;
cursor: pointer;
&.active
{
color: #FF552D
;
&.active
{
color: #ff552d
;
}
}
}
&:hover
{
box-shadow: 20px 20px 10px 0px rgba(228,228,228,
1);
&:hover
{
box-shadow: 20px 20px 10px 0px rgba(228, 228, 228,
1);
}
}
.right-item
{
.right-item
{
height: 344px;
background-color: #fff;
.title
{
.title
{
display: flex;
align-items: center;
padding: 0 25px;
...
...
@@ -78,16 +81,16 @@ export const Box = styled.div`
color: #000000;
line-height: 25px;
}
.body
{
.body
{
height: 284px;
overflow-y: auto;
&-item
{
&-item
{
display: flex;
justify-content: space-between;
align-items: center;
height: 70px;
padding: 0 20px;
.item-label
{
.item-label
{
width: 217px;
height: 40px;
font-size: 16px;
...
...
@@ -96,19 +99,19 @@ export const Box = styled.div`
line-height: 21px;
word-wrap: break-word;
}
.item-image
{
.item-image
{
width: 96px;
height: 60px;
background: #D8D8D
8;
background: #d8d8d
8;
border-radius: 6px;
}
}
}
}
.right-item-second
{
.right-item-second
{
height: 510px;
background-color: #fff;
.title
{
.title
{
display: flex;
align-items: center;
padding: 0 25px;
...
...
@@ -120,16 +123,16 @@ export const Box = styled.div`
color: #000000;
line-height: 25px;
}
.body
{
.body
{
height: 448px;
overflow-y: auto;
&-item
{
&-item
{
display: flex;
justify-content: space-between;
align-items: center;
height: 88px;
padding: 0 20px;
.item-label
{
.item-label
{
width: 217px;
height: 40px;
font-size: 16px;
...
...
@@ -137,26 +140,26 @@ export const Box = styled.div`
color: #323232;
line-height: 21px;
word-wrap: break-word;
.label-top
{
.label-top
{
}
.label-bottom
{
.label-bottom
{
font-size: 15px;
font-family: PingFangSC-Medium, PingFang SC;
font-weight: 500;
color: #FF552D
;
color: #ff552d
;
}
}
.item-right
{
.btn
{
.item-right
{
.btn
{
text-align: center;
background: #FF552D
;
background: #ff552d
;
border-radius: 14px;
font-size: 14px;
font-family: MicrosoftYaHei;
color: #FFFFFF
;
color: #ffffff
;
}
}
}
}
}
`
\ No newline at end of file
`
;
pages/jobServices/detail/[pid].tsx
→
pages/jobServices/detail/[pid].
page.
tsx
浏览文件 @
01b65d02
File moved
pages/jobServices/detail/components/evaluate/styled.tsx
浏览文件 @
01b65d02
import
styled
from
"styled-components"
export
default
function
Style
()
{
return
<></>;
}
export
const
Box
=
styled
.
div
`
box-sizing: border-box;
.item{
...
...
pages/jobServices/detail/styled.tsx
浏览文件 @
01b65d02
import
styled
from
"styled-components"
export
default
function
Style
()
{
return
<></>;
}
export
const
Box
=
styled
.
div
`
box-sizing: border-box;
width: 1200px;
...
...
pages/jobServices/index.tsx
→
pages/jobServices/index.
page.
tsx
浏览文件 @
01b65d02
File moved
pages/jobServices/styled.tsx
浏览文件 @
01b65d02
import
styled
from
"styled-components"
export
default
function
Style
()
{
return
<></>;
}
export
const
Box
=
styled
.
div
`
box-sizing: border-box;
padding-top: 15px;
...
...
pages/mall/index.tsx
→
pages/mall/index.
page.
tsx
浏览文件 @
01b65d02
File moved
pages/projectInfo/index.tsx
→
pages/projectInfo/index.
page.
tsx
浏览文件 @
01b65d02
File moved
编写
预览
Markdown
格式
0%
重试
或
添加新文件
添加附件
取消
您添加了
0
人
到此讨论。请谨慎行事。
请先完成此评论的编辑!
取消
请
注册
或者
登录
后发表评论