Skip to content

Commit b3735c7

Browse files
committed
fix(app-layout): apppageinfosection content border radius
1 parent e03120e commit b3735c7

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

packages/core/app-layout/src/components/pageInfoSection/AppPageInfoSection.vue

+2
Original file line numberDiff line numberDiff line change
@@ -114,6 +114,8 @@ defineProps({
114114
115115
.app-page-info-section-content {
116116
background: $kui-color-background-neutral-weakest;
117+
border-bottom-left-radius: $kui-border-radius-30;
118+
border-bottom-right-radius: $kui-border-radius-30;
117119
border-top: $kui-border-width-10 solid $kui-color-border;
118120
display: flex;
119121
flex-direction: column;

0 commit comments

Comments
 (0)