无人机管理后台前端(已迁走)
chenyao
2025-10-27 3931b006f8f2861753fa73a6d53011c4984c4317
feat:更新设备管理远程调试
2 files modified
16 ■■■■ changed files
src/views/device/components/DeviceSettingBox.vue 8 ●●●● patch | view | raw | blame | history
src/views/device/components/DockControlPanel.vue 8 ●●●● patch | view | raw | blame | history
src/views/device/components/DeviceSettingBox.vue
@@ -375,7 +375,7 @@
  .device-setting-header {
    font-size: 14px;
    font-weight: 600;
    //font-weight: 600;
    padding: 10px 10px 0px;
  }
@@ -398,6 +398,7 @@
    flex-wrap: wrap;
    justify-content: space-between;
    padding: 4px 10px;
    font-size: 14px;
    .control-setting-item {
      width: 220px;
@@ -414,7 +415,10 @@
        flex-direction: column;
        .item-label {
          font-weight: 700;
          //font-weight: 700;
        }
        .item-status {
          color: #8d8b8b;
        }
      }
      .control-setting-item-right {
src/views/device/components/DockControlPanel.vue
@@ -480,9 +480,10 @@
  border-radius: 2px;
  .control-cmd-wrapper {
    font-size: 14px;
    .control-cmd-header {
      font-size: 14px;
      font-weight: 600;
      //font-weight: 600;
      padding: 10px 10px 0px;
      .debug-btn {
@@ -513,7 +514,10 @@
          flex-direction: column;
          .item-label {
            font-weight: 700;
            //font-weight: 700;
          }
          .item-status {
            color: #8d8b8b;
          }
        }
      }