css fixed center

2019-11-23  本文已影响0人  草帽lufei

Vuetify Components Alerts

<v-alert type="error" text dense close-text="Close Alert" dismissible v-show="true" v-model="x" class="alert-container">
  操作失败!
</v-alert>
.alert-container {
  position: fixed;
  top: 80px;
  right: 0;
  left: 0;
  width: 500px;
  margin: 0 auto;
  z-index: 99;
}
上一篇 下一篇

猜你喜欢

热点阅读