feat(event-binder.js): Es wurde der Effekt hinzugefügt, dass die Breite des Fortschrittsbalkens nach dem Signaturprozess um einen bestimmten Anteil erhöht wird.
This commit is contained in:
@@ -88,7 +88,7 @@
|
||||
top: 0;
|
||||
left: 0;
|
||||
height: 0.3125rem;
|
||||
width:1%;
|
||||
width: var(--progress-width, 1%);
|
||||
}
|
||||
|
||||
.progress-text {
|
||||
|
||||
Reference in New Issue
Block a user