From fdc29d0a0c87b072b6e7efac853eb38cd04f6d18 Mon Sep 17 00:00:00 2001 From: fengchenchen Date: Sat, 2 Mar 2024 02:19:26 +0800 Subject: [PATCH] =?UTF-8?q?=E3=80=90update=E3=80=91-asms=20=E6=A0=87?= =?UTF-8?q?=E5=87=86=E6=8B=86=E5=88=86=E5=B7=A6=E4=BE=A7=E6=A0=91=E5=BD=A2?= =?UTF-8?q?=E7=BB=93=E6=9E=84=E6=A0=B7=E5=BC=8F=E7=9A=84=E5=A4=84=E7=90=86?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/components/StandardResolutionSheet.vue | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/src/components/StandardResolutionSheet.vue b/src/components/StandardResolutionSheet.vue index 4bee6a39..ca231595 100644 --- a/src/components/StandardResolutionSheet.vue +++ b/src/components/StandardResolutionSheet.vue @@ -237,6 +237,12 @@ export default { height: 100%; position: relative; transition: width .2s linear; + /deep/ .ant-tree li .ant-tree-node-content-wrapper{ + max-width: calc(100% - 24px); + &:hover { + max-width: 100%; + } + } /deep/ .ant-tree li .ant-tree-node-content-wrapper.ant-tree-node-selected { background-color: transparent !important;