diff --git a/hg-monitor-web-zj/src/main/resources/static/vue3/public/css/datacenter.css b/hg-monitor-web-zj/src/main/resources/static/vue3/public/css/datacenter.css index 8e94836..c84e6b6 100644 --- a/hg-monitor-web-zj/src/main/resources/static/vue3/public/css/datacenter.css +++ b/hg-monitor-web-zj/src/main/resources/static/vue3/public/css/datacenter.css @@ -66,10 +66,10 @@ margin-left:20px; } .sjzx .item ul li .icon-wd { - background-image: url('/vue3/src/assets/images/zjdp/icon-wd.png'); + background-image: url('/vue3/src/assets/images/zjdp/icon-machine.png'); } .sjzx .item ul li .icon-sd { - background-image: url("/vue3/src/assets/images/zjdp/icon-sd.png"); + background-image: url("/vue3/src/assets/images/zjdp/icon-ass.png"); } .sjzx .item ul li .icon-mj { background-image: url("/vue3/src/assets/images/zjdp/icon-mj.png"); diff --git a/hg-monitor-web-zj/src/main/resources/static/vue3/src/assets/images/zjdp/icon-ass.png b/hg-monitor-web-zj/src/main/resources/static/vue3/src/assets/images/zjdp/icon-ass.png new file mode 100644 index 0000000..6182d2f Binary files /dev/null and b/hg-monitor-web-zj/src/main/resources/static/vue3/src/assets/images/zjdp/icon-ass.png differ diff --git a/hg-monitor-web-zj/src/main/resources/static/vue3/src/assets/images/zjdp/icon-machine.png b/hg-monitor-web-zj/src/main/resources/static/vue3/src/assets/images/zjdp/icon-machine.png new file mode 100644 index 0000000..176f170 Binary files /dev/null and b/hg-monitor-web-zj/src/main/resources/static/vue3/src/assets/images/zjdp/icon-machine.png differ diff --git a/hg-monitor-web-zj/src/main/resources/static/vue3/src/assets/images/zjdp/icon-mj.png b/hg-monitor-web-zj/src/main/resources/static/vue3/src/assets/images/zjdp/icon-mj.png index 230f0ea..6487a83 100644 Binary files a/hg-monitor-web-zj/src/main/resources/static/vue3/src/assets/images/zjdp/icon-mj.png and b/hg-monitor-web-zj/src/main/resources/static/vue3/src/assets/images/zjdp/icon-mj.png differ