From b6bbaddc5e8b5d3eec94e12536ef527f80f9cba5 Mon Sep 17 00:00:00 2001 From: song-cc-rock Date: Mon, 8 May 2023 18:54:26 +0800 Subject: [PATCH] =?UTF-8?q?fix(=E6=B5=8B=E8=AF=95=E8=B7=9F=E8=B8=AA):=20?= =?UTF-8?q?=E7=BC=96=E8=BE=91=E7=94=A8=E4=BE=8B=E6=9B=B4=E5=A4=9A=E6=93=8D?= =?UTF-8?q?=E4=BD=9C=E5=9B=BE=E6=A0=87=E5=AD=97=E4=BD=93=E6=B2=A1=E5=AF=B9?= =?UTF-8?q?=E9=BD=90?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --bug=1025908 --user=宋昌昌 【测试跟踪】功能用例-查看-更多-图标和字没对齐 https://www.tapd.cn/55049933/s/1370053 --- .../business/case/components/TestCaseEdit.vue | 39 +++++++------------ 1 file changed, 15 insertions(+), 24 deletions(-) diff --git a/test-track/frontend/src/business/case/components/TestCaseEdit.vue b/test-track/frontend/src/business/case/components/TestCaseEdit.vue index a0bda66e47..929c474209 100644 --- a/test-track/frontend/src/business/case/components/TestCaseEdit.vue +++ b/test-track/frontend/src/business/case/components/TestCaseEdit.vue @@ -164,35 +164,26 @@ v-if="!casePublic" @click="addPublic" > -
- -
-
{{ $t("case.add_to_public_case") }}
+ + {{ $t("case.add_to_public_case") }}
-
- -
-
{{ $t("case.added_to_public_case") }}
+ + {{ $t("case.added_to_public_case") }}
-
- -
-
{{ $t("commons.copy") }}
+ + {{ $t("commons.copy") }}
-
- -
-
{{ $t("commons.delete") }}
+ + {{ $t("commons.delete") }}
{{ $t("case.more") }}
@@ -2275,13 +2266,13 @@ export default { background-color: rgba(31, 35, 41, 0.1); } -.more-opt-item-popover .sub-opt-row .icon img { - width: 15px; - height: 15px; -} - -.more-opt-item-popover .sub-opt-row .icon { - margin: 4px 9.33px 0 13px; +.more-opt-item-popover .sub-opt-row .opt-icon { + position: relative; + top: 10px; + left: 13px; + margin-right: 23px; + width: 1.2em; + height: 1.2em; } .more-opt-item-popover .sub-opt-row .title {