|
@@ -1,5 +1,5 @@
|
|
|
<template>
|
|
|
- <div style="wrap">
|
|
|
+ <div class="wrap">
|
|
|
<div class="searchSection">
|
|
|
<div class="searchDate">
|
|
|
<div class="date startDate" @click="dateSection.status = true">
|
|
@@ -290,13 +290,13 @@ export default {
|
|
|
<style lang="less" scoped>
|
|
|
@import url("../../assets/commonLess/variable.less");
|
|
|
.wrap {
|
|
|
- min-height: 100vh;
|
|
|
+ min-height: 100vh;
|
|
|
overflow-y: auto;
|
|
|
-}
|
|
|
-#list-content {
|
|
|
background-color: #fff;
|
|
|
}
|
|
|
+
|
|
|
.searchSection {
|
|
|
+
|
|
|
display: flex;
|
|
|
justify-content: space-between;
|
|
|
background: #fff;
|