From 029fd516829319eb6cda55d374fe0a70a4e15ec4 Mon Sep 17 00:00:00 2001 From: fengchenchen Date: Fri, 1 Mar 2024 19:10:02 +0800 Subject: [PATCH] =?UTF-8?q?=E3=80=90update=E3=80=91-asms=20=E5=90=8C?= =?UTF-8?q?=E6=AD=A5=E8=BF=87=E6=9D=A5=E7=9A=84=E6=8B=86=E5=88=86=E6=95=B0?= =?UTF-8?q?=E6=8D=AE=E6=B2=A1=E6=9C=89=E8=BE=B9=E6=A1=86=E3=80=82?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/components/StandardResolutionSheet.vue | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/src/components/StandardResolutionSheet.vue b/src/components/StandardResolutionSheet.vue index a0f52244..4bee6a39 100644 --- a/src/components/StandardResolutionSheet.vue +++ b/src/components/StandardResolutionSheet.vue @@ -427,6 +427,10 @@ export default { /deep/ table { width: 100%; + border: 1px solid; + td { + border: 1px solid; + } } }