6 lines
176 B
CSS
6 lines
176 B
CSS
.wrapper {
|
|
display: inline-flex;
|
|
background: url(~@/app/components/base/icons/assets/image/llm/baichuan-text-cn.png) center center no-repeat;
|
|
background-size: contain;
|
|
}
|