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
1d10eeab
Commit
1d10eeab
authored
1 month ago
by
周宏民
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
style: 修改文字换行
parent
d3354247
master
Pipeline
#96495
passed with stages
Changes
2
Pipelines
1
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
2 deletions
+2
-2
index.less
...tpage/template/demonstration/components/Bottom/index.less
+2
-1
index.js
src/pages/bootpage/template/demonstration/index.js
+0
-1
No files found.
src/pages/bootpage/template/demonstration/components/Bottom/index.less
View file @
1d10eeab
...
...
@@ -21,7 +21,7 @@
overflow: hidden;
background: url('@{imgSrc}/项目落地保障.png') no-repeat center center;
background-size: 100% 100%;
padding: 25px 15px 20px 2
5
px;
padding: 25px 15px 20px 2
4
px;
.l_title_wrap {
flex: none;
...
...
@@ -64,6 +64,7 @@
.l_item_title {
padding-left: 20px;
white-space: nowrap;
}
...
...
This diff is collapsed.
Click to expand it.
src/pages/bootpage/template/demonstration/index.js
View file @
1d10eeab
...
...
@@ -397,7 +397,6 @@ const Demonstration = props => {
appService
.
getAccountPageList
(
params
).
then
(
res
=>
{
const
dataStr1
=
res
?.
data
?.
jsonData
||
''
;
const
data1
=
dataStr1
?
JSON
.
parse
(
dataStr1
)
:
[];
console
.
log
(
'🚀 ~ data1:'
,
data1
);
const
obj
=
{};
const
reqArr
=
[];
data1
.
forEach
(
d
=>
{
...
...
This diff is collapsed.
Click to expand it.
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