<!-- 首页统计数据 --> <template> <div class="container" style="height: calc(100vh - 50px); width: 24%; padding: 0;margin: 0;" /> </template> <style lang="scss" scope> .container { background-color: rgba($color: #606e86, $alpha: 45%); position: absolute; top: 0; right: 0; z-index: 999; border-radius: 10px; } </style>