From cfd619eac2cbb660e52f5a7ed98861ef0ff7448e Mon Sep 17 00:00:00 2001 From: song-cc-rock Date: Sun, 23 Apr 2023 16:01:39 +0800 Subject: [PATCH] =?UTF-8?q?refactor(=E6=B5=8B=E8=AF=95=E8=B7=9F=E8=B8=AA):?= =?UTF-8?q?=20=E5=88=9B=E5=BB=BA=E7=94=A8=E4=BE=8B=E9=A1=B5=E9=9D=A2?= =?UTF-8?q?=E6=8C=89=E9=92=AE=E6=A0=B7=E5=BC=8F=E4=BF=9D=E6=8C=81=E7=BB=9F?= =?UTF-8?q?=E4=B8=80?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --bug=1025723 --user=宋昌昌 【工作台】我的待办-用例评审-显示了已结束状态评审 https://www.tapd.cn/55049933/s/1365687 --- .../frontend/src/business/case/components/TestCaseEdit.vue | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/test-track/frontend/src/business/case/components/TestCaseEdit.vue b/test-track/frontend/src/business/case/components/TestCaseEdit.vue index b7e5b2f79d..5bd43eb441 100644 --- a/test-track/frontend/src/business/case/components/TestCaseEdit.vue +++ b/test-track/frontend/src/business/case/components/TestCaseEdit.vue @@ -2236,6 +2236,13 @@ export default { } } } + +:deep(.el-button--small span) { + font-family: 'PingFang SC'; + font-style: normal; + font-weight: 400; + font-size: 14px; +}