10 lines
254 B
QML
10 lines
254 B
QML
// ==============================================
|
|
// =============== 标准面板外观样式 ===============
|
|
// ==============================================
|
|
|
|
import QtQuick 2.15
|
|
|
|
Rectangle {
|
|
color: theme.coverColor1
|
|
radius: size_.panelRadius
|
|
} |