2023-05-17 11:22:25 +08:00
|
|
|
.copyIcon {
|
|
|
|
|
background-image: url(~@/app/components/develop/secret-key/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-position: center;
|
|
|
|
|
background-repeat: no-repeat;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.copyIcon.copied {
|
|
|
|
|
background-image: url(~@/app/components/develop/secret-key/assets/copied.svg);
|
2025-04-29 18:04:33 +08:00
|
|
|
}
|