Browse Source

更换箭头

master
maochaoying 2 years ago
parent
commit
de19a57217
  1. BIN
      src/assets/img/arrow/down.png
  2. BIN
      src/assets/img/arrow/top.png
  3. 3
      src/components/Setting/components/History.vue

BIN
src/assets/img/arrow/down.png

Before

Width: 40  |  Height: 40  |  Size: 936 B

After

Width: 40  |  Height: 40  |  Size: 799 B

BIN
src/assets/img/arrow/top.png

Before

Width: 40  |  Height: 40  |  Size: 920 B

After

Width: 40  |  Height: 40  |  Size: 798 B

3
src/components/Setting/components/History.vue

@ -88,7 +88,9 @@ const bottomContainer2 = () => {
const showDetailModal = item => { const showDetailModal = item => {
// item // item
webSocketStore.sendCommandMsg(getDetailInfoById(item)) webSocketStore.sendCommandMsg(getDetailInfoById(item))
setTimeout(() => {
showDetailVisible.value = true showDetailVisible.value = true
}, 1000)
} }
</script> </script>
@ -229,6 +231,7 @@ const showDetailModal = item => {
.table_column { .table_column {
// height: 500px; // height: 500px;
// position: relative; // position: relative;
min-height: 500px;
.title { .title {
height: 80px; height: 80px;
position: sticky; position: sticky;

Loading…
Cancel
Save