vuetify-toast-snackbar icon indicating copy to clipboard operation
vuetify-toast-snackbar copied to clipboard

abnormal style ?

Open chenguzhen87 opened this issue 3 years ago • 1 comments

vuetify-2.5.4 vuetify-toast-snackbar-0.6.1 image

chenguzhen87 avatar Jun 25 '21 12:06 chenguzhen87

I solved below

Vue.use(VuetifyToast, {
  $vuetify: vuetify.framework,
  x: "center",
  y: "top",
  classes: ["vuetify-toast"],
  icon: "mdi-alert-circle",
  dismissable: false,
  showClose: true,
  closeIcon: "mdi-close",
  closeColor: "#fff"
});


.vuetify-toast .v-snack__content {
  display: flex;
  align-items: center;
}

chenguzhen87 avatar Jun 25 '21 13:06 chenguzhen87