فهرست منبع

反馈提交按钮背景色修改

yuwenjun1997 2 سال پیش
والد
کامیت
23b2e77524
1فایلهای تغییر یافته به همراه3 افزوده شده و 1 حذف شده
  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 {