Skip to content
This repository was archived by the owner on Nov 15, 2018. It is now read-only.

Commit b179c88

Browse files
committed
style: (#608) 举报弹框样式
1 parent 87f9681 commit b179c88

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

src/components/Report.vue

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99

1010
<main class="m-box-model m-aln-center m-justify-center">
1111
<div class="m-box-model m-lim-width m-main">
12-
<p class="m-pinned-amount-label">举报 {{ username }} {{ typeText ? `的${typeText}` : '' }}</p>
12+
<p class="m-pinned-amount-label">举报 <span class="primary">{{ username }}</span> {{ typeText ? `的${typeText}` : '' }}</p>
1313
<div class="reference">
1414
{{ reference }}
1515
</div>
@@ -167,10 +167,15 @@ export default {
167167
padding: 20px;
168168
background-color: #fff;
169169
170+
.primary {
171+
color: @primary;
172+
}
173+
170174
.reference {
171175
margin-bottom: 20px;
172176
padding: 20px;
173177
background-color: #f4f5f6;
178+
font-size: 26px;
174179
}
175180
176181
.reason {

0 commit comments

Comments
 (0)