mirror of
http://112.124.100.131/huang.ze/ebiz-dify-ai.git
synced 2025-12-10 11:26:52 +08:00
fix: change chatbot avart to dify icon (#571)
This commit is contained in:
@@ -1,3 +1,14 @@
|
||||
.installedApp {
|
||||
height: calc(100vh - 74px);
|
||||
}
|
||||
|
||||
.difyIcon {
|
||||
background-image: url(./icons/dify.svg);
|
||||
}
|
||||
|
||||
.difyHeader {
|
||||
width: 24px;
|
||||
height: 24px;
|
||||
background: url(./icons/dify-header.svg) center center no-repeat;
|
||||
background-size: contain;
|
||||
}
|
||||
Reference in New Issue
Block a user