chore: update element-plus^2.5.0

This commit is contained in:
xiaoxian521
2024-01-10 20:49:12 +08:00
parent ebc245d004
commit aa8ba9a3e5
4 changed files with 23 additions and 23 deletions

View File

@@ -20,7 +20,7 @@ export function useColumns() {
label: "需求人数",
prop: "requiredNumber",
filterMultiple: false,
// filterClassName: "pure-table-filter", // TODOhttps://github.com/element-plus/element-plus/pull/15389
filterClassName: "pure-table-filter",
filters: [
{ text: "≥16000", value: "more" },
{ text: "<16000", value: "less" }

View File

@@ -42,7 +42,7 @@ const { loading, columns, dataList, pagination, Empty, onCurrentChange } =
</pure-table>
</template>
<!-- <style lang="scss">
<style lang="scss">
.pure-table-filter {
.el-table-filter__list {
min-width: 80px;
@@ -53,7 +53,7 @@ const { loading, columns, dataList, pagination, Empty, onCurrentChange } =
}
}
}
</style> -->
</style>
<style lang="scss" scoped>
:deep(.el-table) {