wupengfei
4 天以前 b9ca6847e2e05d4faedeff9e7170e9f6968b2c10
src/views/DataBoard/components/DataBoardContentItem.vue
@@ -2,7 +2,7 @@
  <div
    class="data-board-content-item"
    :style="{
      marginBottom: hasBottom ? '18px' : '0',
      marginBottom: hasBottom ? '20px' : '0',
    }"
  >
    <div class="data-board-content-item-title">
@@ -45,7 +45,7 @@
    .data-board-content-item-title-text {
      padding-left: 36px;
      font-size: 24px;
      font-size: 22px;
      line-height: 32px;
      background: linear-gradient(to bottom, #ffffff, #b5efff);
      -webkit-background-clip: text;