提交 b040fb93 编写于 作者: WodahsOrez's avatar WodahsOrez

lxm--看板视图默认卡片模式,支持无缝模式--回滚

上级 5da100b3
...@@ -209,51 +209,51 @@ ...@@ -209,51 +209,51 @@
/*** END:多数据视图属性布局 ***/ /*** END:多数据视图属性布局 ***/
// 看板视图,卡片模式 // 看板视图,卡片模式
.view-container.appportalview,.view-container.deportalview,.view-container.deportalview9{ // .view-container.appportalview,.view-container.deportalview,.view-container.deportalview9{
>.view-card>.ivu-card-body>.content-container{ // >.view-card>.ivu-card-body>.content-container{
background: #efefef; // background: #efefef;
} // }
.dashboard{ // .dashboard{
padding: 8px; // padding: 8px;
} // }
.portlet-container{ // .portlet-container{
background: #efefef; // background: #efefef;
} // }
.portlet-container::after{ // .portlet-container::after{
content: ""; // content: "";
clear: both; // clear: both;
} // }
.portlet{ // .portlet{
margin: 8px; // margin: 8px;
height: calc(100% - 16px); // height: calc(100% - 16px);
width: calc(100% - 16px); // width: calc(100% - 16px);
background: #fff; // background: #fff;
border-radius: 4px; // border-radius: 4px;
box-shadow: 0 1px 1px rgba(0,0,0,.05), 0 2px 6px 0 rgba(0,0,0,.045); // box-shadow: 0 1px 1px rgba(0,0,0,.05), 0 2px 6px 0 rgba(0,0,0,.045);
border: 1px solid transparent; // border: 1px solid transparent;
>.portlet-with-title{ // >.portlet-with-title{
margin-bottom: 12px; // margin-bottom: 12px;
height: calc(100% - 64px); // height: calc(100% - 64px);
} // }
>.portlet-without-title{ // >.portlet-without-title{
margin-top: 12px; // margin-top: 12px;
margin-bottom: 12px; // margin-bottom: 12px;
height: calc(100% - 24px); // height: calc(100% - 24px);
} // }
} // }
} // }
// 看板视图,无缝模式 // // 看板视图,无缝模式
.view-container.appportalview.seamless-mode,.view-container.deportalview.seamless-mode,.view-container.deportalview9.seamless-mode{ // .view-container.appportalview.seamless-mode,.view-container.deportalview.seamless-mode,.view-container.deportalview9.seamless-mode{
>.view-card>.ivu-card-body>.content-container{ // >.view-card>.ivu-card-body>.content-container{
background: transparent; // background: transparent;
} // }
.portlet-container{ // .portlet-container{
background: transparent; // background: transparent;
} // }
.portlet{ // .portlet{
background: transparent; // background: transparent;
} // }
} // }
@import './user.less'; @import './user.less';
\ No newline at end of file
Markdown 格式
0% or
您添加了 0 到此讨论。请谨慎行事。
先完成此消息的编辑!
想要评论请 注册