大屏页面初始化
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user