diff --git a/src/assets/img/arrow/down.png b/src/assets/img/arrow/down.png index f0571df..13cb739 100644 Binary files a/src/assets/img/arrow/down.png and b/src/assets/img/arrow/down.png differ diff --git a/src/assets/img/arrow/top.png b/src/assets/img/arrow/top.png index d8de553..66dd606 100644 Binary files a/src/assets/img/arrow/top.png and b/src/assets/img/arrow/top.png differ diff --git a/src/components/Setting/components/History.vue b/src/components/Setting/components/History.vue index 8ce8030..d7b1109 100644 --- a/src/components/Setting/components/History.vue +++ b/src/components/Setting/components/History.vue @@ -88,7 +88,9 @@ const bottomContainer2 = () => { const showDetailModal = item => { // 根据这个item获取详细信息 webSocketStore.sendCommandMsg(getDetailInfoById(item)) - showDetailVisible.value = true + setTimeout(() => { + showDetailVisible.value = true + }, 1000) } @@ -229,6 +231,7 @@ const showDetailModal = item => { .table_column { // height: 500px; // position: relative; + min-height: 500px; .title { height: 80px; position: sticky;