From 675d5835575eaa9b18b5e6a484f4b92caf157925 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E9=BB=8E=E6=B0=B8=E9=A1=BA?= <971387674@qq.com> Date: Tue, 7 Nov 2023 16:57:47 +0800 Subject: [PATCH] =?UTF-8?q?feature/2.9.42310.02-=E7=A4=BE=E4=BF=9D?= =?UTF-8?q?=E7=A6=8F=E5=88=A9=E6=A1=A3=E6=A1=88=E9=A1=B5=E9=9D=A2=E9=87=8D?= =?UTF-8?q?=E6=9E=84?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../welfareArchive/index.less | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/pc4mobx/hrmSalary/pages/socialSecurityBenefits/welfareArchive/index.less b/pc4mobx/hrmSalary/pages/socialSecurityBenefits/welfareArchive/index.less index ae320434..8d9e0c5e 100644 --- a/pc4mobx/hrmSalary/pages/socialSecurityBenefits/welfareArchive/index.less +++ b/pc4mobx/hrmSalary/pages/socialSecurityBenefits/welfareArchive/index.less @@ -165,6 +165,20 @@ .wea-form-cell-wrapper { background: #FFF; + border: 1px solid #e5e5e5; + + & > div:nth-child(1), & > div:nth-child(2) { + border-right: 1px solid #e5e5e5; + border-bottom: 1px solid #e5e5e5; + } + + & > div:nth-child(3) { + border-bottom: 1px solid #e5e5e5; + } + + & > div:nth-child(4), & > div:nth-child(5) { + border-right: 1px solid #e5e5e5; + } } } }