ali
2024-09-03 0ae83a895e80a4b9777a27f613d721a7e5e2ac18
energy_management_ui/src/components/common/basic-container.vue
@@ -49,16 +49,15 @@
</script>
<style lang="scss" scoped>
@import "~@/assets/styles/variables.scss";
.basic-container {
  height: 100%;
  box-sizing: border-box;
  margin-bottom: 5px;
  // margin-bottom: 5px;
  .card-header {
    font-size: 18px;
    font-weight: 500;
    height: 34px;
    color: #272727;
    color: #a3cbff;
    position: relative;
    padding-left: 10px;
@@ -67,8 +66,8 @@
      position: absolute;
      display: block;
      width: 4px;
      height: 17px;
      background-color: #38bcbf;
      height: 16px;
      background-color: $primary-color;
      border-radius: 3px;
      top: 2px;
      left: 0;
@@ -92,7 +91,7 @@
  }
}
.basic-container:first-child {
  margin-top: 5px;
}
// .basic-container:first-child {
//   margin-top: 5px;
// }
</style>