其他功能优化

This commit is contained in:
izory
2021-11-20 15:39:24 +08:00
parent 471f7f4870
commit 1263023c46
2 changed files with 16 additions and 19 deletions

View File

@@ -9,10 +9,10 @@
<thead>
<tr>
<th class="is-leaf">
<div class="cell">属性</div>
属性
</th>
<th class="is-leaf">
<div class="cell"></div>
</th>
</tr>
</thead>
@@ -51,10 +51,10 @@
<thead>
<tr>
<th class="is-leaf">
<div class="cell">属性</div>
属性
</th>
<th class="is-leaf">
<div class="cell">内存</div>
内存
</th>
</tr>
</thead>
@@ -158,7 +158,7 @@
<div class="cell" v-if="server.app">{{ server.app.name }}</div>
</td>
<td>
<div class="cell">.NetCore版本</div>
<div class="cell">.Net版本</div>
</td>
<td>
<div class="cell" v-if="server.app">{{ server.app.version }}</div>
@@ -338,3 +338,12 @@ export default {
},
};
</script>
<style scoped>
table tr {
height: 30px;
}
.is-leaf {
text-align: left;
padding: 0 10px;
}
</style>