From 84478ef1ff8d606401fce5425e1adc9277a87208 Mon Sep 17 00:00:00 2001 From: momen Date: Tue, 24 Jun 2025 11:23:47 +0800 Subject: [PATCH] =?UTF-8?q?fix:=E8=A7=A3=E5=86=B3=E6=BB=9A=E5=8A=A8?= =?UTF-8?q?=E6=9D=A1=E4=B8=8D=E7=94=9F=E6=95=88?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/mainwindow.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/mainwindow.cpp b/src/mainwindow.cpp index 3b01b23..e76667c 100644 --- a/src/mainwindow.cpp +++ b/src/mainwindow.cpp @@ -154,7 +154,7 @@ void MainWindow::initStyle() this->setStyleSheet("background-color: #F8FAFC;"); // 添加滚动条样式 - listView->setStyleSheet(R"( + this->setStyleSheet(R"( QScrollBar:vertical { background: #F3F4F6; width: 8px;