fix(测试跟踪): 测试计划按钮重叠样式处理

--bug=1027273 --user=王旭 【测试跟踪】测试计划-操作-执行和复制按钮重叠了 https://www.tapd.cn/55049933/s/1385561
This commit is contained in:
WangXu10 2023-06-25 16:33:42 +08:00 committed by fit2-zhao
parent 66c0ccfbb6
commit 7ab5cf374a
1 changed files with 4 additions and 1 deletions

View File

@ -330,7 +330,6 @@
@exec="handleEdit(scope.row)"
v-permission="['PROJECT_TRACK_PLAN:READ+EDIT']"
:disabled="scope.row.status === 'Archived'"
style="margin-right: 10px"
/>
</template>
<template v-slot:opt-behind="scope">
@ -1222,4 +1221,8 @@ export default {
.scenario-ext-btn {
margin-left: 10px;
}
.table-card :deep(.operator-btn-group ) {
margin-left: 10px;
}
</style>