|
@@ -82,7 +82,7 @@ const fetchData = async () => {
|
|
|
return;
|
|
|
}
|
|
|
|
|
|
- const response = await taskList({ eventId: props.eventId });
|
|
|
+ const response = await taskList({ eventId: "YJSJ3295457527" });
|
|
|
|
|
|
if (response.code === 200) {
|
|
|
console.log('查询成功预案:', response.data);
|
|
@@ -196,28 +196,28 @@ onMounted(() => {
|
|
|
|
|
|
.header-left {
|
|
|
display: flex;
|
|
|
- align-items: center;
|
|
|
-
|
|
|
- .box-title {
|
|
|
- font-size: 38px;
|
|
|
- font-family: YouSheBiaoTiHei;
|
|
|
- color: #ffffff;
|
|
|
- background-image: url('@/assets/images/taskTracking/titleBox.png');
|
|
|
- background-repeat: no-repeat;
|
|
|
- background-size: 311px 56px;
|
|
|
- background-position: bottom left;
|
|
|
- padding-left: 50px;
|
|
|
- }
|
|
|
-
|
|
|
- .time {
|
|
|
- font-size: 32px;
|
|
|
- color: #00e8ff;
|
|
|
- margin-left: 70px;
|
|
|
- }
|
|
|
+ align-items: center; // 垂直居中对齐
|
|
|
+ }
|
|
|
+
|
|
|
+ .box-title {
|
|
|
+ font-size: 38px;
|
|
|
+ font-family: YouSheBiaoTiHei;
|
|
|
+ color: #ffffff;
|
|
|
+ background-image: url('@/assets/images/taskTracking/titleBox.png');
|
|
|
+ background-repeat: no-repeat;
|
|
|
+ background-size: 311px 56px;
|
|
|
+ background-position: bottom left;
|
|
|
+ padding-left: 50px;
|
|
|
+ }
|
|
|
+
|
|
|
+ .time {
|
|
|
+ font-size: 32px;
|
|
|
+ color: #00e8ff;
|
|
|
+ margin-left: 70px;
|
|
|
}
|
|
|
|
|
|
.status {
|
|
|
- width: 154px;
|
|
|
+ width: 354px;
|
|
|
height: 56px;
|
|
|
line-height: 56px;
|
|
|
font-size: 32px;
|
|
@@ -226,7 +226,6 @@ onMounted(() => {
|
|
|
text-align: center;
|
|
|
margin-left: 30px;
|
|
|
}
|
|
|
-
|
|
|
.success {
|
|
|
background-color: #38c95a;
|
|
|
}
|