.Popover-view{
  display: flex;
  cursor: pointer;
  align-items:center;
  .Popover-upload{
    display: inline-block;
    text-align: left;
    color: #3582fb;
    border:0;
  }
  .Popover-footer-title{
    width: 278px;
    background: #fff;
    color: #333;
    .Popover-header-title{
      background: #303133;
      display: flex;
      height: auto;
      align-items: center;
      .Popover-main{
        display: flex;
        align-items: center;
        .Popover-main-enclosure{
          color: #999
        }
        .Popover-main-content{
          display: flex;
          align-items: center;
          .Popover-main-content-file{
            white-space: nowrap;
            overflow: hidden;
            text-overflow: ellipsis;
          }
          .Popover-main-content-icon{
            margin-left: 10px;
            font-weight: 400;
            font-size: 12px;
            color: #999;
          }
        }
      }
    }
    .Popover-footer-title-content{
      line-height: 26px;
      width: 278px;
      padding: 5px 16px;
      display: flex;
      align-items: center;
      font-size: 14px;
      justify-content: space-between;
      &:hover{
        background-color: #f2f7ff !important;
        color: #1f6eef !important;
        cursor: pointer;
        .ant-btn{
          background: #f2f7ff !important;
        }
      }
      >.ant-btn{
        background:rgb(255,255,255) !important;
      }
      .Popover-footer-title-item{
        display: flex;
        justify-content: space-between;
        align-items: center;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
        .Popover-footer-title-item-title{
          width: 160px;
          white-space: nowrap;
          overflow: hidden;
          text-overflow: ellipsis;
        }
      }
    }
  }
}

.Papers-cell-view{
  display: flex;
  cursor: pointer;
  align-items: center;
  .Papers-cell-list{
    width: 278px;
    background: #fff;
    color:#333;
    .Papers-cell-list-item{
      line-height: 26px;
      width: 278px;
      padding: 2px;
      display: flex;
      align-items: center;
      font-size: 14px;
      justify-content: space-between;
      .Papers-cell-list-item-tooltip{
        display: flex;
        justify-content: space-between;
        align-items:  center;
        white-space:  nowrap;
        overflow: hidden;
        text-overflow:  ellipsis;
      }
    }
  }

}
