chore: split index.css

This commit is contained in:
就眠儀式
2022-03-12 19:39:07 +08:00
parent 633af9be24
commit 8321ef1e25
33 changed files with 1503 additions and 1440 deletions

View File

@@ -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 }"