Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
W
wecom-sidebar
Project
Project
Details
Activity
Releases
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
wanghuihui
wecom-sidebar
Commits
c66f10fd
Commit
c66f10fd
authored
Feb 22, 2022
by
Aivs
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fix:戈友圈暂无数据
parent
40d93259
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
11 additions
and
2 deletions
+11
-2
home.css
src/css/home.css
+8
-0
Home.tsx
src/pages/Home.tsx
+3
-2
No files found.
src/css/home.css
View file @
c66f10fd
...
@@ -312,3 +312,11 @@
...
@@ -312,3 +312,11 @@
.mgr50
{
.mgr50
{
margin-right
:
30px
;
margin-right
:
30px
;
}
}
.noData
{
font-size
:
12px
;
font-weight
:
400
;
color
:
#A5ADB3
;
line-height
:
17px
;
padding
:
34px
0
;
text-align
:
center
;
}
\ No newline at end of file
src/pages/Home.tsx
View file @
c66f10fd
...
@@ -446,7 +446,8 @@ const layout = {
...
@@ -446,7 +446,8 @@ const layout = {
<
div
className=
"more"
onClick=
{
testClick
}
><
RightOutlined
/></
div
>
<
div
className=
"more"
onClick=
{
testClick
}
><
RightOutlined
/></
div
>
</
div
>
</
div
>
<
div
className=
"order"
>
<
div
className=
"order"
>
{
<
div
className=
"noData"
>
暂无数据
</
div
>
{
/* {
gyqList.map((item:any,idx:number)=>
gyqList.map((item:any,idx:number)=>
<div className={(idx<gyqList.length-1)?'lineD9 flex spaceBetween':'flex spaceBetween'}>
<div className={(idx<gyqList.length-1)?'lineD9 flex spaceBetween':'flex spaceBetween'}>
<span className="blackWord">{item.name}</span>
<span className="blackWord">{item.name}</span>
...
@@ -456,7 +457,7 @@ const layout = {
...
@@ -456,7 +457,7 @@ const layout = {
</p>
</p>
</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