美文网首页
css fixed center

css fixed center

作者: 草帽lufei | 来源:发表于2019-11-23 12:10 被阅读0次

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;
}

相关文章

网友评论

      本文标题:css fixed center

      本文链接:https://www.haomeiwen.com/subject/fmydvctx.html