Browse Source

Update object field

pull/1251/head
Hironsan 3 years ago
parent
commit
a37ac4e9ff
2 changed files with 6 additions and 3 deletions
  1. 7
      frontend/components/configAutoLabeling/form/ObjectField.vue
  2. 2
      frontend/components/tasks/toolbar/ToolbarLaptop.vue

7
frontend/components/configAutoLabeling/form/ObjectField.vue

@ -4,7 +4,10 @@
:items="value"
>
<template v-slot:top>
<v-toolbar flat>
<v-toolbar
class="toolbar-control"
flat
>
<v-toolbar-title class="text-capitalize">
{{ title }}
</v-toolbar-title>
@ -198,7 +201,7 @@ export default Vue.extend({
</script>
<style scoped>
/deep/ .v-toolbar__content {
.toolbar-control >>> .v-toolbar__content {
padding: 0px !important;
}
</style>

2
frontend/components/tasks/toolbar/ToolbarLaptop.vue

@ -182,7 +182,7 @@ export default Vue.extend({
<style scoped>
.toolbar-control >>> .v-toolbar__content {
padding: 0px !important;
padding: 0px !important;
}
::v-deep .v-dialog {

Loading…
Cancel
Save