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