fix: Update the background image path of the copy button and icon component, delete unused blank image files

pull/20696/head
GuanMu 11 months ago
parent 803de7ed51
commit af4afa4df6

@ -1,15 +1,15 @@
.copyIcon {
background-image: url(app/components/develop/secret-key/assets/copy.svg);
background-image: url(/assets/copy.svg);
background-position: center;
background-repeat: no-repeat;
}
.copyIcon:hover {
background-image: url(app/components/develop/secret-key/assets/copy-hover.svg);
background-image: url(/assets/copy-hover.svg);
background-position: center;
background-repeat: no-repeat;
}
.copyIcon.copied {
background-image: url(app/components/develop/secret-key/assets/copied.svg);
background-image: url(/assets/copied.svg);
}

@ -1,5 +1,5 @@
.wrapper {
display: inline-flex;
background: url(app/components/base/icons/assets/image/llm/baichuan-text-cn.png) center center no-repeat;
background: url(/app/components/base/icons/assets/image/llm/baichuan-text-cn.png) center center no-repeat;
background-size: contain;
}

Before

Width:  |  Height:  |  Size: 30 KiB

After

Width:  |  Height:  |  Size: 30 KiB

Loading…
Cancel
Save