Explorar o código

反馈提交按钮背景色修改

yuwenjun1997 %!s(int64=2) %!d(string=hai) anos
pai
achega
23b2e77524
Modificáronse 1 ficheiros con 3 adicións e 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 {