Explorar el Código

反馈提交按钮背景色修改

yuwenjun1997 hace 2 años
padre
commit
23b2e77524
Se han modificado 1 ficheros con 3 adiciones y 1 borrados
  1. 3 1
      pages/_template/app/feedback/index.vue

+ 3 - 1
pages/_template/app/feedback/index.vue

@@ -119,7 +119,9 @@ export default {
       cursor: pointer;
 
       &:hover {
-        background-color: #a50613;
+        @include themify($themes) {
+          background-color: themed('hover-color');
+        }
       }
 
       &.disabled {