48 lines
770 B
SCSS
48 lines
770 B
SCSS
.historyCurve-leakage{
|
|
margin-top: 20rpx;
|
|
&-title{
|
|
padding: 20rpx 30rpx;
|
|
font-weight: bold;
|
|
}
|
|
&-content{
|
|
background-color: #fff;
|
|
padding: 30rpx 0;
|
|
}
|
|
&-switch{
|
|
display: flex;
|
|
border: 1px solid #FF6600;
|
|
width: 600rpx;
|
|
margin: 0 auto;
|
|
&-box{
|
|
width: 200rpx;
|
|
text-align: center;
|
|
padding: 16rpx 0;
|
|
border-right: 1px solid #ff6600;
|
|
&:last-child{
|
|
border-right: none;
|
|
}
|
|
}
|
|
/* .middle-box{
|
|
border-left: 1px solid #ff6600;
|
|
border-right: 1px solid #ff6600;
|
|
} */
|
|
.leakageAction{
|
|
background-color: #ff6600;
|
|
color: #fff;
|
|
}
|
|
}
|
|
&-chart{
|
|
width: 100%;
|
|
height: 550rpx;
|
|
margin-top: 30rpx;
|
|
padding: 0 30rpx;
|
|
&-table{
|
|
width: 100%;
|
|
height: 100%;
|
|
&-list{
|
|
height: 480rpx;
|
|
overflow: auto;
|
|
}
|
|
}
|
|
}
|
|
} |