提交 6d1472b3 编写于 作者: ibizdev's avatar ibizdev

chitanda 发布系统代码

上级 740f60bb
......@@ -87,10 +87,8 @@ export class AppContentLeftNavMenu extends Vue {
* @memberof AppContentLeftExp
*/
protected itemClick(item: any): void {
if (this.activeItem.name !== item.name) {
this.changeActiveItem(item);
this.menuClick(item);
}
this.changeActiveItem(item);
this.menuClick(item);
}
/**
......
......@@ -309,9 +309,37 @@
}
}
// 看板视图 与 应用看板视图
// 看板视图 与 应用看板视图 「无边框」
.studio-view.view-container.deportalview.no-border,
.studio-view.view-container.deportalview9.no-border,
.studio-view.view-container.appportalview.no-border,
.studio-view.view-container.appportalview9.no-border {
>.view-content {
.portlet-without-title {
.portlet {
>.portlet-title {
border: 0;
}
>.portlet-with-title, >.portlet-without-title {
border: 0;
border-top: 1px solid var(--view-dividing-line-color-bright);
}
}
}
}
}
// 看板视图 与 应用看板视图 「有边框」
.studio-view.view-container.deportalview,
.studio-view.view-container.appportalview {
.studio-view.view-container.deportalview9,
.studio-view.view-container.appportalview,
.studio-view.view-container.appportalview9 {
>.view-content {
......@@ -334,6 +362,10 @@
color: var(--view-font-color-bright);
border-radius: 5px 5px 0px 0px;
background: var(--view-background-color-bright);
.portlet-action {
float: right;
}
}
>.portlet-with-title {
......
Markdown 格式
0% or
您添加了 0 到此讨论。请谨慎行事。
先完成此消息的编辑!
想要评论请 注册