12345678910111213141516171819202122 |
- .bigcontainer{
- margin: 0rpx 20rpx;
- }
- .content0{
- display: flex;
- justify-content: space-between;
- }
- .content1{
- display: flex;
- border: 1px salmon solid;
- }
- .left{
- width: 200rpx;
- }
- .echarts{
- margin-top: 50rpx;
- width:100%;
- height:500rpx;
- }
- .cu-modal{
- text-align: unset;
- }
|