实时数据页面样式修改

This commit is contained in:
stt
2025-12-10 10:30:32 +08:00
parent 0419af8e50
commit 37ed693cea
2 changed files with 24 additions and 87 deletions

View File

@@ -372,7 +372,7 @@ export function getTimeOfTheMonth(key: any): [string, string] {
* @param fullscreen // 全屏是否全屏
*/
export function getTime(interval: number | 3, timeList: any, externalTime: any) {
console.log('🚀 ~ getTime ~ timeList:', timeList)
// console.log('🚀 ~ getTime ~ timeList:', timeList)
// 1、先匹配时间
// 检查 interval 是否在 timeList 中
if (timeList && timeList.includes(interval.toString())) {