Explorar o código

更新 样式

wzh %!s(int64=3) %!d(string=hai) anos
pai
achega
7f6e1c803d
Modificáronse 1 ficheiros con 6 adicións e 0 borrados
  1. 6 0
      src/components/Aside.vue

+ 6 - 0
src/components/Aside.vue

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