diff --git a/assets/style.css b/assets/style.css index dd7654be..d46f4507 100644 --- a/assets/style.css +++ b/assets/style.css @@ -149,12 +149,12 @@ li { max-width: 1200px; } -.tags .v-chip .v-chip__content { +/* .tags .v-chip .v-chip__content { max-width: 120px; white-space: nowrap; overflow: hidden; display: block; -} +} */ .cursorPointer { diff --git a/components/Confirm.vue b/components/Confirm.vue index 7617fe32..0c8f2919 100644 --- a/components/Confirm.vue +++ b/components/Confirm.vue @@ -12,8 +12,8 @@ v-dialog(v-model='show' v-card-text(v-show='!!message') {{ message }} v-card-actions v-spacer - v-btn(text color='error' @click='cancel') {{$t('common.cancel')}} - v-btn(text color='primary' @click='agree') {{$t('common.ok')}} + v-btn(outlined color='error' @click='cancel') {{$t('common.cancel')}} + v-btn(outlined color='primary' @click='agree') {{$t('common.ok')}} + + diff --git a/components/Nav.vue b/components/Nav.vue index 5bd83eef..c640cfa4 100644 --- a/components/Nav.vue +++ b/components/Nav.vue @@ -1,5 +1,5 @@