浏览代码

反馈提交按钮背景色修改

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 {