You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
|
|
// 此文件只定义light(即俯视图小灯泡)的位置信息
|
|
|
|
// 与显示状态和分组信息无关
|
|
|
|
export const lightPosition = [
|
|
|
|
{ left: '180px', bottom: '200px' },
|
|
|
|
{ left: '180px', bottom: '230px' },
|
|
|
|
];
|