diff --git a/frontend/src/business/components/common/components/MsAsideContainer.vue b/frontend/src/business/components/common/components/MsAsideContainer.vue new file mode 100644 index 0000000000..79a90b9281 --- /dev/null +++ b/frontend/src/business/components/common/components/MsAsideContainer.vue @@ -0,0 +1,23 @@ + + + + + + + + + + + diff --git a/frontend/src/business/components/common/components/MsContainer.vue b/frontend/src/business/components/common/components/MsContainer.vue new file mode 100644 index 0000000000..70dcdc64fa --- /dev/null +++ b/frontend/src/business/components/common/components/MsContainer.vue @@ -0,0 +1,27 @@ + + + + + + + + + + + diff --git a/frontend/src/business/components/common/components/MsMainContainer.vue b/frontend/src/business/components/common/components/MsMainContainer.vue new file mode 100644 index 0000000000..fcc7f3e6af --- /dev/null +++ b/frontend/src/business/components/common/components/MsMainContainer.vue @@ -0,0 +1,20 @@ + + + + + + + + + diff --git a/frontend/src/business/components/project/MsProject.vue b/frontend/src/business/components/project/MsProject.vue index d9cf65a553..e32b67c07b 100644 --- a/frontend/src/business/components/project/MsProject.vue +++ b/frontend/src/business/components/project/MsProject.vue @@ -1,6 +1,6 @@ - - + + + - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + diff --git a/frontend/src/common/css/main.css b/frontend/src/common/css/main.css index 58784f96f9..72c8d9710c 100644 --- a/frontend/src/common/css/main.css +++ b/frontend/src/common/css/main.css @@ -33,14 +33,8 @@ body { clear: both; } -.card-container { - position: relative; -} -.card-content { - width: 100%; - position: absolute; -} + .table-card > .el-card__body { padding-top: 0;