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
31dcb745
Commit
31dcb745
authored
Mar 10, 2025
by
周宏民
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
pref: 消息通知图标改成本地
parent
3233fb15
Pipeline
#96075
waiting for manual action with stages
Changes
2
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
3 additions
and
2 deletions
+3
-2
没有消息.png
src/assets/images/system/notifications/没有消息.png
+0
-0
list.js
src/layouts/AppLayout/notifier/list.js
+3
-2
No files found.
src/assets/images/system/notifications/没有消息.png
0 → 100644
View file @
31dcb745
This diff was suppressed by a .gitattributes entry.
src/layouts/AppLayout/notifier/list.js
View file @
31dcb745
...
...
@@ -4,15 +4,16 @@ import { List, Spin, ConfigProvider } from 'antd';
// eslint-disable-next-line import/no-unresolved
import
classNames
from
'classnames'
;
import
'./style/list.less'
;
import
noMessage
from
'@/assets/images/system/notifications/没有消息.png'
;
import
{
Alarm
,
Case
,
Notice
,
Unknown
}
from
'./templates'
;
import
{
MESSAGE_TYPE
}
from
'./constants'
;
const
Empty
=
({
emptyText
,
...
props
})
=>
{
const
{
getPrefixCls
}
=
React
.
useContext
(
ConfigProvider
.
ConfigContext
);
const
prefixCls
=
props
.
prefixCls
||
getPrefixCls
();
return
(
<
div
className
=
{
`
${
prefixCls
}
-notFound`
}
>
<
img
src
=
"https://gw.alipayobjects.com/zos/rmsportal/sAuJeJzSKbUmHfBQRzmZ.svg"
alt
=
"not found"
/>
{
/* <img src="https://gw.alipayobjects.com/zos/rmsportal/sAuJeJzSKbUmHfBQRzmZ.svg" alt="not found" /> */
}
<
img
src
=
{
noMessage
}
alt
=
"not found"
/>
<
div
>
{
emptyText
}
<
/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