瀏覽代碼

smaller device status

feature/upgrade_jar
Jonathan Cobb 4 年之前
父節點
當前提交
3b75696c99
共有 2 個文件被更改,包括 4 次插入1 次删除
  1. +1
    -1
      src/account/DevicesPage.vue
  2. +3
    -0
      src/index.html

+ 1
- 1
src/account/DevicesPage.vue 查看文件

@@ -73,7 +73,7 @@
</select>
</form>
</td>
<td>
<td class="device-connection-status">
<div v-if="device.status.ip">
{{device.status.ip}}
<div v-if="device.status.location">


+ 3
- 0
src/index.html 查看文件

@@ -108,6 +108,9 @@
.bubble-field-help {
font-size: small;
}
.device-connection-status {
font-size: small;
}
.bubble-app-icon {
font-size: x-large;
}


Loading…
取消
儲存