diff --git a/index.html b/index.html index 29daaaa..80e972e 100644 --- a/index.html +++ b/index.html @@ -2,7 +2,7 @@ * @Author: donghao donghao@supervision.ltd * @Date: 2025-03-06 17:57:05 * @LastEditors: donghao donghao@supervision.ltd - * @LastEditTime: 2025-03-18 11:08:34 + * @LastEditTime: 2025-06-12 14:11:54 * @FilePath: \5G-Loading-Bay-Web\index.html * @Description: 这是默认设置,请设置`customMade`, 打开koroFileHeader查看配置 进行设置: https://github.com/OBKoro1/koro1FileHeader/wiki/%E9%85%8D%E7%BD%AE --> @@ -16,8 +16,6 @@
- - diff --git a/src/App.vue b/src/App.vue index 0de63db..c2e50bc 100644 --- a/src/App.vue +++ b/src/App.vue @@ -137,7 +137,7 @@ html, body, #app { /* 大屏页面特殊处理 */ .router-view-container { - background: linear-gradient( 160deg, #E2EAFF 0%, rgba(255,255,255,0) 100%); + // background: linear-gradient( 160deg, #E2EAFF 0%, rgba(255,255,255,0) 100%); } } } diff --git a/src/assets/images/bg_menu.png b/src/assets/images/bg_menu.png new file mode 100644 index 0000000..c539e5a Binary files /dev/null and b/src/assets/images/bg_menu.png differ diff --git a/src/assets/images/bg_page.png b/src/assets/images/bg_page.png new file mode 100644 index 0000000..4a52979 Binary files /dev/null and b/src/assets/images/bg_page.png differ diff --git a/src/layouts/MainLayout.vue b/src/layouts/MainLayout.vue index 78fcfa1..58576b7 100644 --- a/src/layouts/MainLayout.vue +++ b/src/layouts/MainLayout.vue @@ -2,7 +2,7 @@ * @Author: donghao donghao@supervision.ltd * @Date: 2025-03-06 13:56:12 * @LastEditors: donghao donghao@supervision.ltd - * @LastEditTime: 2025-06-12 10:53:33 + * @LastEditTime: 2025-06-12 13:10:23 * @FilePath: \vite-ai\data-dashboard\src\views\dashboard\home.vue * @Description: 这是默认设置,请设置`customMade`, 打开koroFileHeader查看配置 进行设置: https://github.com/OBKoro1/koro1FileHeader/wiki/%E9%85%8D%E7%BD%AE --> @@ -20,11 +20,12 @@