Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
C
CivWeb
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
ReactWeb5
CivWeb
Commits
9621d3aa
Commit
9621d3aa
authored
Mar 08, 2022
by
崔佳豪
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fix: modify bootpage
parent
03b9d08f
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
7 additions
and
5 deletions
+7
-5
index.js
src/pages/bootpage/index.js
+1
-1
index.less
src/pages/bootpage/index.less
+6
-4
No files found.
src/pages/bootpage/index.js
View file @
9621d3aa
...
...
@@ -24,8 +24,8 @@ const industries = [
{
name
:
'能源'
,
type
:
'能源'
,
subTitle
:
'ENERGY SOURCES'
},
{
name
:
'直饮水'
,
type
:
'直饮水'
,
subTitle
:
'DRINGKING WATER'
},
// { name: '水资源', type: '水资源', subTitle: 'WATER RESOURCES' },
{
name
:
'熊猫智能实验室'
,
type
:
'实验室'
,
subTitle
:
'PANDA AI. LAB'
},
{
name
:
'大数据'
,
type
:
'大数据'
,
subTitle
:
'BIG DATA'
},
{
name
:
'熊猫智能实验室'
,
type
:
'实验室'
,
subTitle
:
'PANDA AI. LAB'
},
{
name
:
'项目案例'
,
type
:
'项目案例'
,
subTitle
:
'PROJECT CASE'
},
];
const
renderIndustries
=
(
config
,
callback
)
=>
...
...
src/pages/bootpage/index.less
View file @
9621d3aa
...
...
@@ -53,11 +53,13 @@
width: 2px;
}
.bootPageUl {
display: flex;
width: 1280px;
flex-wrap: wrap;
// display: flex;
// width: 1280px;
// flex-wrap: wrap;
// justify-content: center;
display: grid;
grid-template-columns: repeat(4, 25%);
list-style: none;
justify-content: center;
transition: all .5s ease-out;
overflow: hidden;
padding-top: 10px;
...
...
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