房间比赛流程同步
This commit is contained in:
@@ -49,10 +49,6 @@ const props = defineProps({
|
||||
type: Boolean,
|
||||
default: true,
|
||||
},
|
||||
start: {
|
||||
type: Boolean,
|
||||
default: false,
|
||||
},
|
||||
mode: {
|
||||
type: String,
|
||||
default: "solo", // solo 单排,team 双排
|
||||
@@ -201,7 +197,6 @@ const simulShoot = async () => {
|
||||
.container {
|
||||
width: calc(100% - 30px);
|
||||
padding: 15px;
|
||||
/* overflow: hidden; */
|
||||
position: relative;
|
||||
}
|
||||
.target {
|
||||
|
||||
Reference in New Issue
Block a user