From 2bb346a1fc32be3fc7525661c341c94ab67d421a Mon Sep 17 00:00:00 2001
From: xiebin <123456>
Date: Fri, 02 Sep 2022 14:46:57 +0800
Subject: [PATCH] 解决关闭按钮不显示
---
src/components/remote/index.vue | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/src/components/remote/index.vue b/src/components/remote/index.vue
index 3287315..0f6cb07 100644
--- a/src/components/remote/index.vue
+++ b/src/components/remote/index.vue
@@ -666,7 +666,7 @@
margin-left: 30px;
width: 40px;
height: 40px;
- background: url(/img/icon/roller-close.png) no-repeat;
+ background: url(../../../public/img/icon/roller-close.png) no-repeat;
background-size: 100% 100%;
}
--
Gitblit v1.9.3