diff --git a/front/src/components/ParameterTable/index.vue b/front/src/components/ParameterTable/index.vue index c04f000618bf301b15c55aed6bc05fb421a6a294..03ee2a5b6566b411cc6eab212747d347d3c63199 100644 --- a/front/src/components/ParameterTable/index.vue +++ b/front/src/components/ParameterTable/index.vue @@ -91,7 +91,10 @@ background: oldlace; } .el-table .copyBtn { - margin-left: 10px;cursor: pointer; + margin-left: 10px; + cursor: pointer; + position: absolute; + right: 5px; }