diff --git a/zero.Backoffice.UI/app/components/ui-property.vue b/zero.Backoffice.UI/app/components/ui-property.vue index 212ba847..266c6c3a 100644 --- a/zero.Backoffice.UI/app/components/ui-property.vue +++ b/zero.Backoffice.UI/app/components/ui-property.vue @@ -7,7 +7,8 @@ * - ? + +
@@ -155,6 +156,23 @@ }*/ } + .ui-property-label small + { + display: block; + padding-top: 2px; + font-size: var(--font-size-xs); + font-weight: 400; + line-height: 1.3; + text-decoration: none; + color: var(--color-text-dim-one); + + &:empty + { + display: none; + } + } + + .ui-property-label-small { display: inline-block;