修改一些bug

This commit is contained in:
zouzhibing
2022-03-16 11:42:35 +08:00
parent ffd2959f6c
commit 47b2a80bd0
6 changed files with 115 additions and 9 deletions

View File

@@ -1,3 +1,5 @@
## 1.1.82022-03-16
增加表尾合计行
## 1.1.72022-03-15
修改css样式
## 1.1.62022-03-14

View File

@@ -38,7 +38,7 @@ export default {
mixins:[summary],
}
</script>
<style lang="scss">
<style lang="scss" scoped>
.table-h5-footer {
background: #fafafa;
/*每个页面公共css */

View File

@@ -23,7 +23,7 @@ export default {
mixins:[summary]
}
</script>
<style lang="scss">
<style lang="scss" scoped>
.zb-table-header {
overflow: hidden;
background: #fafafa;

View File

@@ -30,15 +30,17 @@
mixins:[summary]
}
</script>
<style lang="scss">
<style lang="scss" scoped>
.zb-table-footer {
background: #fafafa;
width: fit-content;
min-width: 100%;
position: sticky;
bottom: 0;
z-index: 2;
.item-tr{
display: flex;
min-width: 100%;
}
.item-th{
padding-left: 8px;

View File

@@ -1,13 +1,13 @@
{
"id": "zb-table",
"displayName": "zb-table多功能表格",
"version": "1.1.7",
"description": "表格组件 支持固定表头和首列、及固定多列表格自适应内容排序多选checkbox、可点击删除编辑功能兼容多端",
"version": "1.1.8",
"description": "表格组件 支持固定表头和首列、及固定多列表格自适应内容排序多选checkbox、可点击删除编辑、合计功能兼容多端",
"keywords": [
"table",
"表格",
"固定表头、固定首列、多列",
"排序、自适应列宽、多选checkbox、编辑、删除、按钮"
"排序、自适应列宽、多选checkbox、编辑、删除、按钮、合计"
],
"repository": "https://github.com/zouzhibin/zb-table.git",
"engines": {