File tree Expand file tree Collapse file tree 1 file changed +24
-6
lines changed Expand file tree Collapse file tree 1 file changed +24
-6
lines changed Original file line number Diff line number Diff line change 84
84
v-if =" extraVars != null"
85
85
:items =" extraVars"
86
86
:items-per-page =" -1"
87
- class =" elevation-1"
87
+ class =" elevation-1 EnvironmentForm__fields "
88
88
hide-default-footer
89
89
:no-data-text =" $t('noValues')"
90
90
style =" background : #8585850f "
142
142
<v-data-table
143
143
:items =" env"
144
144
:items-per-page =" -1"
145
- class =" elevation-1"
145
+ class =" elevation-1 EnvironmentForm__fields "
146
146
hide-default-footer
147
147
:no-data-text =" $t('noValues')"
148
148
style =" background : #8585850f "
215
215
<v-data-table
216
216
:items =" secrets.filter(s => !s.remove && s.type === 'var')"
217
217
:items-per-page =" -1"
218
- class =" elevation-1"
218
+ class =" elevation-1 EnvironmentForm__fields "
219
219
hide-default-footer
220
220
:no-data-text =" $t('noValues')"
221
221
style =" background : #8585850f "
274
274
<v-data-table
275
275
:items =" secrets.filter(s => !s.remove && s.type === 'env')"
276
276
:items-per-page =" -1"
277
- class =" elevation-1"
277
+ class =" elevation-1 EnvironmentForm__fields "
278
278
hide-default-footer
279
279
:no-data-text =" $t('noValues')"
280
280
style =" background : #8585850f "
324
324
</template >
325
325
326
326
<style lang="scss">
327
- .v-data-table__wrapper {
328
-
327
+ .vue-codemirror {
328
+ border-radius : 6px !important ;
329
+ }
330
+ .CodeMirror {
331
+ border-radius : 5px !important ;
332
+ }
333
+ .EnvironmentForm__fields {
334
+ .v-data-table__wrapper {
335
+ padding-left : 0 !important ;
336
+ padding-right : 0 !important ;
337
+ td {
338
+ border-bottom : 0 !important ;
339
+ }
340
+ td :last-child {
341
+ padding-right : 15px !important ;
342
+ }
343
+ td :first-child {
344
+ padding-left : 5px !important ;
345
+ }
346
+ }
329
347
}
330
348
</style >
331
349
You can’t perform that action at this time.
0 commit comments