/*
#article_list {
  .el-table__body {
    td {
      a {
        &:hover {
          text-decoration: underline;
        }
      }

      .cell {
        line-height: 18px;
      }

      .cell > a, .cell > span.teller_name {
        font-size: 15px;
        font-weight: bold;
      }

      .preview {
        display: block;
        width: 100%;

        a {
          font-size: 12px;
          margin: 0;
          padding: 0 5px 0 5px;
          border-right: 1px solid #a4a0a0;
          display: inline-block;
          height: 12px;
          line-height: 12px;

          &:first-child {
            padding: 0 5px 0 0;
          }

          &:last-child {
            padding: 0;
            border-right: 0px solid #a4a0a0;
          }

          i.el-icon-delete {
            color: #ff4949;
          }
        }
      }

      .cell > a.normal_link, .cell > span.normal_link {
        font-size: 14px;
        font-weight: normal;
      }

      .cell > a.teller_name_refer {
        font-size: 12px;
        font-weight: bold;

        span {
          font-size: 12px;
          font-weight: bold;
        }
      }
    }
  }

  .teller_name_refer {
    font-size: 12px;
    font-weight: bold;
  }
}
*/
