style.less 3.33 KB
/* 公共 */


/* 访问日志组件 */
.com-accessLog {
	.detail-wrapper {
		//width: 100%;
		margin: 10px 26px;
		background: #fff;
		.pLeft{
	      padding-left:22px;
	   }
	   .pRight{
	      padding-right:22px;
	   }
	    .ant-table-thead > tr > th{
	        font-weight: bold;
	     }
	   .ant-table-fixed-left,.ant-table-fixed-right{
	    -webkit-box-shadow: none; 
	    box-shadow: none; 
	  }

	}
	// 表单搜索组件
	.com-searchForm {
		padding-top: 20px;
		padding-left: 20px;
		background: #fff;
	}
}

/* 服务监控组件 */
.com-sevMonitor {
	// 公共
	ul,li {
		padding: 0;
		list-style: none;
		margin: 0;
		width: 100%;
	}
	p {
		vertical-align: top;
	}
	.item {
		color: #8B93A3;
	}
	.clear {
		overflow: hidden;
	}
	.f_left {
		float: left;
	}
	.f_right {
		float: right;
	}
	.w_30 {
		display: inline-block;
		width: 33%;
		text-align: center;
	}
	.w_50 {
		display: inline-block;
		width: 50%;
	}
	.mr_50 {
		margin-right: 50px;
	}
	// 面板
	.panel-wrapper {
		padding: 0 20px;
		.title {
			p {
				font-weight: bold;
			}
		}
	}
}

/* 在线用户组件 */
.com-onlineUsers {
	.com-searchForm {
		padding-left: 20px;
		padding-top: 20px;
		background: #fff;
		height: 120px;
	}
	.data-wrapper {
		//width: 95%;
		margin:10px 26px;
		background: #fff;
		.pLeft{
	      padding-left:22px;
	   }
	   .pRight{
	      padding-right:22px;
	   }
	   .ant-table-thead > tr > th{
	      font-weight: bold;
	   }

	}

}

/*缓存监控*/
.redisBg{
	.ant-form-item{
		margin-bottom: 10px;
	}
	.tranBtn{
		background: none;
		color:#fff;
		border:1px solid #fff;
	}
	.redisContent{
		margin: 0px 28px;
		.redisList{
			.iconfont{
				float: left;
			}
			.rdsListTitle{
				height:42px;
				line-height: 42px;
				padding: 0px 14px;
				color: #fff;
				font-size: 16px;
				display: flex;
				justify-content: space-between;
			}
			.titleBgBlue{
				/*background: -webkit-linear-gradient(to left,#0A8DEF, #2C9FF2); */
				background: -o-linear-gradient(to right,#0A8DEF, #2C9FF2); 
				background: -moz-linear-gradient(to right,#0A8DEF, #2C9FF2); 
				background: linear-gradient(to right,#0A8DEF, #2C9FF2); 
			}
			.titleBgGreen{
				background: -webkit-linear-gradient(to right,#49D1B7, #60EAD4); 
				background: -o-linear-gradient(to right,#49D1B7, #60EAD4); 
				background: -moz-linear-gradient(to right,#49D1B7, #60EAD4); 
				background: linear-gradient(to right,#49D1B7, #60EAD4); 
			}
			.titleBgOrg{
				background: -webkit-linear-gradient(to right,#FE9C0C, #FE9C0C); 
				background: -o-linear-gradient(to right,#FE9C0C, #FE9C0C); 
				background: -moz-linear-gradient(to right,#FE9C0C, #FE9C0C); 
				background: linear-gradient(to right,#FE9C0C, #FE9C0C); 
			}
			.rdsListContent{
				background: #fff;
				padding-bottom: 10px;

				.listStrong{
					font-size: 14px;
					font-weight: bold;
					display: flex;
    			justify-content: space-evenly;
				}
				.listLi{
					span {
						display: inline-block;
						overflow:hidden;
						text-overflow:ellipsis;
						white-space:nowrap;				
						text-align: center;
					}
					span.spanOne{
						text-align: left;
						width: 20%;
						margin-left: 14px;
					}
					span.spanTwo{				
						width: 70%;
						cursor: pointer;
					}
					span.spanThree{				
						width: 10%;
						text-align: right;
						margin-right: 14px;
						cursor: pointer;
					}	
				}

				
			}
		}
		.floatR{
			float: right;
		}
	}	
}