mirror of
https://github.com/langgenius/dify.git
synced 2026-06-14 21:01:08 +08:00
6 lines
172 B
CSS
6 lines
172 B
CSS
.wrapper {
|
|
display: inline-flex;
|
|
background: url(~@/app/components/base/icons/assets/image/llm/minimax-text.png) center center no-repeat;
|
|
background-size: contain;
|
|
}
|