@import '../../../styles/mixin.scss'; .left-menu{ min-height: 5rem; // background: #FFF; // .item-all-interface { // background-color: red; // } // .ant-tabs-bar{ // border-bottom: none; // margin-bottom: 0 // } .ant-tag { margin-right: .16rem; } .ant-tabs-nav{ width:100%; background-color: $color-bg-gray; } .ant-tabs-tab{ min-width: 50%; } .ant-tabs.ant-tabs-card > .ant-tabs-bar .ant-tabs-tab{ height: 39px; background: #fff; border-bottom: 0; border-radius: 0; } .ant-tabs.ant-tabs-card > .ant-tabs-bar .ant-tabs-tab:nth-of-type(2) { border-left: 0; } // .ant-tabs.ant-tabs-card > .ant-tabs-bar .ant-tabs-tab:last-of-type { // border-right: 0; // } .ant-tabs.ant-tabs-card > .ant-tabs-bar .ant-tabs-tab-active{ height: 40px; background-color: $color-bg-dark; color: $color-white; } .ant-tabs.ant-tabs-card > .ant-tabs-bar .ant-tabs-nav-container{ height: 40px; } .ant-tabs.ant-tabs-card > .ant-tabs-bar{ text-align: center; // background: #ececec; } .ant-tabs-nav-wrap{ height: 40px; line-height: 31px; // border-bottom: 1px solid #d9d9d9; } .ant-input { width: 100%; } .interface-filter{ padding: 12px 16px; padding-right: 58px; line-height: 32px; background-color: $color-bg-dark; position: relative; } .btn-filter { position: absolute; right: 0; top: 50%; transform: translateY(-50%); } .interface-list{ .cat_switch_hidden{ .ant-tree-switcher{ visibility: hidden; } } a{ color: #333 } .btn-http{ height: 23px; font-size: 10px; margin-right: 7px; padding: 0 5px; width:auto !important; } .interface-item{ display: inline-block; overflow: hidden; top: 0px; line-height: 100%; } .interface-item-nav{ line-height:25px; } .interface-list{ .cat_switch_hidden{ .ant-tree-switcher{ visibility: hidden; } } a{ color: #333 } .btn-http{ height: 23px; font-size: 10px; margin-right: 7px; padding: 0 5px; width:auto !important; } .interface-item{ display: inline-block; overflow: hidden; top: 0px; line-height: 100%; text-decoration: none; } .interface-item-nav{ line-height:25px; } .ant-tree-node-content-wrapper{ width: 100% } .interface-delete-icon{ position: relative; right: 21px; // top: 2px; float: right; line-height: 25px; width: 30px; } .interface-delete-icon:hover { color: #2395f1; border-radius: 4px; box-shadow: inset 0 2px 4px rgba(0,0,0,.15), 0 1px 2px rgba(0,0,0,.05); } } } } .right-content{ margin:3px; min-height: 5rem; box-shadow: 0 2px 4px 0 rgba(0,0,0,0.20); background: #fff; border-radius:5px; .interface-content{ .ant-tabs-nav{ width:100% } .ant-tabs-nav-wrap{ text-align: left; } } }