Commit 92fd1df9 authored by liwei's avatar liwei

修改了元模型4个模块的样式

parent 2c402b79
<template> <template>
<BasicTable @register="registerTable4" class="height"> <BasicTable @register="registerTable4" class="height2">
<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">
......
<template> <template>
<BasicTable @register="registerTable4" class="height"> <BasicTable @register="registerTable4" class="height4">
<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">
......
<template> <template>
<BasicTable @register="registerTable4" class="height"> <BasicTable @register="registerTable4" class="height3">
<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">
......
...@@ -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>
...@@ -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"
......
<template> <template>
<BasicTable @register="registerTable4" class="height"> <BasicTable @register="registerTable4" class="height1">
<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">
......
<template> <template>
<BasicTable @register="registerTable4" class="height"> <BasicTable @register="registerTable4" class="height2">
<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">
......
<template> <template>
<BasicTable @register="registerTable4" class="height"> <BasicTable @register="registerTable4" class="height4">
<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">
......
<template> <template>
<BasicTable @register="registerTable4" class="height"> <BasicTable @register="registerTable4" class="height3">
<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">
......
...@@ -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>
...@@ -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"
......
<template> <template>
<BasicTable @register="registerTable4" class="height"> <BasicTable @register="registerTable4" class="height1">
<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">
......
<template> <template>
<BasicTable @register="registerTable4" class="height"> <BasicTable @register="registerTable4" class="height2">
<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">
......
<template> <template>
<BasicTable @register="registerTable4" class="height"> <BasicTable @register="registerTable4" class="height4">
<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">
......
<template> <template>
<BasicTable @register="registerTable4" class="height"> <BasicTable @register="registerTable4" class="height3">
<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">
......
...@@ -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>
<template> <template>
<BasicTable @register="registerTable4" class="height"> <BasicTable @register="registerTable4" class="height1">
<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">
......
<template> <template>
<BasicTable @register="registerTable4" class="height"> <BasicTable @register="registerTable4" class="height2">
<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">
......
<template> <template>
<BasicTable @register="registerTable4" class="height"> <BasicTable @register="registerTable4" class="height3">
<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">
......
<template> <template>
<BasicTable @register="registerTable4" class="height"> <BasicTable @register="registerTable4" class="height4">
<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">
......
...@@ -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>
...@@ -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"
......
<template> <template>
<BasicTable @register="registerTable4" class="height"> <BasicTable @register="registerTable4" class="height1">
<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">
......
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