diff --git a/src/components/customModule/selectModule.vue b/src/components/customModule/selectModule.vue new file mode 100644 index 0000000..1923b18 --- /dev/null +++ b/src/components/customModule/selectModule.vue @@ -0,0 +1,687 @@ + + + + + + + + + + + + + + + + + + + + + 未找到"{{ searchQuery }}",按回车添加 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + {{ item.label }} + + + + + + + + + + + + 未找到匹配的选项 + 暂无数据 + + + + + + + + + + + + diff --git a/src/components/table/index.vue b/src/components/table/index.vue index bd6b191..66f368a 100644 --- a/src/components/table/index.vue +++ b/src/components/table/index.vue @@ -13,7 +13,7 @@ handleClick({fnCode: 'currentData'},val)" highlight-selection-row @select-all="handleSelectAll" @select="handleSelectionChange" @sort-change="handleSortChange" :row-class-name="tableRowClassName"> - + @@ -541,6 +541,10 @@ .el-table__body .tabColBgc.hover-row.el-table__row--striped.selection-row > td.el-table__cell { background-color: #ffb98c!important; } + ::v-deep .el-table-column--selection .cell { + padding-left: 0px!important; + padding-right: 0px!important; + }