shuishen
2024-12-19 5d5661d26e794e3057c203c7c9d25df881cc59d7
智能搜索分页样式及表格样式调整
1 files modified
25 ■■■■■ changed files
src/styles/media/index.scss 25 ●●●●● patch | view | raw | blame | history
src/styles/media/index.scss
@@ -1099,7 +1099,6 @@
                }
              }
            }
            .track-box {
@@ -3015,7 +3014,7 @@
      &>ul {
        li {
          width: countSizeVh(32);
          min-width: countSizeVh(32);
          height: countSizeVh(32);
          line-height: countSizeVh(32);
          font-size: countSizeVh(16);
@@ -3629,4 +3628,26 @@
      }
    }
  }
  .list.intelligent-table {
    .el-table {
      .el-table__header-wrapper {
        height: countSizeVh(52) !important;
        line-height: countSizeVh(52) !important;
        .el-table__header {
          height: 100%;
        }
      }
      th,
      td {
        padding: 0 !important;
        .cell {
          line-height: countSizeVh(52) !important;
        }
      }
    }
  }
}