大屏页面初始化

This commit is contained in:
2026-03-11 18:06:39 +08:00
parent a560cf5acb
commit 786217af69
10 changed files with 1897 additions and 16 deletions

View File

@@ -113,7 +113,6 @@ const handleQuery = () => {
});
};
// 新增设置按钮点击事件
const handleSetting = () => {
router.push('/screen/Setting/index');
};
@@ -193,7 +192,6 @@ onMounted(() => {
background-color: rgba(60, 156, 255, 0.25) !important;
}
/* 新增设置弹窗样式 */
.dark-message-box {
background-color: #0f3460 !important;
border: 1px solid #1a508b !important;