feat: support app rename and make app card ui better (#766)
Co-authored-by: Gillian97 <jinling.sunshine@gmail.com>
This commit is contained in:
parent
216fc5d312
commit
f95f6db0e3
53 changed files with 612 additions and 419 deletions
15
web/app/components/base/copy-feedback/style.module.css
Normal file
15
web/app/components/base/copy-feedback/style.module.css
Normal file
|
|
@ -0,0 +1,15 @@
|
|||
.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);
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue