|
@@ -86,8 +86,8 @@
|
|
|
</template>
|
|
|
|
|
|
<script>
|
|
|
-import buildInput from '@/components/scan/input'
|
|
|
-import buildTime from '@/components/scan/selectTime'
|
|
|
+import buildInput from '@/components/data_admin/input'
|
|
|
+import buildTime from '@/components/data_admin/selectTime'
|
|
|
|
|
|
|
|
|
import {
|
|
@@ -405,14 +405,9 @@ export default {
|
|
|
padding-top: 0.4rem;
|
|
|
padding-left: 1rem;
|
|
|
padding-right: 1rem;
|
|
|
- position: fixed;
|
|
|
- top: 0;
|
|
|
- left: 0;
|
|
|
- right: 0;
|
|
|
height: 3rem;
|
|
|
margin-bottom: 1rem;
|
|
|
- z-index: 999;
|
|
|
- background-color: #fff;
|
|
|
+ background-color: #eee;
|
|
|
.dong_dic {
|
|
|
cursor: pointer;
|
|
|
}
|