fix: height and font size plant floor (#43618)

This commit is contained in:
rohitwaghchaure
2024-10-11 13:41:16 +05:30
committed by GitHub
parent 172b2835b8
commit 16e8156f01
2 changed files with 3 additions and 3 deletions

View File

@@ -2,7 +2,7 @@
<div class="workstation-wrapper" data-workstation="{{row.name}}">
<div class="workstation-status text-left" style="">
<span class="indicator-pill no-indicator-dot whitespace-nowrap {{row.color}}" style="margin: 8px 0px 0px 8px;">
<span class="workstation-status-title" style="font-size:9px">{{row.status}}</span>
<span class="workstation-status-title" style="font-size:10px">{{row.status}}</span>
</span>
</div>
<div class="workstation-image {{row.workstation_off}}" onclick="location.href='{{row.workstation_link}}'">
@@ -14,7 +14,7 @@
{% } %}
</div>
<span class="ellipsis" title="{{row.name}}">
<div style="font-size:9px; text-align:center;padding-bottom:8px">{{row.workstation_name}}</div>
<div style="font-size:11px; text-align:center;padding-bottom:8px">{{row.workstation_name}}</div>
</span>
</div>
</div>

View File

@@ -557,7 +557,7 @@ body[data-route="pos"] {
}
.workstation-image-container {
height: 3.5rem;
height: 4.5rem;
}
.workstation-image-cls {