Signed-off-by: yinxr <2273460044@qq.com>

This commit is contained in:
yinxr 2019-01-26 12:45:55 +08:00
parent b94ab35ed0
commit d56a40dabe
3 changed files with 51 additions and 0 deletions

View File

@ -0,0 +1,15 @@
<!-- 新建图文 -->
<script src="https://unpkg.com/vue-slicksort@latest/dist/vue-slicksort.min.js"></script>
<div id='article'>
<el-container>
<el-aside width="280px">
</el-aside>
<el-main>Main</el-main>
</el-container>
</div>
<script>
var articleVue = new Vue({
el: '#article'
})
</script>

View File

@ -69,6 +69,32 @@ textarea::-webkit-input-placeholder {
background-color: #ddd;
/*滚动条的背景颜色*/
}
.ms-container {
margin: 12px;
height: 100%;
padding: 14px 14px 0 14px;
background: #fff;
}
.ms-header {
padding: 10px;
margin: 0;
border-bottom: 1px solid #ddd;
background: #fff;
height: 50px;
}
.ms-pagination {
padding: 20px 0;
text-align: right;
}
.ms-fr {
float: right;
}
.ms-tr {
text-align: right;
}
.el-button + .el-button {
margin-left: 0;
}
.ms-admin-header {
display: flex;
padding: 0;
@ -298,3 +324,8 @@ textarea::-webkit-input-placeholder {
border-left: none;
border-radius: 0;
}
.ms-admin-container > .ms-admin-main iframe {
width: 100%;
height: 100%;
border: none !important;
}

View File

@ -229,5 +229,10 @@
}
}
}
// 嵌套iframe
iframe{
.ms-width-height(100%);
border: none !important;
}
}
}