diff --git a/zero.Web.UI/App/components/forms/property.vue b/zero.Web.UI/App/components/forms/property.vue index 8b48b6c1..21929a3d 100644 --- a/zero.Web.UI/App/components/forms/property.vue +++ b/zero.Web.UI/App/components/forms/property.vue @@ -68,11 +68,11 @@ .ui-property + .ui-split, .ui-split + .ui-property, .ui-property + .ui-property - { + { margin-top: 50px; - //padding-top: 30px; - //margin-top: 30px; - //border-top: 1px solid var(--color-line); + /*padding-top: 30px; + margin-top: 30px; + border-top: 1px dashed var(--color-line-onbg);*/ } .ui-property.is-vertical diff --git a/zero.Web.UI/App/components/tabs/tabs.vue b/zero.Web.UI/App/components/tabs/tabs.vue index 259cfe70..ba78afcd 100644 --- a/zero.Web.UI/App/components/tabs/tabs.vue +++ b/zero.Web.UI/App/components/tabs/tabs.vue @@ -116,7 +116,7 @@ { display: inline-flex; align-items: center; - height: 54px; + height: 58px; //overflow: hidden; padding: 0 var(--padding); font-size: var(--font-size); @@ -156,7 +156,7 @@ background: var(--color-box-light); } - /*&:before + &:before { content: ''; position: absolute; @@ -168,7 +168,7 @@ border-top-right-radius: 3px; background: var(--color-primary); display: inline-block; - }*/ + } } &.has-errors diff --git a/zero.Web.UI/App/navigation.vue b/zero.Web.UI/App/navigation.vue index 47a9279b..50259c94 100644 --- a/zero.Web.UI/App/navigation.vue +++ b/zero.Web.UI/App/navigation.vue @@ -1,5 +1,5 @@