diff --git a/AutoRobot/Windows/Robot/Web/src/DockLayout/DockLayout.vue b/AutoRobot/Windows/Robot/Web/src/DockLayout/DockLayout.vue index bd6414a..e35cf1b 100644 --- a/AutoRobot/Windows/Robot/Web/src/DockLayout/DockLayout.vue +++ b/AutoRobot/Windows/Robot/Web/src/DockLayout/DockLayout.vue @@ -22,7 +22,7 @@ :top="area.WindowState !== '最大化' ? area.y : undefined" :style="area.WindowState !== '最大化' ? { position: 'absolute', - zIndex: 10, + zIndex: 1000, background: 'rgba(255, 255, 255, 1)', border: '1px solid #4f72b3' } : { @@ -31,7 +31,7 @@ left: 0, width: '100%', height: '100%', - zIndex: 100 + zIndex: 1000 }" @close="onCloseFloatingArea(area.id)" @update:position="onUpdatePosition(area.id, $event)"