From edc52a3cdfb6b9b5d9a7f3858bb3832a4af5c406 Mon Sep 17 00:00:00 2001 From: wf <2547096351@qq.com> Date: Tue, 18 Jun 2024 18:07:53 +0800 Subject: [PATCH] =?UTF-8?q?feat:=20=E5=85=B3=E4=BA=8E=E9=A1=B9=E7=9B=AE?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/style/global-style.scss | 9 +++ src/views/about-project/about-project.vue | 71 ++++++++++++++++++- .../common-table/common-table.vue | 44 ++++++------ .../custom-table/custom-table.vue | 44 ++++++------ 4 files changed, 119 insertions(+), 49 deletions(-) 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框架,高度可自定义的主题功能使得用户可以根据自身需求轻松定制界面。
代码全注释,可提供参考和学习。