提交 e1d3b9fc 编写于 作者: Neuromancer255's avatar Neuromancer255

卡片导航部件样式调整

上级 78b9f8ae
<#ibizinclude> <#ibizinclude>
../@MACRO/CSS/DEFAULT.less.ftl ../@MACRO/CSS/DEFAULT.less.ftl
</#ibizinclude> </#ibizinclude>
.listexpbar-container{ .dataviewexpbar-container{
display: flex; display: flex;
height: calc(100vh); height: calc(100vh - 96px);
flex-direction: row; flex-direction: column;
justify-content: space-between; justify-content: space-between;
.listexpbar_list{ align-items: center;
width: 20%; .dataviewexpbar_list{
width: 100%;
height: 100%; height: 100%;
overflow:scroll; overflow:scroll;
overflow-x: hidden; overflow-x: hidden;
} }
.viewcontainer2{ .viewcontainer2{
width: 80%; width: 90%;
height: 100%; margin: auto;
margin-left: auto;
overflow:scroll; overflow:scroll;
overflow-x: hidden; overflow-x: hidden;
} }
......
...@@ -4,6 +4,11 @@ ...@@ -4,6 +4,11 @@
.ibz-ionic-item{ .ibz-ionic-item{
--inner-border-width:0; --inner-border-width:0;
} }
.nav-card{
height: 40vh;
overflow: hidden;
overflow-y: scroll;
}
.card-view{ .card-view{
.ibz-card { .ibz-card {
margin-bottom: 0; margin-bottom: 0;
......
Markdown 格式
0% or
您添加了 0 到此讨论。请谨慎行事。
先完成此消息的编辑!
想要评论请 注册