|
@@ -966,7 +966,7 @@ export default defineComponent({
|
|
|
</div>
|
|
|
</div>
|
|
|
{
|
|
|
- <Popup v-model:show={headData.speedShow} class="popup-custom van-scale center-closeBtn speedBoxClass_drag" transition="van-scale" teleport="body" style={speedInfo.styleDrag.value} overlay-style={{ background: "rgba(0, 0, 0, 0.3)" }}>
|
|
|
+ <Popup v-model:show={headData.speedShow} class="popup-custom van-scale center-closeBtn speedBoxClass_drag" transition="van-scale" teleport="body" style={speedInfo.styleDrag.value} overlay-style={{ background: "rgba(0, 0, 0, 0.6)" }}>
|
|
|
<Speed />
|
|
|
{state.platform === IPlatform.PC && <Dragbom showGuide={!state.guideInfo?.teacherDrag} onGuideDone={handleGuide} />}
|
|
|
</Popup>
|
|
@@ -1072,7 +1072,7 @@ export default defineComponent({
|
|
|
<img class={styles.iconBtn} src={headImg("icon_reset.png")} />
|
|
|
</div>
|
|
|
|
|
|
- <Popup v-model:show={headTopData.settingMode} class="popup-custom van-scale center-closeBtn settingBoxClass_drag" transition="van-scale" teleport="body" style={positionInfo.styleDrag.value} overlay-style={{ background: "rgba(0, 0, 0, 0.3)" }}>
|
|
|
+ <Popup v-model:show={headTopData.settingMode} class="popup-custom van-scale center-closeBtn settingBoxClass_drag" transition="van-scale" teleport="body" style={positionInfo.styleDrag.value} overlay-style={{ background: "rgba(0, 0, 0, 0.6)" }}>
|
|
|
<Settting />
|
|
|
{state.platform === IPlatform.PC && <Dragbom showGuide={!state.guideInfo?.teacherDrag} onGuideDone={handleGuide} />}
|
|
|
</Popup>
|
|
@@ -1118,7 +1118,7 @@ export default defineComponent({
|
|
|
)}
|
|
|
|
|
|
{/** 评测作业,没有完成时,提示弹窗 */}
|
|
|
- <Popup v-model:show={headTopData.workHomeNoDone} class="popup-custom van-scale center-closeBtn" transition="van-scale" teleport="body" style={positionInfo.styleDrag.value} overlay-style={{ background: "rgba(0, 0, 0, 0.3)" }}>
|
|
|
+ <Popup v-model:show={headTopData.workHomeNoDone} class="popup-custom van-scale center-closeBtn" transition="van-scale" teleport="body" style={positionInfo.styleDrag.value} overlay-style={{ background: "rgba(0, 0, 0, 0.6)" }}>
|
|
|
<WorkHomePop onClose={handleResult} />
|
|
|
</Popup>
|
|
|
</>
|