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

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

上级 3d6dc945
...@@ -145,27 +145,37 @@ body { ...@@ -145,27 +145,37 @@ 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;
.porlet{ }
background: #fff; .portlet-container{
border-radius: 4px; background: #efefef;
box-shadow: 0 1px 1px rgba(0,0,0,.05), 0 2px 6px 0 rgba(0,0,0,.045); }
border: 1px solid transparent; .portlet-containe::after{
.portlet-width-title{ content: "";
margin-bottom: 12px; clear: both;
height: calc(100% - 64px); }
} .porlet{
.portlet-widthout-title{ margin: 8px;
margin-top: 12px; width: calc(100% - 16px);
margin-bottom: 12px; background: #fff;
height: calc(100% - 24px); border-radius: 4px;
} box-shadow: 0 1px 1px rgba(0,0,0,.05), 0 2px 6px 0 rgba(0,0,0,.045);
border: 1px solid transparent;
>.portlet-width-title{
margin-bottom: 12px;
height: calc(100% - 64px);
}
>.portlet-widthout-title{
margin-top: 12px;
margin-bottom: 12px;
height: calc(100% - 24px);
} }
} }
} }
......
...@@ -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 到此讨论。请谨慎行事。
先完成此消息的编辑!
想要评论请 注册