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

@@ -85,14 +85,14 @@
<style lang="less" scoped>
.NsBreadcrumb {
width: 100%;
padding: 0 16px;
min-height: 42px;
padding: 0 @ns-gap;
min-height: @ns-nav-shutters-height;
background: #ffffff;
display: flex;
align-items: center;
position: fixed;
top: 48px;
z-index: 505;
top: calc(@layout-header-height + @ns-nav-shutters-height);
z-index: 5;
border-bottom: 1px solid rgba(0, 0, 0, 0.05);
}
</style>