修复练习不能分享的问题
This commit is contained in:
@@ -160,10 +160,10 @@ const normalRounds = computed(
|
||||
padding-top: 5px;
|
||||
}
|
||||
.players > view:first-child > view {
|
||||
background: linear-gradient(270deg, #172a86 0%, #0006 100%);
|
||||
background: linear-gradient(270deg, #172a86 0%, #0000 100%);
|
||||
}
|
||||
.players > view:last-child > view {
|
||||
background: linear-gradient(270deg, #0006 0%, #6a1212 100%);
|
||||
background: linear-gradient(270deg, #0000 0%, #6a1212 100%);
|
||||
}
|
||||
.players > view > view {
|
||||
min-height: 52rpx;
|
||||
|
||||
Reference in New Issue
Block a user