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

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

上级 598dbfbb
...@@ -147,7 +147,7 @@ body { ...@@ -147,7 +147,7 @@ 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 .ivu-row:nth-child(2){
...@@ -166,11 +166,12 @@ body { ...@@ -166,11 +166,12 @@ body {
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{
background: transparent; background: transparent;
} }
.dashboard .ivu-row:nth-child(2){ .dashboard .ivu-row:nth-child(2){
......
Markdown 格式
0% or
您添加了 0 到此讨论。请谨慎行事。
先完成此消息的编辑!
想要评论请 注册