Newer
Older
SpaceIntegration_front / src / views / home / components / statistics.vue
liyaguang on 30 Oct 2023 339 bytes feat(*): 首页菜单导航样式
<!-- 首页统计数据 -->
<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>