Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
B
bigDataSystem
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
张伯涛
bigDataSystem
Commits
92fd1df9
Commit
92fd1df9
authored
Nov 07, 2024
by
liwei
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
修改了元模型4个模块的样式
parent
2c402b79
Changes
23
Hide whitespace changes
Inline
Side-by-side
Showing
23 changed files
with
135 additions
and
42 deletions
+135
-42
AreaTable.vue
src/views/metaModel/knowledgeModel/AreaTable.vue
+1
-1
BucketTable.vue
src/views/metaModel/knowledgeModel/BucketTable.vue
+1
-1
ColumnTable.vue
src/views/metaModel/knowledgeModel/ColumnTable.vue
+1
-1
EditRowTable.vue
src/views/metaModel/knowledgeModel/EditRowTable.vue
+28
-7
ModelTree.vue
src/views/metaModel/knowledgeModel/ModelTree.vue
+3
-0
Table.vue
src/views/metaModel/knowledgeModel/Table.vue
+1
-1
AreaTable.vue
src/views/metaModel/logicModel/AreaTable.vue
+1
-1
BucketTable.vue
src/views/metaModel/logicModel/BucketTable.vue
+1
-1
ColumnTable.vue
src/views/metaModel/logicModel/ColumnTable.vue
+1
-1
EditRowTable.vue
src/views/metaModel/logicModel/EditRowTable.vue
+28
-7
ModelTree.vue
src/views/metaModel/logicModel/ModelTree.vue
+3
-0
Table.vue
src/views/metaModel/logicModel/Table.vue
+1
-1
AreaTable.vue
src/views/metaModel/physicsModel/AreaTable.vue
+1
-1
BucketTable.vue
src/views/metaModel/physicsModel/BucketTable.vue
+1
-1
ColumnTable.vue
src/views/metaModel/physicsModel/ColumnTable.vue
+1
-1
EditRowTable.vue
src/views/metaModel/physicsModel/EditRowTable.vue
+27
-6
Table.vue
src/views/metaModel/physicsModel/Table.vue
+1
-1
AreaTable.vue
src/views/metaModel/standardModel/AreaTable.vue
+1
-1
BucketTable.vue
src/views/metaModel/standardModel/BucketTable.vue
+1
-1
ColumnTable.vue
src/views/metaModel/standardModel/ColumnTable.vue
+1
-1
EditRowTable.vue
src/views/metaModel/standardModel/EditRowTable.vue
+27
-6
ModelTree.vue
src/views/metaModel/standardModel/ModelTree.vue
+3
-0
Table.vue
src/views/metaModel/standardModel/Table.vue
+1
-1
No files found.
src/views/metaModel/knowledgeModel/AreaTable.vue
View file @
92fd1df9
<
template
>
<
template
>
<BasicTable
@
register=
"registerTable4"
class=
"height"
>
<BasicTable
@
register=
"registerTable4"
class=
"height
2
"
>
<template
#
toolbar
>
<template
#
toolbar
>
<a-input
style=
"width: 200px; margin-right: auto"
default-value=
"系统字段"
allowClear
/>
<a-input
style=
"width: 200px; margin-right: auto"
default-value=
"系统字段"
allowClear
/>
<Radio
.
Group
v-model:value=
"show"
>
<Radio
.
Group
v-model:value=
"show"
>
...
...
src/views/metaModel/knowledgeModel/BucketTable.vue
View file @
92fd1df9
<
template
>
<
template
>
<BasicTable
@
register=
"registerTable4"
class=
"height"
>
<BasicTable
@
register=
"registerTable4"
class=
"height
4
"
>
<template
#
toolbar
>
<template
#
toolbar
>
<a-input
style=
"width: 200px; margin-right: auto"
default-value=
"基本信息"
allowClear
/>
<a-input
style=
"width: 200px; margin-right: auto"
default-value=
"基本信息"
allowClear
/>
<Radio
.
Group
v-model:value=
"show"
>
<Radio
.
Group
v-model:value=
"show"
>
...
...
src/views/metaModel/knowledgeModel/ColumnTable.vue
View file @
92fd1df9
<
template
>
<
template
>
<BasicTable
@
register=
"registerTable4"
class=
"height"
>
<BasicTable
@
register=
"registerTable4"
class=
"height
3
"
>
<template
#
toolbar
>
<template
#
toolbar
>
<a-input
style=
"width: 200px; margin-right: auto"
default-value=
"分区信息"
allowClear
/>
<a-input
style=
"width: 200px; margin-right: auto"
default-value=
"分区信息"
allowClear
/>
<Radio
.
Group
v-model:value=
"show"
>
<Radio
.
Group
v-model:value=
"show"
>
...
...
src/views/metaModel/knowledgeModel/EditRowTable.vue
View file @
92fd1df9
...
@@ -117,11 +117,32 @@
...
@@ -117,11 +117,32 @@
</
script
>
</
script
>
<
style
>
<
style
>
.height
{
.height1
{
.ant-table-container
{
.ant-table-container
{
.ant-table-body
{
.ant-table-body
{
min-height
:
800px
;
min-height
:
700px
;
}
}
}
}
}
}
.height2
{
.ant-table-container
{
.ant-table-body
{
min-height
:
300px
;
}
}
}
.height3
{
.ant-table-container
{
.ant-table-body
{
min-height
:
500px
;
}
}
}
.height4
{
.ant-table-container
{
.ant-table-body
{
min-height
:
400px
;
}
}
}
</
style
>
</
style
>
src/views/metaModel/knowledgeModel/ModelTree.vue
View file @
92fd1df9
...
@@ -2,6 +2,9 @@
...
@@ -2,6 +2,9 @@
<div
class=
"m-4 mr-0 overflow-hidden bg-white"
>
<div
class=
"m-4 mr-0 overflow-hidden bg-white"
>
<BasicTree
<BasicTree
ref=
"treeRef"
ref=
"treeRef"
title=
"知识库"
search
toolbar
treeWrapperClassName=
"h-[calc(100%-35px)] overflow-auto"
treeWrapperClassName=
"h-[calc(100%-35px)] overflow-auto"
:clickRowToExpand=
"true"
:clickRowToExpand=
"true"
:defaultExpandAll=
"true"
:defaultExpandAll=
"true"
...
...
src/views/metaModel/knowledgeModel/Table.vue
View file @
92fd1df9
<
template
>
<
template
>
<BasicTable
@
register=
"registerTable4"
class=
"height"
>
<BasicTable
@
register=
"registerTable4"
class=
"height
1
"
>
<template
#
toolbar
>
<template
#
toolbar
>
<a-input
style=
"width: 200px; margin-right: auto"
default-value=
"文件信息"
allowClear
/>
<a-input
style=
"width: 200px; margin-right: auto"
default-value=
"文件信息"
allowClear
/>
<Radio
.
Group
v-model:value=
"show"
>
<Radio
.
Group
v-model:value=
"show"
>
...
...
src/views/metaModel/logicModel/AreaTable.vue
View file @
92fd1df9
<
template
>
<
template
>
<BasicTable
@
register=
"registerTable4"
class=
"height"
>
<BasicTable
@
register=
"registerTable4"
class=
"height
2
"
>
<template
#
toolbar
>
<template
#
toolbar
>
<a-input
style=
"width: 200px; margin-right: auto"
default-value=
"实体属性"
allowClear
/>
<a-input
style=
"width: 200px; margin-right: auto"
default-value=
"实体属性"
allowClear
/>
<Radio
.
Group
v-model:value=
"show"
>
<Radio
.
Group
v-model:value=
"show"
>
...
...
src/views/metaModel/logicModel/BucketTable.vue
View file @
92fd1df9
<
template
>
<
template
>
<BasicTable
@
register=
"registerTable4"
class=
"height"
>
<BasicTable
@
register=
"registerTable4"
class=
"height
4
"
>
<template
#
toolbar
>
<template
#
toolbar
>
<a-input
style=
"width: 200px; margin-right: auto"
default-value=
"实体信息"
allowClear
/>
<a-input
style=
"width: 200px; margin-right: auto"
default-value=
"实体信息"
allowClear
/>
<Radio
.
Group
v-model:value=
"show"
>
<Radio
.
Group
v-model:value=
"show"
>
...
...
src/views/metaModel/logicModel/ColumnTable.vue
View file @
92fd1df9
<
template
>
<
template
>
<BasicTable
@
register=
"registerTable4"
class=
"height"
>
<BasicTable
@
register=
"registerTable4"
class=
"height
3
"
>
<template
#
toolbar
>
<template
#
toolbar
>
<a-input
style=
"width: 200px; margin-right: auto"
default-value=
"实体属性"
allowClear
/>
<a-input
style=
"width: 200px; margin-right: auto"
default-value=
"实体属性"
allowClear
/>
<Radio
.
Group
v-model:value=
"show"
>
<Radio
.
Group
v-model:value=
"show"
>
...
...
src/views/metaModel/logicModel/EditRowTable.vue
View file @
92fd1df9
...
@@ -115,11 +115,32 @@
...
@@ -115,11 +115,32 @@
</
script
>
</
script
>
<
style
>
<
style
>
.height
{
.height1
{
.ant-table-container
{
.ant-table-container
{
.ant-table-body
{
.ant-table-body
{
min-height
:
800px
;
min-height
:
500px
;
}
}
}
}
}
}
.height2
{
.ant-table-container
{
.ant-table-body
{
min-height
:
300px
;
}
}
}
.height3
{
.ant-table-container
{
.ant-table-body
{
min-height
:
500px
;
}
}
}
.height4
{
.ant-table-container
{
.ant-table-body
{
min-height
:
400px
;
}
}
}
</
style
>
</
style
>
src/views/metaModel/logicModel/ModelTree.vue
View file @
92fd1df9
...
@@ -2,6 +2,9 @@
...
@@ -2,6 +2,9 @@
<div
class=
"m-4 mr-0 overflow-hidden bg-white"
>
<div
class=
"m-4 mr-0 overflow-hidden bg-white"
>
<BasicTree
<BasicTree
ref=
"treeRef"
ref=
"treeRef"
title=
"逻辑模型"
search
toolbar
treeWrapperClassName=
"h-[calc(100%-35px)] overflow-auto"
treeWrapperClassName=
"h-[calc(100%-35px)] overflow-auto"
:clickRowToExpand=
"true"
:clickRowToExpand=
"true"
:defaultExpandAll=
"true"
:defaultExpandAll=
"true"
...
...
src/views/metaModel/logicModel/Table.vue
View file @
92fd1df9
<
template
>
<
template
>
<BasicTable
@
register=
"registerTable4"
class=
"height"
>
<BasicTable
@
register=
"registerTable4"
class=
"height
1
"
>
<template
#
toolbar
>
<template
#
toolbar
>
<a-input
style=
"width: 200px; margin-right: auto"
default-value=
"实体关联关系"
allowClear
/>
<a-input
style=
"width: 200px; margin-right: auto"
default-value=
"实体关联关系"
allowClear
/>
<Radio
.
Group
v-model:value=
"show"
>
<Radio
.
Group
v-model:value=
"show"
>
...
...
src/views/metaModel/physicsModel/AreaTable.vue
View file @
92fd1df9
<
template
>
<
template
>
<BasicTable
@
register=
"registerTable4"
class=
"height"
>
<BasicTable
@
register=
"registerTable4"
class=
"height
2
"
>
<template
#
toolbar
>
<template
#
toolbar
>
<a-input
style=
"width: 200px;margin-right: auto"
default-value=
"分区信息"
allowClear
></a-input>
<a-input
style=
"width: 200px;margin-right: auto"
default-value=
"分区信息"
allowClear
></a-input>
<Radio
.
Group
v-model:value=
"show"
>
<Radio
.
Group
v-model:value=
"show"
>
...
...
src/views/metaModel/physicsModel/BucketTable.vue
View file @
92fd1df9
<
template
>
<
template
>
<BasicTable
@
register=
"registerTable4"
class=
"height"
>
<BasicTable
@
register=
"registerTable4"
class=
"height
4
"
>
<template
#
toolbar
>
<template
#
toolbar
>
<a-input
style=
"width: 200px;margin-right: auto"
default-value=
"分桶信息"
allowClear
></a-input>
<a-input
style=
"width: 200px;margin-right: auto"
default-value=
"分桶信息"
allowClear
></a-input>
<Radio
.
Group
v-model:value=
"show"
>
<Radio
.
Group
v-model:value=
"show"
>
...
...
src/views/metaModel/physicsModel/ColumnTable.vue
View file @
92fd1df9
<
template
>
<
template
>
<BasicTable
@
register=
"registerTable4"
class=
"height"
>
<BasicTable
@
register=
"registerTable4"
class=
"height
3
"
>
<template
#
toolbar
>
<template
#
toolbar
>
<a-input
style=
"width: 200px;margin-right: auto"
default-value=
"列信息"
allowClear
></a-input>
<a-input
style=
"width: 200px;margin-right: auto"
default-value=
"列信息"
allowClear
></a-input>
<Radio
.
Group
v-model:value=
"show"
>
<Radio
.
Group
v-model:value=
"show"
>
...
...
src/views/metaModel/physicsModel/EditRowTable.vue
View file @
92fd1df9
...
@@ -92,11 +92,32 @@ function goBack() {
...
@@ -92,11 +92,32 @@ function goBack() {
</
script
>
</
script
>
<
style
>
<
style
>
.height
{
.height1
{
.ant-table-container
{
.ant-table-container
{
.ant-table-body
{
.ant-table-body
{
min-height
:
600px
;
min-height
:
750px
;
}
}
}
}
}
.height2
{
.ant-table-container
{
.ant-table-body
{
min-height
:
300px
;
}
}
}
.height3
{
.ant-table-container
{
.ant-table-body
{
min-height
:
500px
;
}
}
}
.height4
{
.ant-table-container
{
.ant-table-body
{
min-height
:
400px
;
}
}
}
}
</
style
>
</
style
>
src/views/metaModel/physicsModel/Table.vue
View file @
92fd1df9
<
template
>
<
template
>
<BasicTable
@
register=
"registerTable4"
class=
"height"
>
<BasicTable
@
register=
"registerTable4"
class=
"height
1
"
>
<template
#
toolbar
>
<template
#
toolbar
>
<a-input
style=
"width: 200px;margin-right: auto"
default-value=
"表信息"
allowClear
></a-input>
<a-input
style=
"width: 200px;margin-right: auto"
default-value=
"表信息"
allowClear
></a-input>
<Radio
.
Group
v-model:value=
"show"
>
<Radio
.
Group
v-model:value=
"show"
>
...
...
src/views/metaModel/standardModel/AreaTable.vue
View file @
92fd1df9
<
template
>
<
template
>
<BasicTable
@
register=
"registerTable4"
class=
"height"
>
<BasicTable
@
register=
"registerTable4"
class=
"height
2
"
>
<template
#
toolbar
>
<template
#
toolbar
>
<a-input
style=
"width: 200px; margin-right: auto"
default-value=
"分区信息"
allowClear
/>
<a-input
style=
"width: 200px; margin-right: auto"
default-value=
"分区信息"
allowClear
/>
<Radio
.
Group
v-model:value=
"show"
>
<Radio
.
Group
v-model:value=
"show"
>
...
...
src/views/metaModel/standardModel/BucketTable.vue
View file @
92fd1df9
<
template
>
<
template
>
<BasicTable
@
register=
"registerTable4"
class=
"height"
>
<BasicTable
@
register=
"registerTable4"
class=
"height
3
"
>
<template
#
toolbar
>
<template
#
toolbar
>
<a-input
style=
"width: 200px; margin-right: auto"
default-value=
"业务属性"
allowClear
/>
<a-input
style=
"width: 200px; margin-right: auto"
default-value=
"业务属性"
allowClear
/>
<Radio
.
Group
v-model:value=
"show"
>
<Radio
.
Group
v-model:value=
"show"
>
...
...
src/views/metaModel/standardModel/ColumnTable.vue
View file @
92fd1df9
<
template
>
<
template
>
<BasicTable
@
register=
"registerTable4"
class=
"height"
>
<BasicTable
@
register=
"registerTable4"
class=
"height
4
"
>
<template
#
toolbar
>
<template
#
toolbar
>
<a-input
style=
"width: 200px; margin-right: auto"
default-value=
"管理属性"
allowClear
/>
<a-input
style=
"width: 200px; margin-right: auto"
default-value=
"管理属性"
allowClear
/>
<Radio
.
Group
v-model:value=
"show"
>
<Radio
.
Group
v-model:value=
"show"
>
...
...
src/views/metaModel/standardModel/EditRowTable.vue
View file @
92fd1df9
...
@@ -117,11 +117,32 @@ function goBack() {
...
@@ -117,11 +117,32 @@ function goBack() {
</
script
>
</
script
>
<
style
>
<
style
>
.height
{
.height1
{
.ant-table-container
{
.ant-table-container
{
.ant-table-body
{
.ant-table-body
{
min-height
:
800px
;
min-height
:
750px
;
}
}
}
}
}
.height2
{
.ant-table-container
{
.ant-table-body
{
min-height
:
300px
;
}
}
}
.height3
{
.ant-table-container
{
.ant-table-body
{
min-height
:
500px
;
}
}
}
.height4
{
.ant-table-container
{
.ant-table-body
{
min-height
:
400px
;
}
}
}
}
</
style
>
</
style
>
src/views/metaModel/standardModel/ModelTree.vue
View file @
92fd1df9
...
@@ -2,6 +2,9 @@
...
@@ -2,6 +2,9 @@
<div
class=
"m-4 mr-0 overflow-hidden bg-white"
>
<div
class=
"m-4 mr-0 overflow-hidden bg-white"
>
<BasicTree
<BasicTree
ref=
"treeRef"
ref=
"treeRef"
title=
"数据标准"
search
toolbar
treeWrapperClassName=
"h-[calc(100%-35px)] overflow-auto"
treeWrapperClassName=
"h-[calc(100%-35px)] overflow-auto"
:clickRowToExpand=
"true"
:clickRowToExpand=
"true"
:defaultExpandAll=
"true"
:defaultExpandAll=
"true"
...
...
src/views/metaModel/standardModel/Table.vue
View file @
92fd1df9
<
template
>
<
template
>
<BasicTable
@
register=
"registerTable4"
class=
"height"
>
<BasicTable
@
register=
"registerTable4"
class=
"height
1
"
>
<template
#
toolbar
>
<template
#
toolbar
>
<a-input
style=
"width: 200px; margin-right: auto"
default-value=
"技术属性"
allowClear
/>
<a-input
style=
"width: 200px; margin-right: auto"
default-value=
"技术属性"
allowClear
/>
<Radio
.
Group
v-model:value=
"show"
>
<Radio
.
Group
v-model:value=
"show"
>
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment