From 930c7828ffa833d10f66ec57f2307a65f22ec041 Mon Sep 17 00:00:00 2001 From: chenghx Date: Wed, 8 Aug 2018 11:44:21 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E5=A4=8D=EF=BC=9ADetailList=E7=BB=84?= =?UTF-8?q?=E4=BB=B6=E6=A0=B7=E5=BC=8F=E9=97=AE=E9=A2=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/components/tool/DetailList.vue | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/src/components/tool/DetailList.vue b/src/components/tool/DetailList.vue index 2672ae2..c8cf935 100644 --- a/src/components/tool/DetailList.vue +++ b/src/components/tool/DetailList.vue @@ -105,7 +105,7 @@ export default { .title { font-size: 16px; color: rgba(0,0,0,.85); - font-weight: bold; + font-weight: bolder; margin-bottom: 16px; } .term { @@ -131,6 +131,12 @@ export default { display: table-cell; } &.small{ + .title{ + font-size: 14px; + color: rgba(0,0,0,.65); + font-weight: normal; + margin-bottom: 12px; + } .term,.content{ padding-bottom: 8px; }