fix ui
This commit is contained in:
parent
d78b4c95bc
commit
a3ae2c6630
@ -149,10 +149,10 @@ struct ListView: View {
|
|||||||
Rectangle()
|
Rectangle()
|
||||||
.frame(width: 200, height: 25)
|
.frame(width: 200, height: 25)
|
||||||
.foregroundColor(Color(hex: "#F2F2F2"))
|
.foregroundColor(Color(hex: "#F2F2F2"))
|
||||||
.cornerRadius(10)
|
//.cornerRadius(10)
|
||||||
.overlay {
|
.overlay {
|
||||||
RoundedRectangle(cornerRadius: 10)
|
//RoundedRectangle(cornerRadius: 10)
|
||||||
.stroke(Color.black, lineWidth: 1)
|
// .stroke(Color.black, lineWidth: 1)
|
||||||
Text("收起剧集")
|
Text("收起剧集")
|
||||||
.font(.system(size: 13))
|
.font(.system(size: 13))
|
||||||
.foregroundColor(Color(hex: "#999999"))
|
.foregroundColor(Color(hex: "#999999"))
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user