diff --git a/frontend/Skyeye-sys-ui/src/views/home/components/twin-situation/index.scss b/frontend/Skyeye-sys-ui/src/views/home/components/twin-situation/index.scss index b11844f..1a2cee0 100644 --- a/frontend/Skyeye-sys-ui/src/views/home/components/twin-situation/index.scss +++ b/frontend/Skyeye-sys-ui/src/views/home/components/twin-situation/index.scss @@ -57,9 +57,10 @@ box-sizing: border-box; border-radius: 6px; background-color: $--color-black-3-alpha; + cursor: pointer; &:hover { - background-color: $--color-black-3; + background-color: rgba(23, 69, 46, .4); } >p { @@ -98,6 +99,14 @@ } } } + + .is-active { + width: calc(100% - 10px); + margin-left: 5px; + padding: 8px 15px 8px 10px; + background-color: rgba(23, 69, 46, .7) !important; + box-shadow: 0 0 15px 3px rgba(23, 69, 46, 0.5) + } } .task-list__large { diff --git a/frontend/Skyeye-sys-ui/src/views/home/components/twin-situation/index.vue b/frontend/Skyeye-sys-ui/src/views/home/components/twin-situation/index.vue index d081441..230bef9 100644 --- a/frontend/Skyeye-sys-ui/src/views/home/components/twin-situation/index.vue +++ b/frontend/Skyeye-sys-ui/src/views/home/components/twin-situation/index.vue @@ -72,7 +72,10 @@
无人机名称: {{ item.uav }}
雷达名称: {{ item.sar }}
开始时间:{{ item.beginTime }}
-