This commit is contained in:
anlicheng 2025-02-22 23:59:06 +08:00
parent d78b4c95bc
commit a3ae2c6630

View File

@ -149,10 +149,10 @@ struct ListView: View {
Rectangle()
.frame(width: 200, height: 25)
.foregroundColor(Color(hex: "#F2F2F2"))
.cornerRadius(10)
//.cornerRadius(10)
.overlay {
RoundedRectangle(cornerRadius: 10)
.stroke(Color.black, lineWidth: 1)
//RoundedRectangle(cornerRadius: 10)
// .stroke(Color.black, lineWidth: 1)
Text("收起剧集")
.font(.system(size: 13))
.foregroundColor(Color(hex: "#999999"))