From 98dbd3437eb6587f035ae937a7a21cac2dde54cb Mon Sep 17 00:00:00 2001 From: WangXu10 Date: Sat, 6 May 2023 14:42:44 +0800 Subject: [PATCH] =?UTF-8?q?fix(=E6=B5=8B=E8=AF=95=E8=B7=9F=E8=B8=AA)?= =?UTF-8?q?=EF=BC=9A=E8=A1=A8=E5=8D=95=E5=86=85=E5=AE=B9=E8=BF=87=E9=95=BF?= =?UTF-8?q?=EF=BC=8C=E5=AF=BC=E8=87=B4=E8=B6=85=E5=87=BA=E6=96=87=E6=9C=AC?= =?UTF-8?q?=E6=A1=86=E6=A0=B7=E5=BC=8F=E8=B0=83=E6=95=B4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --bug=1025996 --user=王旭 [测试跟踪]github #24209创建测试计划,选择责任人之后ID显示过长,文本框放不下。 https://www.tapd.cn/55049933/s/1369235 --- .../src/business/plan/components/TestPlanEdit.vue | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/test-track/frontend/src/business/plan/components/TestPlanEdit.vue b/test-track/frontend/src/business/plan/components/TestPlanEdit.vue index 0db1c77ccb..e7be104cf1 100644 --- a/test-track/frontend/src/business/plan/components/TestPlanEdit.vue +++ b/test-track/frontend/src/business/plan/components/TestPlanEdit.vue @@ -362,4 +362,18 @@ export default { .instructions-icon { margin-left: 10px; } +.el-select :deep(.el-tag) { + -webkit-box-sizing: border-box; + box-sizing: border-box; + border-color: transparent; + margin: 2px 0 2px 6px; + background-color: #f0f2f5; + display: -webkit-box; + display: -ms-flexbox; + display: flex; + max-width: 100%; + -webkit-box-align: center; + -ms-flex-align: center; + align-items: center; +}