mirror of
https://github.com/any86/any-rule.git
synced 2025-07-14 15:38:58 +08:00
feat: 增加"我有不同意见"按钮
This commit is contained in:
parent
0ca59b6820
commit
5565cb2fde
@ -40,6 +40,7 @@
|
|||||||
<h2>{{title}}</h2>
|
<h2>{{title}}</h2>
|
||||||
<p class="rule">
|
<p class="rule">
|
||||||
<span :data-clipboard-text="rule" class="btn-copy">点击复制</span>
|
<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}}
|
{{rule}}
|
||||||
</p>
|
</p>
|
||||||
<section class="verification">
|
<section class="verification">
|
||||||
@ -323,6 +324,11 @@ main {
|
|||||||
opacity: 0.6;
|
opacity: 0.6;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
>.btn-better{
|
||||||
|
@extend .btn-copy;
|
||||||
|
background-color:#ff5722;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
> section.verification {
|
> section.verification {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user