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 @@ - 关于项目 + + + + dc-admin 一款基于 Vue、TypeScript、Vite5、Pinia、arco-design开源的后台管理框架,使用目前最新技术栈开发。 + 融合了全新的UI框架,高度可自定义的主题功能使得用户可以根据自身需求轻松定制界面。 + 代码全注释,可提供参考和学习。 + + + + + + + + + + + + - + + + 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 @@ - - - - - - - 查询 - - - - - - 重置 - - - - - - - {{ formData.search ? "收起" : "展开" }} - - - + + + + + + 查询 + + + + + + 重置 + + + + + + + {{ formData.search ? "收起" : "展开" }} + + 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 @@ - - - - - - - 查询 - - - - - - 重置 - - - - - - - {{ formData.search ? "收起" : "展开" }} - - - + + + + + + 查询 + + + + + + 重置 + + + + + + + {{ formData.search ? "收起" : "展开" }} + +
dc-admin 一款基于 Vue、TypeScript、Vite5、Pinia、arco-design开源的后台管理框架,使用目前最新技术栈开发。
融合了全新的UI框架,高度可自定义的主题功能使得用户可以根据自身需求轻松定制界面。
代码全注释,可提供参考和学习。