Newer
Older
/*!
* Your CSS files will be generated in this directory by "gulp sass"
*/
/*********谷歌浏览器下的滚动条*********/
::-webkit-scrollbar {
width: 6px;
height: 8px;
}
::-webkit-scrollbar-track {
background-color: transparent;
}
::-webkit-scrollbar-thumb {
background-color: #cccccc;
border-radius: 4px;
}
::-webkit-scrollbar-thumb:hover {
background-color: #cccccc;
}
::-webkit-scrollbar-thumb:active {
background-color: #cccccc;
}
.layout .ant-menu-inline, .ant-menu-vertical, .ant-menu-vertical-left {
.layout .logo + ul.ant-menu {
height: calc(100% - 50px);
overflow-y: scroll;
}
.layout .logo + ul.ant-menu::-webkit-scrollbar-track-piece {
background: transparent;
}
.layout .logo + ul.ant-menu::-webkit-scrollbar {
width: 6px
}
.layout .logo + ul.ant-menu::-webkit-scrollbar-thumb {
background: #244262;
border-radius: 20px
}
.search-form + .search-form{
border-top: none;
padding-top: 0;
}
position: absolute;
width: 100%;
text-align: center;
bottom: 25%;
left: 0;
}
max-height: 520px;
overflow-y: auto;
overflow-x: hidden;
padding: 0;
}
/*操作按钮*/
position: absolute;
right: 0;
top: 5px;
z-index: 1;
}
border: 1px solid #666;
border-radius: 4px;
padding: 2px 5px;
cursor: pointer;
overflow: auto;
position: relative;
background: #fff;
}
/********** 右键菜单 **********/
.menu-item {
padding-left: 5px;
width: 100%;
font-size: 18px;
height: 24px;
line-height: 24px;
text-align: left;
border-bottom: 1px dotted #cccccc;
}
.menu-item span {
margin-left: 5px;
font-size: 16px;
}
/********** 节点悬浮信息 **********/
.node-infobox {
font-size: 12px;
width: 130px;
text-align: left;
position: absolute;
box-shadow: 4px 4px 4px #dddddd, -1px -1px 2px #dddddd, 1px -1px 2px #dddddd, 1px 2px 2px #dddddd;
}
.node-infobox span {
display: block;
margin-bottom: 4px;
}
.node-infobox span label {
margin-right: 4px;
font-size: 12px;
}
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
/* in-flight clone */
.gu-mirror {
position: fixed !important;
margin: 0 !important;
z-index: 9999 !important;
opacity: 0.8;
-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
filter: alpha(opacity=80);
pointer-events: none;
}
/* high-performance display:none; helper */
.gu-hide {
left: -9999px !important;
}
/* added to mirrorContainer (default = body) while dragging */
.gu-unselectable {
-webkit-user-select: none !important;
-moz-user-select: none !important;
-ms-user-select: none !important;
user-select: none !important;
}
/* added to the source element while its mirror is dragged */
.gu-transit {
opacity: 0.2;
-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=20)";
filter: alpha(opacity=20);
}
.ant-table-wrapper{
padding: 15px;
background-color: #fff;
}
.ant-table,
.ant-input,
.ant-btn,
.ant-select,
.ant-select-dropdown,
.ant-form label,
.ant-breadcrumb,
.ant-radio-group,
.ant-menu-inline .ant-menu-item, .ant-menu-inline .ant-menu-submenu-title, .ant-menu-vertical-left .ant-menu-item, .ant-menu-vertical-left .ant-menu-submenu-title, .ant-menu-vertical-right .ant-menu-item, .ant-menu-vertical-right .ant-menu-submenu-title, .ant-menu-vertical .ant-menu-item, .ant-menu-vertical .ant-menu-submenu-title
{
font-size: 12px;
}