mirror of
https://github.com/ZZZure/ZZZ-Plugin.git
synced 2025-12-17 13:47:44 +00:00
parent
e9ca415922
commit
bc3c641928
10 changed files with 640 additions and 575 deletions
|
|
@ -221,7 +221,7 @@
|
|||
<div class="properties">
|
||||
<div class="prop-icon {{prop.classname}}"></div>
|
||||
{{if prop.base_score !== false}}
|
||||
<div class="label yellow hit{{prop.base_score * 100 - (prop.base_score * 100 % 25)}}">
|
||||
<div class="label yellow hit{{(prop.base_score * 100 - (prop.base_score * 100 % 25)).toFixed(0)}}">
|
||||
{{else}}
|
||||
<div class="label yellow">
|
||||
{{/if}}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue