From 6fc3c4d3d46ba299d3053b9e8dbfe95c39299e8d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E4=B8=8D=E5=81=9A=E7=A0=81=E5=86=9C?= <599854767@qq.com> Date: Mon, 27 Jun 2022 20:13:38 +0800 Subject: [PATCH] =?UTF-8?q?perf=EF=BC=9A=E4=BC=98=E5=8C=96=E5=AD=97?= =?UTF-8?q?=E5=85=B8=E6=95=B0=E6=8D=AE=E5=9B=9E=E6=98=BE=E6=A0=B7=E5=BC=8F?= =?UTF-8?q?=E4=B8=8B=E6=8B=89=E6=A1=86=E6=98=BE=E7=A4=BA=E5=80=BC?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/assets/styles/index.scss | 11 +++-- src/views/components/dictData.vue | 75 +++++++++++++++++-------------- 2 files changed, 50 insertions(+), 36 deletions(-) diff --git a/src/assets/styles/index.scss b/src/assets/styles/index.scss index aca8afa..f4e6df4 100644 --- a/src/assets/styles/index.scss +++ b/src/assets/styles/index.scss @@ -206,7 +206,9 @@ div:focus { .text-navy { color: #1ab394; } - +.text-pink { + color: pink; +} .text-primary { color: inherit; } @@ -224,7 +226,7 @@ div:focus { } .text-danger { - color: #ed5565; + color: #ff0000; } .text-muted { @@ -232,7 +234,7 @@ div:focus { } .text-orange { - color: orangered; + color: #ff7d00; } .text-hotpink { @@ -246,6 +248,9 @@ div:focus { .text-greenyellow { color: greenyellow; } +.text-purple { + color: #ff00ff; +} /* image */ .img-circle { diff --git a/src/views/components/dictData.vue b/src/views/components/dictData.vue index d94f1b4..f54d5b0 100644 --- a/src/views/components/dictData.vue +++ b/src/views/components/dictData.vue @@ -40,7 +40,7 @@ - +