From 3ac985e57deaaaee56aeb83c27bef046230e58e3 Mon Sep 17 00:00:00 2001 From: caill <815519168@qq.com> Date: Tue, 5 Aug 2025 18:36:54 +0800 Subject: [PATCH] css --- .env.production | 3 ++- src/pages/modules/home.vue | 16 ---------------- src/pages/shells/index.vue | 4 ++-- 3 files changed, 4 insertions(+), 19 deletions(-) diff --git a/.env.production b/.env.production index 5399991..0081d3c 100644 --- a/.env.production +++ b/.env.production @@ -1,2 +1,3 @@ NODE_ENV=production -VUE_APP_API_BASE_URL=http://localhost:8011 \ No newline at end of file +# VUE_APP_API_BASE_URL=http://localhost:8011 +VUE_APP_API_BASE_URL=http://192.168.100.201:8011 \ No newline at end of file diff --git a/src/pages/modules/home.vue b/src/pages/modules/home.vue index 30ba4a6..00bc55a 100644 --- a/src/pages/modules/home.vue +++ b/src/pages/modules/home.vue @@ -81,22 +81,6 @@ export default { background linear-gradient(180deg, rgba(255,255,255,1) 0%, rgba(49,190,255,0.9) 0%, rgba(239,252,254,1) 40%) -webkit-background-clip: text -webkit-text-fill-color: transparent - &::before - content '' - position absolute - bottom 0 - left 0 - width 100% - height 2px - background-image linear-gradient(to right,#62b2f0,#b1ebf8) - &::after - content '' - position absolute - top 0 - right 0 - height 100% - width 2px - background-image linear-gradient(to bottom,#62b2f0,#b1ebf8) .nav_icon width 35% padding-top 35% diff --git a/src/pages/shells/index.vue b/src/pages/shells/index.vue index e4c1a2e..0747212 100644 --- a/src/pages/shells/index.vue +++ b/src/pages/shells/index.vue @@ -34,8 +34,8 @@