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 @@ - +