|
@@ -1,5 +1,5 @@
|
|
|
<template>
|
|
|
- <div class="body">
|
|
|
+ <div class="body" id="shijian">
|
|
|
<div class="itembox">
|
|
|
<template v-for="(option, index) in searchOptions" :key="index">
|
|
|
<div class="item" v-if="option.type == 'input'">
|
|
@@ -110,3 +110,10 @@ defineExpose({ searchForm });
|
|
|
}
|
|
|
}
|
|
|
</style>
|
|
|
+<style lang="scss">
|
|
|
+#shijian {
|
|
|
+ .is-active {
|
|
|
+ background-color: #f5f7fa;
|
|
|
+ }
|
|
|
+}
|
|
|
+</style>
|