Browse Source

更新 样式

wzh 3 năm trước cách đây
mục cha
commit
7f6e1c803d
1 tập tin đã thay đổi với 6 bổ sung0 xóa
  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>