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