-
-
{{ node }}
+
+
{{ node.name }}
+
地址:{{ node.endpoint }}
+
类型:{{ formatNodeClientType(node.type) }}
@@ -20,13 +23,16 @@ import {statistics} from "../main.ts";
height: calc(100% - 5rem);
padding: 1rem;
overflow: auto;
+ display: flex;
+ flex-wrap: wrap;
}
.node {
margin: 0.5rem auto;
display: flex;
+ flex-direction: column;
justify-content: start;
- align-items: center;
+ align-items: start;
border-radius: 1rem;
background: #ffffffdd;
backdrop-filter: blur(5px);