|
@@ -586,7 +586,7 @@ export default {
|
|
|
display: block;
|
|
|
width: 2px;
|
|
|
background-color: #cecece;
|
|
|
- height: 100px;
|
|
|
+ height: 160px;
|
|
|
}
|
|
|
.el-tabs__content {
|
|
|
background-color: #f3f5f6;
|
|
@@ -640,6 +640,9 @@ export default {
|
|
|
}
|
|
|
.data-left-item {
|
|
|
width: 50%;
|
|
|
+ display: flex;
|
|
|
+ flex-direction: column;
|
|
|
+ justify-content: space-around;
|
|
|
}
|
|
|
.data-right-item {
|
|
|
width: 50%;
|