From 57375c9136b032876cfb7638701f26958604a3f5 Mon Sep 17 00:00:00 2001 From: xiaozhiyong Date: Fri, 12 Jun 2026 14:01:37 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=96=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .env.development | 4 +- index.html | 7 +- public/gva-loading-boot.css | 6 +- src/style/element_visiable.scss | 27 ++- src/style/table-tech.scss | 7 +- .../detail/components/alarm/index.vue | 173 ------------------ .../detail/components/info/index.vue | 50 +---- .../detail/components/trend/index.vue | 18 +- .../equipment/components/detail/index.vue | 6 +- 9 files changed, 54 insertions(+), 244 deletions(-) delete mode 100644 src/view/masterStation/equipment/components/detail/components/alarm/index.vue diff --git a/.env.development b/.env.development index a76eccb..1397c6e 100644 --- a/.env.development +++ b/.env.development @@ -3,9 +3,9 @@ VITE_CLI_PORT = 8080 VITE_SERVER_PORT = 8888 VITE_BASE_API = /api VITE_FILE_API = /api -# VITE_BASE_PATH = http://192.168.1.9:8888 +VITE_BASE_PATH = http://192.168.1.9:8888 # VITE_BASE_PATH = http://192.168.110.98:8888 -VITE_BASE_PATH = https://www.xingoil.com/api +# VITE_BASE_PATH = https://www.xingoil.com/api VITE_POSITION = open VITE_EDITOR = code // VITE_EDITOR = webstorm 如果使用webstorm开发且要使用dom定位到代码行功能 请先自定添加 webstorm到环境变量 再将VITE_EDITOR值修改为webstorm diff --git a/index.html b/index.html index a53ed0a..2e173de 100644 --- a/index.html +++ b/index.html @@ -4,17 +4,12 @@ - diff --git a/src/view/masterStation/equipment/components/detail/components/info/index.vue b/src/view/masterStation/equipment/components/detail/components/info/index.vue index 2942078..6b03513 100644 --- a/src/view/masterStation/equipment/components/detail/components/info/index.vue +++ b/src/view/masterStation/equipment/components/detail/components/info/index.vue @@ -1,52 +1,10 @@ @@ -29,7 +28,6 @@ import DeviceLine from './components/line/index.vue' import DeviceTrend from './components/trend/index.vue' import DeviceConfig from './components/config/index.vue' - import DeviceAlarm from './components/alarm/index.vue' defineProps({ device: { @@ -64,7 +62,9 @@ background: linear-gradient(90deg, rgba(8, 27, 54, 0.9), rgba(4, 15, 32, 0.76)), radial-gradient(circle at 20% 20%, rgba(0, 212, 255, 0.16), transparent 36%); - box-shadow: var(--tech-shadow), inset 0 0 26px rgba(0, 212, 255, 0.08); + box-shadow: + var(--tech-shadow), + inset 0 0 26px rgba(0, 212, 255, 0.08); &::before { position: absolute;