index.vue 736 Bytes
<template>
  <div class="template-box content_div_main setting-box">
    <div>推送设置</div>

  </div>
</template>
<script>
export default {
  data() {

    return {
    }
  },
  methods: {

  },
  created() {
  },
};
</script>
<style lang="stylus" scoped>
.setting-box{
  color #333
}
.sysuser{
  background #fff
}
.importas {
  .el-form-item {
    background: red;
  }
}

.el-checkbox {
  color: #fff;
}

.role-box {
  max-height 500px;
  overflow auto;
  padding: 0px 0 60px 0;
}
.left-box,.right-box
  width 90%
  height 300px
  overflow auto
  border 1px solid #999
  position relative
  text-align left
.claer-float
  clear both
.editrolebtn-box
  position absolute
  bottom 5px
  right 10px
  button
    float right
</style>