File tree Expand file tree Collapse file tree 1 file changed +10
-0
lines changed
src/components/VisualizeData Expand file tree Collapse file tree 1 file changed +10
-0
lines changed Original file line number Diff line number Diff line change 1717 <v-expansion-panel title =" Sites" >
1818 <v-expansion-panel-text >
1919 <v-text-field
20+ class =" pb-1"
2021 clearable
2122 @click:clear =" searchThing = ''"
2223 v-model =" searchThing"
4748 <v-expansion-panel title =" Observed Properties" >
4849 <v-expansion-panel-text >
4950 <v-text-field
51+ class =" pb-1"
5052 clearable
5153 @click:clear =" searchObservedProperty = ''"
5254 v-model =" searchObservedProperty"
7678 <v-expansion-panel title =" Processing Levels" >
7779 <v-expansion-panel-text >
7880 <v-text-field
81+ class =" pb-1"
7982 clearable
8083 @click:clear =" searchProcessingLevel = ''"
8184 v-model =" searchProcessingLevel"
@@ -225,3 +228,10 @@ const { smAndDown } = useDisplay()
225228const panels = ref ([0 , 1 , 2 ])
226229const drawer = ref (!! smAndDown )
227230 </script >
231+
232+ <style scoped>
233+ ::v-deep .v-selection-control ,
234+ ::v-deep .v-label {
235+ align-items : start ;
236+ }
237+ </style >
You can’t perform that action at this time.
0 commit comments