king
2020-06-12 89e7167a83e0d8409ca87698e4c08651a37cc26e
src/tabviews/zshare/cardcomponent/index.scss
@@ -8,9 +8,25 @@
    .anticon {
      margin-right: 0px;
    }
    .ant-btn {
      padding: 0;
      > .anticon + span {
        margin-left: 4px;
      }
    }
  }
  > .chart-card-box {
    margin-bottom: 20px;
  }
  .chart-card-box:hover {
    .ant-card.chart-card {
      .ant-card-head {
        .ant-card-extra {
          display: block;
        }
      }
    }
  }
  .chart-card-box:not(.ant-col) {
@@ -73,14 +89,19 @@
        font-weight: 500;
      }
      .ant-card-extra {
        color: #1890ff;
        .action-cell {
          cursor: pointer;
        }
        padding: 0px;
        display: none;
      }
    }
    .ant-card-actions {
      height: 48px;
      > li {
        margin: 8px 0;
        .ant-btn > .anticon + span {
          vertical-align: top;
        }
      }
    }
  }
@@ -183,17 +204,10 @@
          word-break: break-word;
          white-space: nowrap;
          text-overflow: ellipsis;
          cursor: default;
        }
        .anticon {
          width: unset;
          margin-right: 3px;
          color: rgba(0, 0, 0, 0.45);
        }
      }
      li:hover {
        color: #1890ff;
        .anticon {
          color: #1890ff;
        }
      }
    }