提交 fcccfc63 编写于 作者: RedPig97's avatar RedPig97

update: 首页样式更新

上级 7d467ea8
.app-nav-pos { .app-nav-pos {
width: 100%; width: 100%;
height: 100%; height: 100%;
&.appindexview { &.is-index-layout {
background-color: #f0f2f5; background-color: #f0f2f5;
>.app-view-layout {
padding: 0 12px;
}
} }
} }
\ No newline at end of file
...@@ -118,7 +118,7 @@ export default class AppNavPos extends Vue { ...@@ -118,7 +118,7 @@ export default class AppNavPos extends Vue {
get curClassName() { get curClassName() {
const currentModel = this.layoutModelDetails[this.itemName]; const currentModel = this.layoutModelDetails[this.itemName];
if (currentModel) { if (currentModel) {
return `app-nav-pos ${this.itemName} ${currentModel.sysCss} ${currentModel.viewType.toLowerCase()}`; return `app-nav-pos ${this.itemName} ${currentModel.sysCss} ${Object.is(currentModel.viewType, 'APPINDEXVIEW') && 'is-index-layout'}`;
} }
} }
......
...@@ -293,6 +293,7 @@ ...@@ -293,6 +293,7 @@
.app-view-layout{ .app-view-layout{
width: 100%; width: 100%;
height: 100%; height: 100%;
background-color: #ffffff;
.container-item__pos{ .container-item__pos{
display: flex; display: flex;
flex-direction: column; flex-direction: column;
...@@ -305,6 +306,15 @@ ...@@ -305,6 +306,15 @@
.app-scroll-container .ibiz-page-tag { .app-scroll-container .ibiz-page-tag {
margin: 0; margin: 0;
} }
.app-nav-pos {
.view-container {
padding: 0;
box-shadow: none;
}
}
.ibiz-page-tag .tag-tabs .el-tabs .el-tabs__nav {
padding: 0;
}
} }
// 看板视图,卡片模式 // 看板视图,卡片模式
......
Markdown 格式
0% or
您添加了 0 到此讨论。请谨慎行事。
先完成此消息的编辑!
想要评论请 注册