king
2022-09-06 fa381753ef2a2b25b1c0722549ac17e333da79be
src/templates/comtableconfig/index.scss
@@ -1,6 +1,6 @@
.common-table-board {
  position: fixed;
  z-index: 1070;
  z-index: 1;
  padding-top: 48px;
  top: 0px;
  left: 0px;
@@ -71,37 +71,6 @@
        .anticon {
          font-size: 16px;
          color: #1890ff;
        }
      }
    }
    .ant-list {
      margin-top: 20px;
      .ant-list-item {
        display: -webkit-box;
        padding-right: 20px;
        position: relative;
        padding-left: 5px;
        overflow: hidden;
        text-overflow: ellipsis;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
        min-height: 55px;
        width: 100%;
        .anticon {
          position: absolute;
          top: 0px;
          right: 0px;
          padding: 3px 3px 10px 10px;
          cursor: pointer;
        }
        .bottom-mask {
          position: absolute;
          width: 100%;
          height: 8px;
          bottom: 0;
          left: 0;
          background: #ffffff;
          border-radius: 8px;
        }
      }
    }