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

卡片导航部件样式调整

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