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
6cd9f22f
Commit
6cd9f22f
authored
Nov 07, 2024
by
liwei
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
修改了元模型4个模块的样式
parent
92fd1df9
Changes
4
Show whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
16 additions
and
22 deletions
+16
-22
detailSetModal.vue
src/views/metaModel/knowledgeModel/detailSetModal.vue
+4
-2
detailSetModal.vue
src/views/metaModel/logicModel/detailSetModal.vue
+4
-2
detailSetModal.vue
src/views/metaModel/physicsModel/detailSetModal.vue
+4
-16
detailSetModal.vue
src/views/metaModel/standardModel/detailSetModal.vue
+4
-2
No files found.
src/views/metaModel/knowledgeModel/detailSetModal.vue
View file @
6cd9f22f
<
template
>
<
template
>
<BasicModal
width=
"50%"
v-bind=
"$attrs"
@
register=
"registerModal"
:title=
"getTitle"
@
ok=
"handleSubmit"
>
<BasicModal
width=
"50%"
v-bind=
"$attrs"
@
register=
"registerModal"
:title=
"getTitle"
@
ok=
"handleSubmit"
>
<BasicTable
@
register=
"registerTable1"
class=
"height"
style=
"height: 2
0
0px;"
>
<BasicTable
@
register=
"registerTable1"
class=
"height"
style=
"height: 2
5
0px;"
>
<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>
</
template
>
</
template
>
</BasicTable>
</BasicTable>
<BasicTable
@
register=
"registerTable2"
class=
"height"
>
<BasicTable
@
register=
"registerTable2"
class=
"height"
style=
"height: 250px;"
>
<
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>
</
template
>
</
template
>
...
@@ -48,6 +48,7 @@ const [registerTable1, { reload1 }] = useTable({
...
@@ -48,6 +48,7 @@ const [registerTable1, { reload1 }] = useTable({
showIndexColumn
:
false
,
showIndexColumn
:
false
,
pagination
:
false
,
pagination
:
false
,
bordered
:
true
,
bordered
:
true
,
canResize
:
false
//取消自适应 取消滚动条
});
});
const
[
registerTable2
,
{
reload2
}]
=
useTable
({
const
[
registerTable2
,
{
reload2
}]
=
useTable
({
title
:
''
,
title
:
''
,
...
@@ -68,6 +69,7 @@ const [registerTable2, { reload2 }] = useTable({
...
@@ -68,6 +69,7 @@ const [registerTable2, { reload2 }] = useTable({
showIndexColumn
:
false
,
showIndexColumn
:
false
,
pagination
:
false
,
pagination
:
false
,
bordered
:
true
,
bordered
:
true
,
canResize
:
false
//取消自适应 取消滚动条
});
});
//初始化弹框
//初始化弹框
...
...
src/views/metaModel/logicModel/detailSetModal.vue
View file @
6cd9f22f
<
template
>
<
template
>
<BasicModal
width=
"50%"
v-bind=
"$attrs"
@
register=
"registerModal"
:title=
"getTitle"
@
ok=
"handleSubmit"
>
<BasicModal
width=
"50%"
v-bind=
"$attrs"
@
register=
"registerModal"
:title=
"getTitle"
@
ok=
"handleSubmit"
>
<BasicTable
@
register=
"registerTable1"
class=
"height"
style=
"height:
30
0px;"
>
<BasicTable
@
register=
"registerTable1"
class=
"height"
style=
"height:
25
0px;"
>
<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>
</
template
>
</
template
>
</BasicTable>
</BasicTable>
<BasicTable
@
register=
"registerTable2"
class=
"height"
style=
"height:
30
0px;"
>
<BasicTable
@
register=
"registerTable2"
class=
"height"
style=
"height:
25
0px;"
>
<
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>
</
template
>
</
template
>
...
@@ -48,6 +48,7 @@ const [registerTable1, { reload1 }] = useTable({
...
@@ -48,6 +48,7 @@ const [registerTable1, { reload1 }] = useTable({
showIndexColumn
:
false
,
showIndexColumn
:
false
,
pagination
:
false
,
pagination
:
false
,
bordered
:
true
,
bordered
:
true
,
canResize
:
false
//取消自适应 取消滚动条
});
});
const
[
registerTable2
,
{
reload2
}]
=
useTable
({
const
[
registerTable2
,
{
reload2
}]
=
useTable
({
title
:
''
,
title
:
''
,
...
@@ -68,6 +69,7 @@ const [registerTable2, { reload2 }] = useTable({
...
@@ -68,6 +69,7 @@ const [registerTable2, { reload2 }] = useTable({
showIndexColumn
:
false
,
showIndexColumn
:
false
,
pagination
:
false
,
pagination
:
false
,
bordered
:
true
,
bordered
:
true
,
canResize
:
false
//取消自适应 取消滚动条
});
});
//初始化弹框
//初始化弹框
...
...
src/views/metaModel/physicsModel/detailSetModal.vue
View file @
6cd9f22f
...
@@ -6,12 +6,12 @@
...
@@ -6,12 +6,12 @@
contentBackground
contentBackground
@
back=
"goBack"
@
back=
"goBack"
>
>
<BasicTable
@
register=
"registerTable1"
class=
"height1"
>
<BasicTable
@
register=
"registerTable1"
class=
"height1"
style=
"height: 250px"
>
<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>
</
template
>
</
template
>
</BasicTable>
</BasicTable>
<BasicTable
@
register=
"registerTable2"
class=
"height2"
>
<BasicTable
@
register=
"registerTable2"
class=
"height2"
style=
"height: 250px"
>
<
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>
</
template
>
</
template
>
...
@@ -55,6 +55,7 @@ const [registerTable1, { reload1 }] = useTable({
...
@@ -55,6 +55,7 @@ const [registerTable1, { reload1 }] = useTable({
showIndexColumn
:
false
,
showIndexColumn
:
false
,
pagination
:
false
,
pagination
:
false
,
bordered
:
true
,
bordered
:
true
,
canResize
:
false
//取消自适应 取消滚动条
});
});
const
[
registerTable2
,
{
reload2
}]
=
useTable
({
const
[
registerTable2
,
{
reload2
}]
=
useTable
({
title
:
''
,
title
:
''
,
...
@@ -75,6 +76,7 @@ const [registerTable2, { reload2 }] = useTable({
...
@@ -75,6 +76,7 @@ const [registerTable2, { reload2 }] = useTable({
showIndexColumn
:
false
,
showIndexColumn
:
false
,
pagination
:
false
,
pagination
:
false
,
bordered
:
true
,
bordered
:
true
,
canResize
:
false
});
});
//初始化弹框
//初始化弹框
...
@@ -95,18 +97,4 @@ onMounted(() => {
...
@@ -95,18 +97,4 @@ onMounted(() => {
});
});
</
script
>
</
script
>
<
style
>
<
style
>
/*.height1 {*/
/*.ant-table-container {*/
/*.ant-table-body {*/
/* min-height: 200px;*/
/*}*/
/*}*/
/*}*/
/*.height2 {*/
/*.ant-table-container {*/
/*.ant-table-body {*/
/* min-height: 200px;*/
/*}*/
/*}*/
/*}*/
</
style
>
</
style
>
src/views/metaModel/standardModel/detailSetModal.vue
View file @
6cd9f22f
<
template
>
<
template
>
<BasicModal
width=
"50%"
v-bind=
"$attrs"
@
register=
"registerModal"
:title=
"getTitle"
@
ok=
"handleSubmit"
>
<BasicModal
width=
"50%"
v-bind=
"$attrs"
@
register=
"registerModal"
:title=
"getTitle"
@
ok=
"handleSubmit"
>
<BasicTable
@
register=
"registerTable1"
style=
"height: 2
0
0px;"
>
<BasicTable
@
register=
"registerTable1"
style=
"height: 2
5
0px;"
>
<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>
</
template
>
</
template
>
</BasicTable>
</BasicTable>
<BasicTable
@
register=
"registerTable2"
style=
"height: 2
0
0px;"
>
<BasicTable
@
register=
"registerTable2"
style=
"height: 2
5
0px;"
>
<
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>
</
template
>
</
template
>
...
@@ -48,6 +48,7 @@ const [registerTable1, { reload1 }] = useTable({
...
@@ -48,6 +48,7 @@ const [registerTable1, { reload1 }] = useTable({
showIndexColumn
:
false
,
showIndexColumn
:
false
,
pagination
:
false
,
pagination
:
false
,
bordered
:
true
,
bordered
:
true
,
canResize
:
false
//取消自适应 取消滚动条
});
});
const
[
registerTable2
,
{
reload2
}]
=
useTable
({
const
[
registerTable2
,
{
reload2
}]
=
useTable
({
title
:
''
,
title
:
''
,
...
@@ -68,6 +69,7 @@ const [registerTable2, { reload2 }] = useTable({
...
@@ -68,6 +69,7 @@ const [registerTable2, { reload2 }] = useTable({
showIndexColumn
:
false
,
showIndexColumn
:
false
,
pagination
:
false
,
pagination
:
false
,
bordered
:
true
,
bordered
:
true
,
canResize
:
false
//取消自适应 取消滚动条
});
});
//初始化弹框
//初始化弹框
...
...
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