From 5275d044d8e1d05ac2efc7cec935c5e28f6d832d Mon Sep 17 00:00:00 2001 From: 少年 <1392120328@qq.com> Date: 星期三, 13 三月 2024 10:46:30 +0800 Subject: [PATCH] 冲突解决 --- src/components/poplayer/history2.vue | 7 ++++--- 1 files changed, 4 insertions(+), 3 deletions(-) diff --git a/src/components/poplayer/history2.vue b/src/components/poplayer/history2.vue index 03a62e0..866745f 100644 --- a/src/components/poplayer/history2.vue +++ b/src/components/poplayer/history2.vue @@ -30,8 +30,8 @@ data() { return { arr: [ - 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010, 2011, 2012, - 2013, 2014, 2015, 2016, 2017, 2018, 2019, 2020, 2021, + 2021, 2020, 2019, 2018, 2017, 2016, 2015, 2014, 2013, 2012, 2011, 2010, + 2009, 2008, 2007, 2006, 2005, 2004, 2003, 2002, 2001, ], currentValue: 2021, }; @@ -104,7 +104,8 @@ } -.active { + +.listBox .active { /* background-color: #4590d7; */ color: #127dff; } -- Gitblit v1.9.3