فهرست منبع

修改机器人列宽

DESKTOP-NE65RNK\Citrus_limon 1 سال پیش
والد
کامیت
acccd20cd9
1فایلهای تغییر یافته به همراه3 افزوده شده و 3 حذف شده
  1. 3 3
      src/views/bot/manage/index.vue

+ 3 - 3
src/views/bot/manage/index.vue

@@ -235,10 +235,10 @@ const columns = ref([
   { title: "收益", width: "70px", key: "earningRate", customSlot: "earningRate", align: "center" },
   { title: "状态", width: "90px", key: "status", customSlot: "status", align: "center" },
   { title: "参数", key: "configs", customSlot: "configs" },
-  { title: "IP:编号", width: "130px", key: "ip", customSlot: "ip", ellipsisTooltip: true },
-  { title: "通讯", width: "70px", key: "lastReportTime", customSlot: "lastReportTime", align: "center" },
+  { title: "IP:编号", width: "120px", key: "ip", customSlot: "ip", ellipsisTooltip: true },
+  { title: "通讯", width: "80px", key: "lastReportTime", customSlot: "lastReportTime", align: "center" },
   { title: "持仓信息", width: "80px", key: "posNum", customSlot: "posNum", align: "center", ellipsisTooltip: true },
-  { title: "修改", width: "70px", key: "updateTime", customSlot: "updateTime", align: "center" },
+  { title: "修改", width: "90px", key: "updateTime", customSlot: "updateTime", align: "center" },
   { title: "所属人", width: "80px", key: "userName", align: "center", ellipsisTooltip: true },
   {
     title: "操作",