{{$t('test_track.report.content')}}
@@ -28,6 +34,7 @@ export default {
functionalEnable: Boolean,
apiEnable: Boolean,
loadEnable: Boolean,
+ needMoveBar: Boolean
},
data() {
return {
@@ -177,6 +184,10 @@ export default {
overflow: visible !important;
}
+.move-bar {
+ margin-left: 50px;
+}
+
.drawer-content {
width: 0px !important;
padding: 0px !important;