chore: split index.css
This commit is contained in:
@@ -169,6 +169,7 @@ onMounted(() => {
|
||||
</th>
|
||||
<template v-for="column in columns" :key="column">
|
||||
<th v-if="tableColumnKeys.includes(column.key)">
|
||||
<!-- TODO Table header slot -->
|
||||
<div
|
||||
class="layui-table-cell"
|
||||
:style="{ width: column.width }"
|
||||
|
||||
Reference in New Issue
Block a user