-
-
-
-
{{val.name}}
-
{{val.name}}
-
-
- {{val.time.slice(0,11)}}
-
-
-
-
-
+
+
+
+
+
+
{{val.name}}
+
{{val.name}}
+
+
+
+ {{val.time.slice(0,11)}}
+
+
+
+
+
-
+
+
+
+
+
+ {{handlingTime}}
-
-
- {{handlingTime}}
-
-
{{this.$t('dataLoading')}}
@@ -308,8 +310,8 @@
},
getTimeline() {
let query = {
- startTime: this.startTime || this.getNewDate('before',6),
- endTime: this.endTime || this.getNewDate('after',5),
+ startTime: this.startTime || this.getNewDate('before', 6),
+ endTime: this.endTime || this.getNewDate('after', 5),
...this.queryParam
}
this.loadingMain = true
@@ -341,8 +343,8 @@
},
getTimelineList(time) {
let query = {
- startTime: this.startTime || this.getNewDate('before',6),
- endTime: this.endTime || this.getNewDate('after',5),
+ startTime: this.startTime || this.getNewDate('before', 6),
+ endTime: this.endTime || this.getNewDate('after', 5),
...this.queryParam
}
getAction(this.url.timelineList, query).then((res) => {
@@ -529,7 +531,7 @@
width: 100%;
height: 500px;
margin-bottom: 20px;
- padding: 20px 58px 20px 10px;
+ padding: 0 58px 20px 10px;
box-sizing: border-box;
overflow: auto;
}
@@ -572,7 +574,7 @@
.box-top-content-left {
width: 140px;
float: left;
- padding-top: 100px;
+ padding-top: 57px;
margin-right: 20px;
}
@@ -597,6 +599,12 @@
display: flex;
flex-direction: row;
justify-content: space-between;
+ position: sticky;
+ top: 0;
+ background: #fff;
+ z-index: 100;
+ padding-top: 20px;
+ padding-left: 160px;
}
.box-top-content-right-top-text {
@@ -620,7 +628,7 @@
.box-top-content-right-bottom {
position: relative;
- padding-top: 60px;
+ padding-top: 50px;
}
.process-content {
@@ -657,18 +665,20 @@
left: 50%;
transform: translate(-50%, -50%);
}
- .process-content-right-button{
- font-size: 12px;
- color: #040B29;
- width: 75px;
- background: #fff;
- display: inline-block;
- overflow: hidden;
- position: absolute;
- top: 12px;
- left: 50%;
- transform: translate(-50%, -50%);
- }
+
+ .process-content-right-button {
+ font-size: 12px;
+ color: #040B29;
+ width: 75px;
+ background: #fff;
+ display: inline-block;
+ overflow: hidden;
+ position: absolute;
+ top: 12px;
+ left: 50%;
+ transform: translate(-50%, -50%);
+ }
+
.process-content-right-button {
width: 75px;
font-size: 12px;
@@ -706,5 +716,6 @@
font-weight: bold;
font-size: 14px;
width: 100px;
+ z-index: 101;
}
\ No newline at end of file