From f5233339920a59103d53e8efadc6f3f5d0b64f31 Mon Sep 17 00:00:00 2001
From: lixuliang <lixuliang_hd@126.com>
Date: 星期三, 08 五月 2024 14:45:37 +0800
Subject: [PATCH] 移动端

---
 src/components/poplayer/history2.vue |    9 ++++-----
 1 files changed, 4 insertions(+), 5 deletions(-)

diff --git a/src/components/poplayer/history2.vue b/src/components/poplayer/history2.vue
index 4b6fcc3..3475168 100644
--- a/src/components/poplayer/history2.vue
+++ b/src/components/poplayer/history2.vue
@@ -1,7 +1,7 @@
 <template>
   <div class="historyBox">
-    <div class="colseBtn">
-      <img class="searchBtn" @click="close" src="@/assets/closeinput1.png" />
+    <div class="closeWrapper">
+      <img class="colseBtn" @click="close" src="@/assets/closeinput1.png" />
     </div>
     <div class="listBox">
       <ul>
@@ -66,13 +66,13 @@
 };
 </script>
 <style scoped>
-.colseBtn {
+.closeWrapper {
   position: absolute;
   top: 20px;
   right: 9px;
 }
 
-.searchBtn {
+.colseBtn {
   width: 0.4rem;
   /* height: 40px; */
 }
@@ -108,7 +108,6 @@
 }
 
 .listBox .active {
-  /* background-color: #4590d7; */
   color: #127dff;
 }
 </style>

--
Gitblit v1.9.3