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

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

上级 b4b50cff
......@@ -143,4 +143,29 @@ body {
padding: 0px;
overflow-x: auto;
}
}
// 看板视图,卡片模式
.crm-app-view.appportalview,.crm-app-view.appportalview,.crm-app-view.appportalview9{
>.crm-app-view-content-wrapper .view-content-wrapper{
background: #f5f7fa;
}
.dashboard .ivu-row:nth-child(2){
padding: 8px;
.porlet{
background: #fff;
border-radius: 2px;
}
}
}
// 看板视图,无缝模式
.crm-app-view.appportalview.seamless-mode,.crm-app-view.appportalview.seamless-mode,.crm-app-view.appportalview9.seamless-mode{
>.crm-app-view-content-wrapper .view-content-wrapper{
background: transparent;
}
.dashboard .ivu-row:nth-child(2){
.porlet{
background: transparent;
}
}
}
\ No newline at end of file
Markdown 格式
0% or
您添加了 0 到此讨论。请谨慎行事。
先完成此消息的编辑!
想要评论请 注册