From d3a618f09ab510de5c4ca772c44f60c218b61964 Mon Sep 17 00:00:00 2001 From: king <18310653075@163.com> Date: 星期六, 18 九月 2021 15:12:30 +0800 Subject: [PATCH] 2021-09-18 --- src/tabviews/custom/components/tree/antd-tree/index.scss | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/src/tabviews/custom/components/tree/antd-tree/index.scss b/src/tabviews/custom/components/tree/antd-tree/index.scss index 8e3a725..78de410 100644 --- a/src/tabviews/custom/components/tree/antd-tree/index.scss +++ b/src/tabviews/custom/components/tree/antd-tree/index.scss @@ -25,7 +25,7 @@ z-index: 1; } .ant-input-search.ant-input-affix-wrapper { - width: calc(100% - 140px); + width: 50%; max-width: 130px; margin-top: 6px; float: right; -- Gitblit v1.8.0