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

update:nav-pos组件样式还原

上级 fc6db557
......@@ -2,12 +2,3 @@
width: 100%;
height: 100%;
}
\ No newline at end of file
.app-nav-pos.is-layout {
margin-left: 12px;
margin-right: 12px;
padding-left: 12px;
padding-right: 12px;
height: calc(100% - 12px);
width: auto;
background-color: #fff;
}
\ No newline at end of file
......@@ -118,7 +118,7 @@ export default class AppNavPos extends Vue {
get curClassName() {
const currentModel = this.layoutModelDetails[this.itemName];
if (currentModel) {
return `app-nav-pos ${this.itemName} ${currentModel.sysCss} ${currentModel && 'is-layout'}`;
return `app-nav-pos ${this.itemName} ${currentModel.sysCss}`;
}
}
......
Markdown 格式
0% or
您添加了 0 到此讨论。请谨慎行事。
先完成此消息的编辑!
想要评论请 注册