From c052c07d74b052f923b9a711b014baa62e11442a Mon Sep 17 00:00:00 2001 From: Surpriseplus <845948745@qq.com> Date: 星期一, 26 十二月 2022 15:05:44 +0800 Subject: [PATCH] 场景 --- src/views/Synthesis/index.vue | 6 +++++- 1 files changed, 5 insertions(+), 1 deletions(-) diff --git a/src/views/Synthesis/index.vue b/src/views/Synthesis/index.vue index 709b008..0f103c5 100644 --- a/src/views/Synthesis/index.vue +++ b/src/views/Synthesis/index.vue @@ -102,7 +102,7 @@ }, { id: 10, name: '鍦烘櫙', - class: 'menu_img9', + class: 'menu_img10', show: false, }, ], @@ -247,6 +247,10 @@ background: url('../../assets/img/synthesis/鐭╁舰 8 鎷疯礉 11.png') no-repeat center; } + .menu_img10{ + background: url('../../assets/img/synthesis/鍦烘櫙鎵撳紑.png') + no-repeat center; + } } // li { // background: rgba(53, 53, 53, 0); -- Gitblit v1.9.3