主题色尝试

This commit is contained in:
仲么了
2023-12-28 14:49:48 +08:00
parent a16c31707f
commit 1ff0660543
5 changed files with 99 additions and 93 deletions

View File

@@ -11,9 +11,6 @@
<el-input v-model="tableStore.table.params.loginName" placeholder="Please input" />
</el-form-item> -->
</template>
<template v-slot:operation>
<el-button :icon="Plus" type="primary" @click="addMenu">添加</el-button>
</template>
</TableHeader>
<Table ref="tableRef" />
</div>