From 4aaa34681b494b47e49d370977d5d3d4f964aaa9 Mon Sep 17 00:00:00 2001 From: qqGroup0 <253114712@qq.com> Date: Fri, 31 Mar 2023 11:20:55 +0800 Subject: [PATCH] =?UTF-8?q?zqq:=E9=81=A5=E6=84=9F=E5=BD=B1=E5=83=8F?= =?UTF-8?q?=E6=95=B0=E6=8D=AE=E8=8E=B7=E5=8F=96=EF=BC=88=E5=93=8D=E5=BA=94?= =?UTF-8?q?=E5=BC=8F=EF=BC=89?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../dataService/remoteSensingData/index.vue | 217 ++++++++++-------- 1 file changed, 122 insertions(+), 95 deletions(-) diff --git a/src/views/dataService/remoteSensingData/index.vue b/src/views/dataService/remoteSensingData/index.vue index 664548f..b85207e 100644 --- a/src/views/dataService/remoteSensingData/index.vue +++ b/src/views/dataService/remoteSensingData/index.vue @@ -4,94 +4,125 @@ @tab-click="handleClick"> + + +
+ + Select time range + + + Start time + + + + + + + + End time + + + + + + -
- - Select time range -
- Start time - -
- -
- End time - -
-
- - - Select a region - -
- {{ + + Select a region + +
+ + + + {{ 'Lat: ' + parseFloat(coordinate.Lat).toFixed(4) + ',  Lng: ' + parseFloat(coordinate.Lng).toFixed(4) }} - - - - - - - - + + + + + + + + + + + + +
+
+ + + + Add coordinates + + + Clear coordinates + + -
-
- Add coordinates - Clear coordinates -
+ - - Select satellite type - - + + Select satellite type + + - - Select VoRDM ID - - - - + + Select VoRDM ID + + + + + + + + Start Crawl + + + Cancel + + +
+ + + + - Start Crawl - Cancel -
- - +
@@ -553,9 +584,7 @@ const ClearCondition = () => { .container { padding: 1% 1%; .rsSelect { - float: left; border: 1px solid #040728; - width: 30%; height: 52rem; span { display: block; @@ -570,29 +599,27 @@ const ClearCondition = () => { .block { margin-top: 2%; - .demonstration { - font-size: 14px; - float: left; - height: 20px; - line-height: 40px; - margin: 0 3%; - width: 20%; - } + } + .demonstration { + font-size: 14px; + float: left; + height: 20px; + line-height: 40px; } .coordinateContainer { margin: 3%; + height: 15px; } .coordinateBtn { - margin-left: 3%; + width: 90%; } .lowerBtn { - margin: 3% 0 3% 3%; + width: 90%; + margin: 3% 0; } } #map { - width: 70%; height: 52rem; - float: left; } } \ No newline at end of file