feat: 增加"我有不同意见"按钮

This commit is contained in:
383514580 2019-06-26 18:10:40 +08:00
parent 0ca59b6820
commit 5565cb2fde

View File

@ -40,6 +40,7 @@
<h2>{{title}}</h2>
<p class="rule">
<span :data-clipboard-text="rule" class="btn-copy">点击复制</span>
<a href="https://github.com/any86/any-rule/issues/new" target="_blank" class="btn-better">我有不同意见</a>
{{rule}}
</p>
<section class="verification">
@ -323,6 +324,11 @@ main {
opacity: 0.6;
}
}
>.btn-better{
@extend .btn-copy;
background-color:#ff5722;
}
}
> section.verification {