时间轴的当前时间定位到之前最近的15分钟的时间点上;SCADA 设备列表优化样式显示
This commit is contained in:
@@ -455,7 +455,7 @@ const SCADADeviceList: React.FC<SCADADeviceListProps> = ({
|
||||
<FixedSizeList
|
||||
height={400}
|
||||
itemCount={filteredDevices.length}
|
||||
itemSize={80}
|
||||
itemSize={92}
|
||||
width="100%"
|
||||
>
|
||||
{({
|
||||
@@ -475,7 +475,6 @@ const SCADADeviceList: React.FC<SCADADeviceListProps> = ({
|
||||
sx={{
|
||||
"&.Mui-selected": {
|
||||
backgroundColor: "primary.50",
|
||||
borderLeft: 3,
|
||||
borderColor: "primary.main",
|
||||
},
|
||||
"&:hover": {
|
||||
|
||||
Reference in New Issue
Block a user