.message-drawer {
  :global {
    .ant-drawer-body {
      display: flex;
      flex-direction: column;
      padding: 0;
      overflow-y: hidden;
      background: white;
      border-top: none !important;
      padding-bottom: 60px;
    }

    .adm-list-body {
      border-top: none !important;
    }
  }

  .common-row {
    width: 100%;
    border-top: 1px solid #eee;
    min-height: 45px;
    padding: 8px 14px;

    .row-text {
      overflow-wrap: break-word;
      width: 100%;
      display: flex;
      justify-content: space-between;
      line-height: 32px;
    }

    .row-oper {
      display: flex;
      width: 80px;
      padding: 8px;
    }

    img {
      height: 17px;
      vertical-align: sub;
      flex: 1;
    }
  }

  .foot {
    position: fixed;
    bottom: 30px;
    z-index: 2;
    padding: 0 14px;
    width: 100%;
    display: flex;

    .add-btn {
      width: 100%;
      line-height: 24px;
      letter-spacing: 4px;
      font-size: 14px;

      img {
        padding-right: 5px;
        height: 17px;
        vertical-align: sub;
      }
    }
  }
}

.upload-content {
  width: 100%;
}

.modal-container {
  // 弹窗样式
  .panel-header {
    text-align: left;
    padding: 20px 14px;
    display: -webkit-inline-box;
    width: 100%;
  }

  .panel-title {
    width: 100%;
    font-size: 14px;
    line-height: 24px;
    font-weight: bold;
  }

  .panel-extra {
    position: fixed;
    right: 0;
    padding: 0 10px;

    img {
      width: 24px;
      vertical-align: sub;
    }
  }

  .panel-content {
    height: calc(50vh - 114px);
    overflow: scroll;
    border-bottom: 10px solid #f6f7fb;
    padding: 0 14px 10px;
  }

  .modal-foot {
    padding: 0 14px;
    width: 100%;
    display: flex;
    gap: 8px;
  }

  .content {
    font-size: 14px;
    min-height: 210px;
    padding: 10px 0 40px 0;
  }

  .cancel-btn {
    flex: 1;
    height: 42px;
    background-color: #ecf2ff;
    border-radius: 8px;
    color: #4183ff;
    line-height: 22px;
    font-size: 14px;
  }

  .confirm-btn {
    flex: 1;
    height: 42px;
    background-color: #4183ff;
    border-radius: 8px;
    color: white;
    line-height: 22px;
    font-size: 14px;
  }
}
