| | |
| | | .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 { |
| | |
| | | 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; |
| | |
| | | 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; |