فهرست منبع

更新 样式

wzh 3 سال پیش
والد
کامیت
7f6e1c803d
1فایلهای تغییر یافته به همراه6 افزوده شده و 0 حذف شده
  1. 6 0
      src/components/Aside.vue

+ 6 - 0
src/components/Aside.vue

@@ -15,6 +15,7 @@
     >
       <template v-slot:title>
         <img
+          class="pointer pimg"
           :style="{
             width: '30px',
             height: '30px',
@@ -37,3 +38,8 @@
 <script setup>
 import store from "../store";
 </script>
+<style scoped>
+.pimg:hover {
+  background: #fff !important;
+}
+</style>