mirror of
http://112.124.100.131/huang.ze/ebiz-dify-ai.git
synced 2025-12-07 01:46:49 +08:00
10 lines
313 B
CSS
10 lines
313 B
CSS
.playIcon {
|
|
background-image: url(~@/app/components/develop/secret-key/assets/play.svg);
|
|
background-position: center;
|
|
background-repeat: no-repeat;
|
|
}
|
|
.pauseIcon {
|
|
background-image: url(~@/app/components/develop/secret-key/assets/pause.svg);
|
|
background-position: center;
|
|
background-repeat: no-repeat;
|
|
} |