File tree Expand file tree Collapse file tree 2 files changed +9
-13
lines changed
src/components/admin/texts Expand file tree Collapse file tree 2 files changed +9
-13
lines changed Original file line number Diff line number Diff line change 166166 <h2 class =" title" >
167167 Upload new Text
168168 </h2 >
169- <div class =" bar-buttons" >
170- <span >
171- <i
172- class =" fa-lg fa-solid fa-gear gear-icon"
173- @click =" goToOptions"
174- >
175- </i >
176- </span >
177- </div >
178169 </div >
179170
180171 <div class =" file-upload-container" >
Original file line number Diff line number Diff line change 3131 {{ parser.display }}
3232 </option >
3333 </select >
34- <div v-if =" selected < 0" >
35- The system is trying to guess the best parser and configuration for it
36- </div >
37- <div v-else >
34+ <div v-if =" selected >= 0" >
3835 <div v-for =" opt, idx in props.parsers[ selected ]!.options" :key =" idx" >
3936 <input
4037 v-if =" opt.input === 'string'"
6360 </div >
6461 </div >
6562</template >
63+
64+ <style scoped lang="scss">
65+ @use ' @/scss/admin/general' ;
66+
67+ select {
68+ margin : 1rem ;
69+ }
70+ </style >
You can’t perform that action at this time.
0 commit comments