📝: update

This commit is contained in:
就眠儀式
2022-06-27 11:07:22 +08:00
parent 6e5108a734
commit f0c850985d
7 changed files with 48 additions and 8 deletions

View File

@@ -366,7 +366,11 @@ props.dataSource.map((value: any) => {
:style="{ height: height, maxHeight: maxHeight }"
ref="tableBody"
>
<table class="layui-table" :class="{'layui-table-even': props.even}" :lay-size="size">
<table
class="layui-table"
:class="{ 'layui-table-even': props.even }"
:lay-size="size"
>
<colgroup>
<col v-if="checkbox" class="layui-table-col-special" />
<template v-for="column in columns" :key="column">