From af3ce00a589f57043466ec01de0e3138befe67d6 Mon Sep 17 00:00:00 2001 From: song-tianyang Date: Wed, 16 Nov 2022 15:30:09 +0800 Subject: [PATCH] =?UTF-8?q?feat(=E6=8E=A5=E5=8F=A3=E6=B5=8B=E8=AF=95):=20?= =?UTF-8?q?=E4=BA=8B=E5=8A=A1=E3=80=81=E6=9D=A1=E4=BB=B6=E3=80=81=E5=BE=AA?= =?UTF-8?q?=E7=8E=AF=E6=8E=A7=E5=88=B6=E5=99=A8=E5=86=85=E6=94=AF=E6=8C=81?= =?UTF-8?q?=E6=B7=BB=E5=8A=A0=E7=AD=89=E5=BE=85=E6=8E=A7=E5=88=B6=E5=99=A8?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --story=1010042 --user=宋天阳 【接口测试】提供等待控件能拉到循环器内部 https://www.tapd.cn/55049933/s/1296237 --- .../business/automation/scenario/Setting.js | 1 + .../home/components/table/UpdatedApiList.vue | 19 +++++++++++++------ 2 files changed, 14 insertions(+), 6 deletions(-) diff --git a/api-test/frontend/src/business/automation/scenario/Setting.js b/api-test/frontend/src/business/automation/scenario/Setting.js index 94cd0d322a..018df019cb 100644 --- a/api-test/frontend/src/business/automation/scenario/Setting.js +++ b/api-test/frontend/src/business/automation/scenario/Setting.js @@ -129,6 +129,7 @@ export function getAll() { allArray = allArray.concat(PLUGIN_ELEMENTS.get('menu_non_test_elements')); allArray = allArray.concat(PLUGIN_ELEMENTS.get('menu_generative_controller')); allArray = allArray.concat(PLUGIN_ELEMENTS.get('menu_threads')); + allArray = allArray.concat(PLUGIN_ELEMENTS.get('menu_timer')); return allArray; } diff --git a/api-test/frontend/src/business/home/components/table/UpdatedApiList.vue b/api-test/frontend/src/business/home/components/table/UpdatedApiList.vue index 5d8285f750..9a2093f381 100644 --- a/api-test/frontend/src/business/home/components/table/UpdatedApiList.vue +++ b/api-test/frontend/src/business/home/components/table/UpdatedApiList.vue @@ -50,22 +50,24 @@ {{ scope.row.updateTime | datetimeFormat }} - + - @@ -80,7 +82,7 @@ @@ -166,4 +168,9 @@ export default { .update-api-table :deep(.el-table__body tr:hover ) { cursor: pointer; } + +.update-api-table :deep(.el-table .cell) { + padding-left: 12px; + padding-right: 12px; +}