
.lineChartGrid[data-v-41e5f6d4] {
  height: 100%;
  width: 100%;
  border-style: solid;
  border-width: 2px;
  border-color: #1A78EA;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center; /* 水平居中 */
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; /* 垂直居中 */
}

