📖 File Reader
/*自定义样式*/
.ivu-input, .ivu-input-group-prepend, .ivu-input-group-append,.ivu-input-number,.ivu-select-selection{
border-radius: 0px;
}
.ivu-form-item-error-tip{
padding-top: 2px
}
.ivu-form-item {
margin-bottom: 20px;
}
.ivu-input-number{
width: 120px !important;
}
label {
display: inline-block;
max-width: 100%;
margin-bottom: 5px;
font-weight: normal!important;
}
/*日志列表*/
.log_title{font-size: 14px;font-weight: bold;color:#696969!important}
.log_content{margin-top: -15px;color: #616161!important;}
.log_img{margin-top: -10px;}
.ivu-timeline-item-content{padding:1px 1px 1px 24px !important;top:-10px !important;}
.ivu-timeline-item{padding:1px 1px 1px 1px !important;}
.list_log{max-height: 240px;overflow-y: auto;}