mirror of
https://gitee.com/spark-store-project/spark-store
synced 2025-10-04 01:22:20 +08:00
fix:解决滚动条不生效
This commit is contained in:
parent
270f937476
commit
84478ef1ff
@ -154,7 +154,7 @@ void MainWindow::initStyle()
|
||||
this->setStyleSheet("background-color: #F8FAFC;");
|
||||
|
||||
// 添加滚动条样式
|
||||
listView->setStyleSheet(R"(
|
||||
this->setStyleSheet(R"(
|
||||
QScrollBar:vertical {
|
||||
background: #F3F4F6;
|
||||
width: 8px;
|
||||
|
Loading…
x
Reference in New Issue
Block a user