[ui-fix] POS item list
This commit is contained in:
parent
e3c122d8c4
commit
5687e2da9d
@ -297,6 +297,9 @@ body[data-route="pos"] .item-list {
|
|||||||
body[data-route="pos"] .item-list .image-field {
|
body[data-route="pos"] .item-list .image-field {
|
||||||
height: 140px;
|
height: 140px;
|
||||||
}
|
}
|
||||||
|
body[data-route="pos"] .item-list .image-field .placeholder-text {
|
||||||
|
font-size: 50px;
|
||||||
|
}
|
||||||
body[data-route="pos"] .item-list .pos-item-wrapper {
|
body[data-route="pos"] .item-list .pos-item-wrapper {
|
||||||
position: relative;
|
position: relative;
|
||||||
}
|
}
|
||||||
|
@ -351,6 +351,10 @@ body[data-route="pos"] {
|
|||||||
|
|
||||||
.image-field {
|
.image-field {
|
||||||
height: 140px;
|
height: 140px;
|
||||||
|
|
||||||
|
.placeholder-text {
|
||||||
|
font-size: 50px;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
.pos-item-wrapper {
|
.pos-item-wrapper {
|
||||||
|
Loading…
Reference in New Issue
Block a user