master #41

Merged
lukeyan merged 2 commits from master into lukeyan 1 year ago

@ -99,8 +99,8 @@ export default {
} }
}, },
created() { created() {
this.formInline.startTime = this.timeDefault + ' 00:00:00'; // this.formInline.startTime = this.timeDefault + ' 00:00:00';
this.formInline.endTime = this.timeDefault + ' 23:59:59'; // this.formInline.endTime = this.timeDefault + ' 23:59:59';
this.getList() this.getList()
}, },
mounted() { mounted() {

@ -391,7 +391,7 @@ export default {
} }
.resultItem { .resultItem {
height: 135px; height: 175px;
width: 95%; width: 95%;
border-bottom: 1px solid #6C8097; border-bottom: 1px solid #6C8097;
padding: 20px 0; padding: 20px 0;

@ -42,9 +42,12 @@ export default {
activeIndex2: "1", activeIndex2: "1",
}; };
}, },
created() {
this.activeIndex = sessionStorage.getItem('activeIndex') ? sessionStorage.getItem('activeIndex') : '1'
},
methods: { methods: {
handleSelect(key, keyPath) { handleSelect(key) {
console.log(key, keyPath); sessionStorage.setItem('activeIndex', key)
}, },
}, },
}; };

@ -3,7 +3,7 @@
<div class="title"><img src="../../assets/safetyIndex/装饰009991.png" alt="">数据接入</div> <div class="title"><img src="../../assets/safetyIndex/装饰009991.png" alt="">数据接入</div>
<div class="qyclBody"> <div class="qyclBody">
<div class="zonglei"> <div class="zonglei">
<div class="zongleiTitle">接入总</div> <div class="zongleiTitle">接入总</div>
<div class="zongleiNum"><span>1234124</span> </div> <div class="zongleiNum"><span>1234124</span> </div>
</div> </div>
<div class="leixingBox"> <div class="leixingBox">

@ -341,9 +341,9 @@ export default {
} }
.zongshu { .zongshu {
width: 400px; width: 350px;
height: 33px; height: 26px;
margin: 10px 20px; margin: 5px auto;
background: url('~@/assets/safetyIndex/7691.png') no-repeat; background: url('~@/assets/safetyIndex/7691.png') no-repeat;
background-size: 100% 100%; background-size: 100% 100%;
display: flex; display: flex;
@ -384,12 +384,13 @@ export default {
} }
.bottomBtns { .bottomBtns {
height: 37px; height: 47px;
width: 400px; width: 400px;
margin: 0 auto; margin: 0 auto;
display: flex; display: flex;
justify-content: space-between; justify-content: space-between;
background: url('~@/assets/safetyIndex/7691备份.png') no-repeat; align-items: center;
background: url('~@/assets/safetyIndex/99108881.png') no-repeat;
background-size: 100% 100%; background-size: 100% 100%;
padding: 4px; padding: 4px;
box-sizing: border-box; box-sizing: border-box;
@ -399,6 +400,7 @@ export default {
height: 100%; height: 100%;
display: flex; display: flex;
justify-content: center; justify-content: center;
align-items: center;
cursor: pointer; cursor: pointer;
.iconBox { .iconBox {

@ -58,7 +58,6 @@
</div> </div>
</div> </div>
</div> </div>
</div> </div>
</template> </template>
<script> <script>

Loading…
Cancel
Save