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

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

上级 3d6dc945
...@@ -145,29 +145,39 @@ body { ...@@ -145,29 +145,39 @@ body {
} }
} }
// 看板视图,卡片模式 // 看板视图,卡片模式
.crm-app-view.appportalview,.crm-app-view.deportalview,.crm-app-view.deportalview9{ .crm-app-view.appportalview,.crm-app-view.deportalview,.crm-app-view.deportalview9{
>.crm-app-view-content-wrapper>.view-content-wrapper{ >.crm-app-view-content-wrapper>.view-content-wrapper{
background: #efefef; background: #efefef;
} }
.dashboard .ivu-row:nth-child(2){ .dashboard{
padding: 8px; padding: 8px;
}
.portlet-container{
background: #efefef;
}
.portlet-containe::after{
content: "";
clear: both;
}
.porlet{ .porlet{
margin: 8px;
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-width-title{
margin-bottom: 12px; margin-bottom: 12px;
height: calc(100% - 64px); height: calc(100% - 64px);
} }
.portlet-widthout-title{ >.portlet-widthout-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{
......
...@@ -38,7 +38,7 @@ ...@@ -38,7 +38,7 @@
z-index: 1; z-index: 1;
} }
.view-content-wrapper { >.view-container>.crm-app-content-container>.view-content-wrapper {
padding: 0px 10px; padding: 0px 10px;
} }
} }
......
Markdown 格式
0% or
您添加了 0 到此讨论。请谨慎行事。
先完成此消息的编辑!
想要评论请 注册