mirror of
https://github.com/frappe/erpnext.git
synced 2026-05-01 20:48:27 +00:00
fix: height and font size plant floor (#43618)
This commit is contained in:
@@ -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>
|
||||
|
||||
@@ -557,7 +557,7 @@ body[data-route="pos"] {
|
||||
}
|
||||
|
||||
.workstation-image-container {
|
||||
height: 3.5rem;
|
||||
height: 4.5rem;
|
||||
}
|
||||
|
||||
.workstation-image-cls {
|
||||
|
||||
Reference in New Issue
Block a user