From 5abed1fa051b0ab1e8ed94cfd7a17d536ebe7d6b Mon Sep 17 00:00:00 2001 From: liu xm Date: Wed, 25 May 2022 15:32:09 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E5=A4=8D=E6=96=87=E6=A1=A3=E5=8F=82?= =?UTF-8?q?=E6=95=B0=E5=A4=8D=E5=88=B6=E6=8C=89=E9=92=AE=E8=A1=A8=E6=A0=BC?= =?UTF-8?q?=E6=92=91=E5=BC=80=E9=97=AA=E5=8A=A8=E9=97=AE=E9=A2=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- front/src/components/ParameterTable/index.vue | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/front/src/components/ParameterTable/index.vue b/front/src/components/ParameterTable/index.vue index c04f0006..03ee2a5b 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; }