diff --git a/src/assets/img/icon/arrow-up-white.png b/src/assets/img/icon/arrow-up-white.png new file mode 100644 index 0000000..f5facb5 Binary files /dev/null and b/src/assets/img/icon/arrow-up-white.png differ diff --git a/src/assets/scss/custom.less b/src/assets/scss/custom.less index 03b9a11..e838a54 100644 --- a/src/assets/scss/custom.less +++ b/src/assets/scss/custom.less @@ -101,11 +101,12 @@ } } - &.disabled{ + &.disabled { &.primary { background: gainsboro; color: white; } + &:active { &.primary { background: gainsboro; @@ -128,6 +129,14 @@ } } +.not-read { + @width: .7rem; + width: @width; + height: @width; + border-radius: 50%; + background: yellow; +} + p { padding: 0; margin: 0; diff --git a/src/pages/home/Index2.vue b/src/pages/home/Index2.vue index 065eb75..ae5da75 100644 --- a/src/pages/home/Index2.vue +++ b/src/pages/home/Index2.vue @@ -103,49 +103,7 @@