mirror of
https://framagit.org/les/gancio.git
synced 2025-01-31 16:42:22 +01:00
minor
This commit is contained in:
parent
8a6f537940
commit
9e9643e652
2 changed files with 2 additions and 17 deletions
|
@ -29,19 +29,4 @@ export default {
|
||||||
this.$vuetify.theme.themes.light.primary = this.settings['theme.primary']
|
this.$vuetify.theme.themes.light.primary = this.settings['theme.primary']
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
</script>
|
</script>
|
||||||
<style lang="less">
|
|
||||||
.v-dialog {
|
|
||||||
width: 600px;
|
|
||||||
max-width: 800px;
|
|
||||||
}
|
|
||||||
|
|
||||||
.theme--dark.v-list {
|
|
||||||
background-color: #333;
|
|
||||||
}
|
|
||||||
|
|
||||||
.v-autocomplete__content.v-menu__content {
|
|
||||||
scrollbar-width: thin;
|
|
||||||
scrollbar-color: #FF4511 #111;
|
|
||||||
}
|
|
||||||
</style>
|
|
|
@ -6,7 +6,7 @@
|
||||||
v-card-text(v-else v-html='about')
|
v-card-text(v-else v-html='about')
|
||||||
v-card-actions(v-if='$auth.user && $auth.user.is_admin')
|
v-card-actions(v-if='$auth.user && $auth.user.is_admin')
|
||||||
v-spacer
|
v-spacer
|
||||||
v-btn(color='primary' plain
|
v-btn(color='primary' text
|
||||||
@click='save') {{$t('common.save')}}
|
@click='save') {{$t('common.save')}}
|
||||||
</template>
|
</template>
|
||||||
<script>
|
<script>
|
||||||
|
|
Loading…
Reference in a new issue