Commit b58f2d93 authored by liwei's avatar liwei

修改了元模型页面

parent 52d86791
......@@ -299,14 +299,14 @@
.height1 {
.ant-table-container {
.ant-table-body {
min-height: 650px;
min-height: 400px;
}
}
}
.height2 {
.ant-table-container {
.ant-table-body {
min-height: 300px;
min-height: 450px;
}
}
}
......
......@@ -115,34 +115,3 @@ import {reactive, onMounted, ref} from 'vue';
go('/metaModel/logicModel/index');
}
</script>
<style>
.height1 {
.ant-table-container {
.ant-table-body {
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>
......@@ -160,3 +160,33 @@
areaTableData.value = editTableData;
});
</script>
<style>
.height1 {
.ant-table-container {
.ant-table-body {
min-height: 450px;
}
}
}
.height2 {
.ant-table-container {
.ant-table-body {
min-height: 300px;
}
}
}
.height3 {
.ant-table-container {
.ant-table-body {
min-height: 300px;
}
}
}
.height4 {
.ant-table-container {
.ant-table-body {
min-height: 400px;
}
}
}
</style>
......@@ -117,3 +117,12 @@ function goBack() {
go('/metaModel/physicsModel/index');
}
</script>
<style>
.height2 {
.ant-table-container {
.ant-table-body {
min-height: 350px;
}
}
}
</style>
......@@ -117,3 +117,12 @@ function goBack() {
go('/metaModel/physicsModel/index');
}
</script>
<style>
.height4 {
.ant-table-container {
.ant-table-body {
min-height: 400px;
}
}
}
</style>
......@@ -116,3 +116,12 @@ function goBack() {
go('/metaModel/physicsModel/index');
}
</script>
<style>
.height3 {
.ant-table-container {
.ant-table-body {
min-height: 400px;
}
}
}
</style>
......@@ -93,34 +93,3 @@ function goBack() {
go('/metaModel/physicsModel/index');
}
</script>
<style>
.height1 {
.ant-table-container {
.ant-table-body {
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>
......@@ -115,3 +115,12 @@ function goBack() {
}
</script>
<style>
.height1 {
.ant-table-container {
.ant-table-body {
min-height: 700px;
}
}
}
</style>
......@@ -10,7 +10,7 @@ import {ref, computed, unref, reactive} from 'vue';
import {createFileFormSchema, modelFormSchema} from './model.data';
import { getDeptList } from '@/api/system/dept/dept';
import { useMessage } from '@/hooks/web/useMessage';
import {TreeData} from "@/views/metaModel/physicsModel/modelData";
import {TreeData} from "@/views/metaModel/standardModel/modelData";
import {router} from "@/router";
defineOptions({ name: 'ModelModal' });
......
......@@ -301,28 +301,28 @@
.height1 {
.ant-table-container {
.ant-table-body {
min-height: 650px;
min-height: 750px;
}
}
}
.height2 {
.ant-table-container {
.ant-table-body {
min-height: 300px;
min-height: 600px;
}
}
}
.height3 {
.ant-table-container {
.ant-table-body {
min-height: 300px;
min-height: 350px;
}
}
}
.height4 {
.ant-table-container {
.ant-table-body {
min-height: 400px;
min-height: 350px;
}
}
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment