Commit b58f2d93 authored by liwei's avatar liwei

修改了元模型页面

parent 52d86791
...@@ -299,14 +299,14 @@ ...@@ -299,14 +299,14 @@
.height1 { .height1 {
.ant-table-container { .ant-table-container {
.ant-table-body { .ant-table-body {
min-height: 650px; min-height: 400px;
} }
} }
} }
.height2 { .height2 {
.ant-table-container { .ant-table-container {
.ant-table-body { .ant-table-body {
min-height: 300px; min-height: 450px;
} }
} }
} }
......
...@@ -115,34 +115,3 @@ import {reactive, onMounted, ref} from 'vue'; ...@@ -115,34 +115,3 @@ import {reactive, onMounted, ref} from 'vue';
go('/metaModel/logicModel/index'); go('/metaModel/logicModel/index');
} }
</script> </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 @@ ...@@ -160,3 +160,33 @@
areaTableData.value = editTableData; areaTableData.value = editTableData;
}); });
</script> </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() { ...@@ -117,3 +117,12 @@ function goBack() {
go('/metaModel/physicsModel/index'); go('/metaModel/physicsModel/index');
} }
</script> </script>
<style>
.height2 {
.ant-table-container {
.ant-table-body {
min-height: 350px;
}
}
}
</style>
...@@ -117,3 +117,12 @@ function goBack() { ...@@ -117,3 +117,12 @@ function goBack() {
go('/metaModel/physicsModel/index'); go('/metaModel/physicsModel/index');
} }
</script> </script>
<style>
.height4 {
.ant-table-container {
.ant-table-body {
min-height: 400px;
}
}
}
</style>
...@@ -116,3 +116,12 @@ function goBack() { ...@@ -116,3 +116,12 @@ function goBack() {
go('/metaModel/physicsModel/index'); go('/metaModel/physicsModel/index');
} }
</script> </script>
<style>
.height3 {
.ant-table-container {
.ant-table-body {
min-height: 400px;
}
}
}
</style>
...@@ -93,34 +93,3 @@ function goBack() { ...@@ -93,34 +93,3 @@ function goBack() {
go('/metaModel/physicsModel/index'); go('/metaModel/physicsModel/index');
} }
</script> </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() { ...@@ -115,3 +115,12 @@ function goBack() {
} }
</script> </script>
<style>
.height1 {
.ant-table-container {
.ant-table-body {
min-height: 700px;
}
}
}
</style>
...@@ -10,7 +10,7 @@ import {ref, computed, unref, reactive} from 'vue'; ...@@ -10,7 +10,7 @@ import {ref, computed, unref, reactive} from 'vue';
import {createFileFormSchema, modelFormSchema} from './model.data'; import {createFileFormSchema, modelFormSchema} from './model.data';
import { getDeptList } from '@/api/system/dept/dept'; import { getDeptList } from '@/api/system/dept/dept';
import { useMessage } from '@/hooks/web/useMessage'; import { useMessage } from '@/hooks/web/useMessage';
import {TreeData} from "@/views/metaModel/physicsModel/modelData"; import {TreeData} from "@/views/metaModel/standardModel/modelData";
import {router} from "@/router"; import {router} from "@/router";
defineOptions({ name: 'ModelModal' }); defineOptions({ name: 'ModelModal' });
......
...@@ -301,28 +301,28 @@ ...@@ -301,28 +301,28 @@
.height1 { .height1 {
.ant-table-container { .ant-table-container {
.ant-table-body { .ant-table-body {
min-height: 650px; min-height: 750px;
} }
} }
} }
.height2 { .height2 {
.ant-table-container { .ant-table-container {
.ant-table-body { .ant-table-body {
min-height: 300px; min-height: 600px;
} }
} }
} }
.height3 { .height3 {
.ant-table-container { .ant-table-container {
.ant-table-body { .ant-table-body {
min-height: 300px; min-height: 350px;
} }
} }
} }
.height4 { .height4 {
.ant-table-container { .ant-table-container {
.ant-table-body { .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