feat: 样式调整

This commit is contained in:
xuziqiang
2024-06-21 15:19:28 +08:00
parent 2ebe536243
commit fea7abd476
32 changed files with 2994 additions and 2793 deletions

View File

@@ -12,13 +12,15 @@
:menuList="newMenu"
:initSiderKey="selectedSiderKeys"
:initSiderOpenKey="selectedSiderOpenKeys" />
<a-layout>
<a-layout class="ns-application-layout-main">
<newNsTags v-if="configStore.useHistoryTag" />
<ns-tags v-else />
<!-- <NsBreadcrumb v-else :breadcrumbList="breadcrumbList" /> -->
<NsBreadcrumb :breadcrumbList="breadcrumbList" />
<a-layout-content class="ns-content">
<!-- <transition name="fade-slide" mode="out-in"> -->
<!-- <div> -->
<ns-content />
<!-- </div> -->
<!-- </transition> -->
</a-layout-content>
</a-layout>
@@ -322,21 +324,29 @@
flex-direction: row;
}
}
.ns-application-layout-main {
padding-top: calc(@layout-header-height + @ns-nav-shutters-height * 2);
height: 100vh;
overflow: auto;
}
.ns-content {
position: relative;
flex: 1 1 auto;
padding-top: 80px;
background-color: #e5ebf0;
padding: @ns-gap;
// padding-top: calc(@layout-header-height + @ns-nav-shutters-height);
background-color: @ns-content-bg;
> div {
height: 100%;
background-color: #fff;
margin: 0 16px 16px 16px;
background-color: @white;
border-radius: @ns-border-radius;
overflow-y: auto;
overflow-x: hidden;
// margin: 0 16px 16px 16px;
}
.ns-content-main {
// margin: @ns-content-padding;
// margin: @ns-gap;
min-height: calc(100% - 48px);
height: calc(100% - 16px);
// height: calc(100% - 16px);
// background-color: @white;
}
.ns-view {