diff --git a/package/component/src/component/table/TableRow.vue b/package/component/src/component/table/TableRow.vue index cd04558e..13e4b8ef 100644 --- a/package/component/src/component/table/TableRow.vue +++ b/package/component/src/component/table/TableRow.vue @@ -486,7 +486,12 @@ const radioProps = props.getRadioProps(props.data, props.index); column.fixed ? `layui-table-fixed-${column.fixed}` : '', ]" > -
+
-
+
  • -

    1.7.9 2022-11-20

    +

    1.7.9 2022-11-22

    • [新增] select 组件 search-method 属性, 允许自定义搜索逻辑。
    • [修复] tag 组件 max-width 属性, 内容超出后 `...` 省略符缺失。
    • +
    • [修复] table 组件 column 属性 align 配置失效, 该问题仅存在 1.7.8 版本。
    • +
    • [修复] select 组件 build 后, 选中内容无法正确回显。
    • +
    • [修复] tab 组件 build 后, tab-item 无法正确显示, 在嵌套 v-for 时。
    • +
    • [修复] table 组件 default-toolbar 在配置数组时, 未按顺序渲染。