This commit is contained in:
Teng 2026-01-26 13:22:39 +08:00
parent 4791d09263
commit bde478b330
4 changed files with 4 additions and 4 deletions

View File

@ -674,7 +674,7 @@
transition: opacity 1s ease; transition: opacity 1s ease;
position: relative; position: relative;
margin-left: -50rpx; margin-left: -50rpx;
background-color: #F2F3F8;
/* background-color: blue; */ /* background-color: blue; */
.joystick { .joystick {

View File

@ -405,7 +405,7 @@
height: 100vh; height: 100vh;
overflow: hidden; overflow: hidden;
z-index: 99; z-index: 99;
background-color: #F2F3F8;
} }
.nomessageclass { .nomessageclass {

View File

@ -570,7 +570,7 @@ function _sfc_render(_ctx, _cache, $props, $setup, $data, $options) {
) )
]); ]);
} }
const camera = /* @__PURE__ */ _export_sfc(_sfc_main, [["render", _sfc_render], ["styles", [_style_0]], ["__file", "D:/项目/hldy_app_mini/pages/camera.nvue"]]); const camera = /* @__PURE__ */ _export_sfc(_sfc_main, [["render", _sfc_render], ["styles", [_style_0]], ["__file", "D:/hldy_app_mini/pages/camera.nvue"]]);
export { export {
camera as default camera as default
}; };

View File

@ -578,7 +578,7 @@ function _sfc_render(_ctx, _cache, $props, $setup, $data, $options) {
) )
]); ]);
} }
const fullcamera = /* @__PURE__ */ _export_sfc(_sfc_main, [["render", _sfc_render], ["styles", [_style_0]], ["__file", "D:/项目/hldy_app_mini/pages/fullcamera.nvue"]]); const fullcamera = /* @__PURE__ */ _export_sfc(_sfc_main, [["render", _sfc_render], ["styles", [_style_0]], ["__file", "D:/hldy_app_mini/pages/fullcamera.nvue"]]);
export { export {
fullcamera as default fullcamera as default
}; };