From 7ef1de9206f76bc2bf81f32cb2a8e4f39a7abecc Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=A2=81=E7=81=8F?= Date: Mon, 18 Jan 2021 14:34:44 +0800 Subject: [PATCH] Update page.less --- src/styles/components/page.less | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/src/styles/components/page.less b/src/styles/components/page.less index 5d44e7fb..5d7118c3 100644 --- a/src/styles/components/page.less +++ b/src/styles/components/page.less @@ -84,7 +84,9 @@ // color: #ccc; // text-align: center; //} - + i{ + color: #ccc; + } i:first-child{ display: none; } @@ -95,6 +97,7 @@ //} i:first-child{ display: inline; + color: @primary-color; } i:last-child{ display: none;