mirror of
https://github.com/hcengineering/platform.git
synced 2025-04-14 12:25:17 +00:00
Fix ApplicationPresenter (#279)
Signed-off-by: Alexander Platov <sas_lord@mail.ru>
This commit is contained in:
parent
a5809075ec
commit
722298ba78
@ -33,6 +33,6 @@ function show() {
|
||||
|
||||
</script>
|
||||
|
||||
<div on:click={show}>
|
||||
<IconFile size={'small'}/> {shortLabel}-{value.number}
|
||||
<div class="sm-tool-icon" on:click={show}>
|
||||
<span class="icon"><IconFile size={'small'}/></span>{shortLabel}-{value.number}
|
||||
</div>
|
||||
|
Loading…
Reference in New Issue
Block a user