Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
W
web2022
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
JIRA
JIRA
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Registry
Registry
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Website
web2022
Commits
29c89369
Commit
29c89369
authored
Aug 05, 2022
by
mxm-web-develop
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
321
parent
7c74aabc
Show whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
12 additions
and
11 deletions
+12
-11
.env.development
.env.development
+1
-1
.env.production
.env.production
+1
-1
index.tsx
src/views/About/JoinUs/index.tsx
+8
-7
index.tsx
src/views/Baas33/index.tsx
+2
-2
No files found.
.env.development
View file @
29c89369
...
...
@@ -7,7 +7,7 @@ VITE_BAAS_ONECLIKE = "https://baasadmin.33.cn/login"
VITE_NEWS_API = "'https://33.cn/api/"
VITE_SLC = "https://zhpt.8n.cn"
VITE_SLG = "https://
zhpt.8n.cn/mall
"
VITE_SLG = "https://
slg.8n.cn/
"
VITE_LZB = "https://lianzb.cn/home/index"
...
...
.env.production
View file @
29c89369
...
...
@@ -5,7 +5,7 @@ VITE_BAAS33_DOC = "http://192.168.31.12:3336/guide/intro/Bass.html"
VITE_SLC = "https://www.8n.cn/home"
VITE_SLG = "https://
www.8n.cn/mall
"
VITE_SLG = "https://
slg.8n.cn/
"
VITE_LZB = "https://lianzb.cn/home/index"
VITE_CHAIN33_GIT = "https://github.com/33cn/chain33"
...
...
src/views/About/JoinUs/index.tsx
View file @
29c89369
...
...
@@ -23,7 +23,7 @@ interface DtailContainerType extends IProps {
const
DataGrid
=
(
props
:
DataGridType
)
=>
{
const
{
data
,
doSetSelecteItem
,
className
}
=
props
;
return
(
<
div
className=
{
`grid grid-cols-2
labtop:grid-cols-3
gap-y-[15px] ${className}`
}
>
<
div
className=
{
`grid grid-cols-2 gap-y-[15px] ${className}`
}
>
{
data
?.
map
((
i
,
index
)
=>
(
<
div
onClick=
{
()
=>
doSetSelecteItem
(
i
.
id
)
}
key=
{
index
}
>
<
HoverBox
className=
'w-[270px] cursor-pointer flex items-center justify-between px-[20px] py-2'
>
...
...
@@ -118,15 +118,15 @@ export const JoinUs = () => {
return
data
?.
filter
((
i
)
=>
i
.
id
===
selecteItem
)[
0
];
},
[
selecteItem
]);
return
(
<>
<
div
className=
" pb-5 pl-[165px]"
>
<
div
className=
"flex items-center h-full w-full relative min-h-[750px] labtop:min-h-[960px] "
>
<
div
className=
"centered min-h-[750px] labtop:min-h-[960px] w-full labtop:w-10/12"
>
<
div
className=
" pb-5 pl-[375px]"
>
<
div
className=
"hero-title"
>
Join us
</
div
>
<
div
className=
"sub-title-cn"
>
加入我们
</
div
>
</
div
>
<
div
className=
"h-full w-full flex gap-x-16"
>
<
div
className=
'min-w-[100px]'
>
<
div
className=
'
left
min-w-[100px]'
>
<
div
className=
"flex-col"
>
{
departments
.
map
((
i
:
string
)
=>
(
<
div
key=
{
i
}
...
...
@@ -143,7 +143,7 @@ export const JoinUs = () => {
</
div
>
</
div
>
<
div
className=
"flex-col w-full"
>
<
div
className=
"
right pl-[210px]
flex-col w-full"
>
{
selecteItem
?
(
<
DtailContainer
className=
"min-h-[520px] w-7/12 labtop:w-6/12 screen:w-5/12"
...
...
@@ -159,6 +159,7 @@ export const JoinUs = () => {
)
}
</
div
>
</
div
>
</>
</
div
>
</
div
>
);
};
src/views/Baas33/index.tsx
View file @
29c89369
...
...
@@ -47,9 +47,9 @@ export default function Baas33() {
<
LazyImg
img=
{
Baas33img
}
animate=
"baas33"
className=
"w-[110%] mt-[
6
5px]"
className=
"w-[110%] mt-[
3
5px]"
></
LazyImg
>
<
div
className=
"flex -translate-y-[
6
0px] justify-center gap-x-[111px] labtop:gap-x-[179px] sub-title-cn"
>
<
div
className=
"flex -translate-y-[
10
0px] justify-center gap-x-[111px] labtop:gap-x-[179px] sub-title-cn"
>
<
div
>
高效
</
div
>
<
div
>
稳定
</
div
>
<
div
>
低成本
</
div
>
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment