Files
dify/web/app/components/base/icons/src/image/llm/BaichuanTextCn.module.css

6 lines
176 B
CSS
Raw Normal View History

2023-10-10 12:10:43 +08:00
.wrapper {
display: inline-flex;
background: url(~@/app/components/base/icons/assets/image/llm/baichuan-text-cn.png) center center no-repeat;
background-size: contain;
}