no message

Former-commit-id: a22b2390a5972390d882536130f22bad01fd1a88 [formerly a22b2390a5972390d882536130f22bad01fd1a88 [formerly a22b2390a5972390d882536130f22bad01fd1a88 [formerly a22b2390a5972390d882536130f22bad01fd1a88 [formerly 8cce48548aa6c9c1d61b7db0675271532bafc53d [formerly 786aebc8003c8490b04863c23b6c30c97985ea26]]]]]
Former-commit-id: fb0b9c360ffcc17f8bc711698abdf733eeae4a18
Former-commit-id: 1f223114c1a83a8312c29f68ede1eb8ca6cb01f2
Former-commit-id: 46740e01087534d24ba49ef064f347040225bb30 [formerly 83675948b4292d4a59e6a44d89fd8dd2eb0a9cb9]
Former-commit-id: ddf49cf7ec33c02d6266bc113d6e3046ac766a95
Former-commit-id: ba551afe3f7f02874d47a4c03e2b193a2f917106
Former-commit-id: 2e935780fe776ee6b2f4267f177751fc18f6bf04
Former-commit-id: c4312483e0ad931044791afe891bba2e0f7959f9
Former-commit-id: a17dae6f7e5c583641d8d7a5d90cbf9c147264a6
This commit is contained in:
liyang
2018-07-03 13:33:30 +08:00
parent 0339307b07
commit 6ff914fd42
4 changed files with 28 additions and 60 deletions

View File

@@ -256,6 +256,34 @@
.d2-theme-container-main-body {
// 布局组件
.container-component {
position: absolute;
top: 0px;
bottom: 0px;
left: 0px;
right: 0px;
overflow: hidden;
.d2-container-full {
position: absolute;
top: 0px;
right: 20px;
bottom: 0px;
left: 0px;
display: flex;
flex-direction: column;
overflow: hidden;
.d2-container-full__header {
padding: 20px;
}
.d2-container-full__body {
flex-grow: 1;
padding: 0px 20px;
overflow: hidden;
position: relative;
}
.d2-container-full__footer {
padding: 20px;
}
}
// 卡片布局组件
.d2-container-card {
border-top-left-radius: 0px;

View File

@@ -49,29 +49,3 @@ export default {
}
}
</script>
<style lang="scss" scoped>
// [组件] d2-container-full
.d2-container-full {
position: absolute;
top: 0px;
right: 20px;
bottom: 0px;
left: 0px;
display: flex;
flex-direction: column;
overflow: hidden;
.d2-container-full__header {
padding: 20px;
}
.d2-container-full__body {
flex-grow: 1;
padding: 0px 20px;
overflow: hidden;
position: relative;
}
.d2-container-full__footer {
padding: 20px;
}
}
</style>

View File

@@ -17,29 +17,3 @@ export default {
name: 'd2-container-full'
}
</script>
<style lang="scss" scoped>
// [组件] d2-container-full
.d2-container-full {
position: absolute;
top: 0px;
right: 20px;
bottom: 0px;
left: 0px;
display: flex;
flex-direction: column;
overflow: hidden;
.d2-container-full__header {
padding: 20px;
}
.d2-container-full__body {
flex-grow: 1;
padding: 20px;
overflow: auto;
position: relative;
}
.d2-container-full__footer {
padding: 20px;
}
}
</style>

View File

@@ -95,14 +95,6 @@ export default {
<style lang="scss" scoped>
@import '~@/assets/style/public.scss';
.container-component {
position: absolute;
top: 0px;
bottom: 0px;
left: 0px;
right: 0px;
overflow: hidden;
}
@media (min-width: 576px) {
// 根据你的需要在这里添加样式
}