@charset "UTF-8";
.el-table i[data-v-20abda92] {
  margin-right: 8px;
}
.el-table button.el-button.more.el-button--text[data-v-20abda92] {
  width: calc(100% - 20px);
  font-size: 13px;
  text-align: left;
}
.el-table button.el-button.more.el-button--text[data-v-20abda92]:hover {
  text-decoration: underline;
}

/* Type 22 表格内样式 */
.table-file-box .file-list[data-v-20abda92] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.table-file-box .file-item[data-v-20abda92] {
  width: 30px;
  height: 30px;
  margin-right: 5px;
  margin-bottom: 2px;
  cursor: default;
  border: 1px solid #eee;
  border-radius: 4px;
  overflow: hidden;
  position: relative; /* 必须，为了mask定位 */
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  /* 遮罩层样式 */
}
.table-file-box .file-item[data-v-20abda92]:hover {
  border-color: #409EFF;
  /* 悬停显示遮罩 */
}
.table-file-box .file-item:hover .mask[data-v-20abda92] {
  opacity: 1;
}
.table-file-box .file-item .icon-svg[data-v-20abda92] {
  width: 20px;
  height: 20px;
}
.table-file-box .file-item .mask[data-v-20abda92] {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.5);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  opacity: 0;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
.table-file-box .file-item .mask i[data-v-20abda92] {
  color: #fff;
  cursor: pointer;
  font-size: 14px;
  margin-right: 0; /* 覆盖全局样式 */
}
.table-file-box .file-item .mask i[data-v-20abda92]:hover {
  color: #409EFF;
}
