From d3172b799eccdf7fa69050a0f2d596309bd78059 Mon Sep 17 00:00:00 2001 From: king <18310653075@163.com> Date: 星期三, 03 六月 2020 18:48:46 +0800 Subject: [PATCH] 2020-06-03 --- src/tabviews/treepage/index.scss | 32 +++++++++++++++++++++++++------- 1 files changed, 25 insertions(+), 7 deletions(-) diff --git a/src/tabviews/treepage/index.scss b/src/tabviews/treepage/index.scss index c3833fc..ce430c3 100644 --- a/src/tabviews/treepage/index.scss +++ b/src/tabviews/treepage/index.scss @@ -27,6 +27,8 @@ .tree-card { min-height: calc(100vh - 125px); box-shadow: 0px 0px 2px #dddddd; + // cursor: url(http://gtms02.alicdn.com/tps/i2/T1_PMSFLBaXXcu5FDa-20-20.png) 10 10,pointer!important; + .ant-card-head { padding: 0 10px; .ant-card-head-title { @@ -36,23 +38,32 @@ width: 100%; color: #1890ff; .ant-input-affix-wrapper { - width: calc(100% - 140px); + display: inline-block; + width: 62%; margin-top: 0px; - float: right; height: 28px; + text-align: right; + vertical-align: top; .ant-input { - max-width: 130px; + width: 100%; border-radius: 20px; - height: 30px; + height: 28px; + text-align: left; } - .ant-input-suffix { - margin-top: 3px; + .ant-input-clear-icon { + display: none; } } + .ant-input-affix-wrapper:hover { + .ant-input-clear-icon { + display: inline-block; + } + } + .title { + width: 38%; display: inline-block; - max-width: 50%; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; @@ -71,6 +82,13 @@ min-height: calc(100vh - 180px); overflow-x: auto; padding-bottom: 20px; + + .ant-tree-node-content-wrapper-close > span > span > .anticon-folder-open { + display: none; + } + .ant-tree-node-content-wrapper-open > span > span > .anticon-folder { + display: none; + } } .tree-box::-webkit-scrollbar { height: 10px; -- Gitblit v1.8.0