From 1534aee0339dee8000cdd26c21797cf3ad391f7a Mon Sep 17 00:00:00 2001
From: riku <risaku@163.com>
Date: 星期一, 06 五月 2024 17:33:23 +0800
Subject: [PATCH] 新增折线图模块功能

---
 src/components/search/SearchBar.vue |   17 ++++++++++++++---
 1 files changed, 14 insertions(+), 3 deletions(-)

diff --git a/src/components/search/SearchBar.vue b/src/components/search/SearchBar.vue
index 003c1a0..68ee8ed 100644
--- a/src/components/search/SearchBar.vue
+++ b/src/components/search/SearchBar.vue
@@ -1,5 +1,5 @@
 <template>
-  <BaseCard class="map-date-selector flexbox-col align-items">
+  <BaseCard class="">
     <template #content>
       <el-form :inline="true">
         <OptionMission v-model="formSearch.missionCode"></OptionMission>
@@ -41,7 +41,7 @@
       }
     }
   },
-  method: {
+  methods: {
     handleClick() {
       this.$emit('search', this.formSearch);
     }
@@ -49,6 +49,17 @@
 };
 </script>
 <style lang="scss">
-.fy-container {
+.map-date-selector {
+  display: inline-block;
+  position: relative;
+  /* left: 0;
+    right: 0;
+    top: 0px; */
+  /* padding: 0 4px; */
+  /* color: ffffffbd; */
+  /* background-color: antiquewhite; */
+}
+
+.p-events-auto {
 }
 </style>

--
Gitblit v1.9.3