|
@@ -269,9 +269,8 @@ onUnmounted(() => {
|
|
|
<div class="kply">
|
|
|
<div class="kply_inner">
|
|
|
<div>
|
|
|
- <div style="box-shadow: 0px 4px 32px 0px rgba(0,0,0,0.17);"
|
|
|
- v-show="planList.length == 0 && isFinshed">
|
|
|
- <div style="padding:10% 20%;display: flex;justify-content: center ;"
|
|
|
+ <div style="" v-show="planList.length == 0 && isFinshed">
|
|
|
+ <div style="padding:10% 20%;display: flex;justify-content: center ;;background-color: #ffffff;box-shadow: 0px 4px 32px 0px rgba(0, 0, 0, 0.17)"
|
|
|
v-show="planList.length == 0 && isFinshed">
|
|
|
<!-- <img width="100%" src="../assets/planNo.png"> -->
|
|
|
<img width="400px" src=" ../assets/planNo.png">
|
|
@@ -280,7 +279,7 @@ onUnmounted(() => {
|
|
|
<div class="test_record_out" v-for="item in planList">
|
|
|
<div class="record_tip">
|
|
|
<span class="record_tip_out"><span class="record_tip_inner">创建时间:</span>{{ item.createTime
|
|
|
- }}</span>
|
|
|
+ }}</span>
|
|
|
<span><span class="record_tip_inner">结束时间:</span>{{ item.planEndTime }}</span>
|
|
|
</div>
|
|
|
<div class="test_record">
|
|
@@ -457,8 +456,9 @@ onUnmounted(() => {
|
|
|
margin: auto;
|
|
|
width: 1200px;
|
|
|
min-height: 600px;
|
|
|
- background-color: #ffffff;
|
|
|
- border-radius: 40px;
|
|
|
+ // background-color: #ffffff;
|
|
|
+ // box-shadow: 0px 4px 32px 0px rgba(0, 0, 0, 0.17);
|
|
|
+ // border-radius: 40px;
|
|
|
// height: 1000px;
|
|
|
|
|
|
// margin-bottom: 60px;
|