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