瀏覽代碼

fix cotisation alert bar cursor

Olivier Massot 3 年之前
父節點
當前提交
605ca1ba5f
共有 1 個文件被更改,包括 5 次插入0 次删除
  1. 5 0
      components/Layout/AlertBar/Cotisation.vue

+ 5 - 0
components/Layout/AlertBar/Cotisation.vue

@@ -146,4 +146,9 @@ const goOn = (type: ALERT_STATE_COTISATION) => {
   height: 20px;
   margin: 0 6px;
 }
+
+a {
+  // Je ne sais pas pourquoi il faut le préciser, mais sans ça le pointeur n'est pas bon
+  cursor: pointer;
+}
 </style>