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

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

上级 d292395b
...@@ -163,22 +163,24 @@ body { ...@@ -163,22 +163,24 @@ body {
} }
.portlet{ .portlet{
margin: 8px; margin: 8px;
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-width-title{ >.portlet-with-title{
margin-bottom: 12px; margin-bottom: 12px;
height: calc(100% - 64px); height: calc(100% - 64px);
} }
>.portlet-widthout-title{ >.portlet-without-title{
margin-top: 12px; margin-top: 12px;
margin-bottom: 12px; margin-bottom: 12px;
height: calc(100% - 24px); height: calc(100% - 24px);
} }
} }
} }
// 看板视图,无缝模式 // 看板视图,无缝模式
.crm-app-view.appportalview.seamless-mode,.crm-app-view.deportalview.seamless-mode,.crm-app-view.deportalview9.seamless-mode{ .crm-app-view.appportalview.seamless-mode,.crm-app-view.deportalview.seamless-mode,.crm-app-view.deportalview9.seamless-mode{
>.crm-app-view-content-wrapper>.view-content-wrapper{ >.crm-app-view-content-wrapper>.view-content-wrapper{
......
Markdown 格式
0% or
您添加了 0 到此讨论。请谨慎行事。
先完成此消息的编辑!
想要评论请 注册