diff --git a/src/style/global-style.scss b/src/style/global-style.scss index 6edf302..ac15252 100644 --- a/src/style/global-style.scss +++ b/src/style/global-style.scss @@ -5,6 +5,15 @@ background: $color-bg-1; } +.dc-page-clear { + margin: $padding; + padding: $padding; +} + +.border-red { + box-shadow: $shadow-border-1; +} + // 通用全外边距 .margin { margin: $margin; diff --git a/src/views/about-project/about-project.vue b/src/views/about-project/about-project.vue index 7c7a4ef..51f3d92 100644 --- a/src/views/about-project/about-project.vue +++ b/src/views/about-project/about-project.vue @@ -1,7 +1,72 @@ - + + + diff --git a/src/views/table-management/common-table/common-table.vue b/src/views/table-management/common-table/common-table.vue index f2cff02..e8e81bc 100644 --- a/src/views/table-management/common-table/common-table.vue +++ b/src/views/table-management/common-table/common-table.vue @@ -18,29 +18,27 @@ - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + diff --git a/src/views/table-management/custom-table/custom-table.vue b/src/views/table-management/custom-table/custom-table.vue index f648912..754ca92 100644 --- a/src/views/table-management/custom-table/custom-table.vue +++ b/src/views/table-management/custom-table/custom-table.vue @@ -18,29 +18,27 @@ - - - - - - - - - - - - - - - - + + + + + + + + + + + + + +