mirror of
https://github.com/continew-org/continew-admin-ui.git
synced 2025-09-12 16:57:10 +08:00
style: 调整部分样式
This commit is contained in:
@@ -93,7 +93,7 @@ const columns: TableInstance['columns'] = [
|
||||
{ title: '表名称', dataIndex: 'tableName', minWidth: 225, ellipsis: true, tooltip: true },
|
||||
{ title: '描述', dataIndex: 'comment', ellipsis: true, tooltip: true },
|
||||
{ title: '类名前缀', dataIndex: 'classNamePrefix', ellipsis: true, tooltip: true },
|
||||
{ title: '作者名称', dataIndex: 'author' },
|
||||
{ title: '作者名称', dataIndex: 'author', ellipsis: true, tooltip: true },
|
||||
{ title: '所属模块', dataIndex: 'moduleName', ellipsis: true, tooltip: true },
|
||||
{ title: '模块包名', dataIndex: 'packageName', ellipsis: true, tooltip: true },
|
||||
{ title: '配置时间', dataIndex: 'createTime', width: 180 },
|
||||
|
@@ -1,6 +1,6 @@
|
||||
<template>
|
||||
<GiPageLayout>
|
||||
<div class="header-actions">
|
||||
<div>
|
||||
<a-radio-group v-model="viewType" type="button" size="small" style="margin-bottom: 16px;">
|
||||
<a-radio value="table">表格视图</a-radio>
|
||||
<a-radio value="tree">组织架构图</a-radio>
|
||||
|
Reference in New Issue
Block a user