Commit 92fd1df9 authored by liwei's avatar liwei

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

parent 2c402b79
<template>
<BasicTable @register="registerTable4" class="height">
<BasicTable @register="registerTable4" class="height2">
<template #toolbar>
<a-input style="width: 200px; margin-right: auto" default-value="系统字段" allowClear />
<Radio.Group v-model:value="show">
......
<template>
<BasicTable @register="registerTable4" class="height">
<BasicTable @register="registerTable4" class="height4">
<template #toolbar>
<a-input style="width: 200px; margin-right: auto" default-value="基本信息" allowClear />
<Radio.Group v-model:value="show">
......
<template>
<BasicTable @register="registerTable4" class="height">
<BasicTable @register="registerTable4" class="height3">
<template #toolbar>
<a-input style="width: 200px; margin-right: auto" default-value="分区信息" allowClear />
<Radio.Group v-model:value="show">
......
......@@ -117,11 +117,32 @@
</script>
<style>
.height {
.ant-table-container {
.ant-table-body {
min-height: 800px;
}
}
}
.height1 {
.ant-table-container {
.ant-table-body {
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>
......@@ -2,6 +2,9 @@
<div class="m-4 mr-0 overflow-hidden bg-white">
<BasicTree
ref="treeRef"
title="知识库"
search
toolbar
treeWrapperClassName="h-[calc(100%-35px)] overflow-auto"
:clickRowToExpand="true"
:defaultExpandAll="true"
......
<template>
<BasicTable @register="registerTable4" class="height">
<BasicTable @register="registerTable4" class="height1">
<template #toolbar>
<a-input style="width: 200px; margin-right: auto" default-value="文件信息" allowClear />
<Radio.Group v-model:value="show">
......
<template>
<BasicTable @register="registerTable4" class="height">
<BasicTable @register="registerTable4" class="height2">
<template #toolbar>
<a-input style="width: 200px; margin-right: auto" default-value="实体属性" allowClear />
<Radio.Group v-model:value="show">
......
<template>
<BasicTable @register="registerTable4" class="height">
<BasicTable @register="registerTable4" class="height4">
<template #toolbar>
<a-input style="width: 200px; margin-right: auto" default-value="实体信息" allowClear />
<Radio.Group v-model:value="show">
......
<template>
<BasicTable @register="registerTable4" class="height">
<BasicTable @register="registerTable4" class="height3">
<template #toolbar>
<a-input style="width: 200px; margin-right: auto" default-value="实体属性" allowClear />
<Radio.Group v-model:value="show">
......
......@@ -115,11 +115,32 @@
</script>
<style>
.height {
.ant-table-container {
.ant-table-body {
min-height: 800px;
}
}
}
.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>
......@@ -2,6 +2,9 @@
<div class="m-4 mr-0 overflow-hidden bg-white">
<BasicTree
ref="treeRef"
title="逻辑模型"
search
toolbar
treeWrapperClassName="h-[calc(100%-35px)] overflow-auto"
:clickRowToExpand="true"
:defaultExpandAll="true"
......
<template>
<BasicTable @register="registerTable4" class="height">
<BasicTable @register="registerTable4" class="height1">
<template #toolbar>
<a-input style="width: 200px; margin-right: auto" default-value="实体关联关系" allowClear />
<Radio.Group v-model:value="show">
......
<template>
<BasicTable @register="registerTable4" class="height">
<BasicTable @register="registerTable4" class="height2">
<template #toolbar>
<a-input style="width: 200px;margin-right: auto" default-value="分区信息" allowClear></a-input>
<Radio.Group v-model:value="show">
......
<template>
<BasicTable @register="registerTable4" class="height">
<BasicTable @register="registerTable4" class="height4">
<template #toolbar>
<a-input style="width: 200px;margin-right: auto" default-value="分桶信息" allowClear></a-input>
<Radio.Group v-model:value="show">
......
<template>
<BasicTable @register="registerTable4" class="height">
<BasicTable @register="registerTable4" class="height3">
<template #toolbar>
<a-input style="width: 200px;margin-right: auto" default-value="列信息" allowClear></a-input>
<Radio.Group v-model:value="show">
......
......@@ -92,11 +92,32 @@ function goBack() {
</script>
<style>
.height {
.ant-table-container {
.ant-table-body {
min-height: 600px;
}
}
.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>
<template>
<BasicTable @register="registerTable4" class="height">
<BasicTable @register="registerTable4" class="height1">
<template #toolbar>
<a-input style="width: 200px;margin-right: auto" default-value="表信息" allowClear></a-input>
<Radio.Group v-model:value="show">
......
<template>
<BasicTable @register="registerTable4" class="height">
<BasicTable @register="registerTable4" class="height2">
<template #toolbar>
<a-input style="width: 200px; margin-right: auto" default-value="分区信息" allowClear />
<Radio.Group v-model:value="show">
......
<template>
<BasicTable @register="registerTable4" class="height">
<BasicTable @register="registerTable4" class="height3">
<template #toolbar>
<a-input style="width: 200px; margin-right: auto" default-value="业务属性" allowClear />
<Radio.Group v-model:value="show">
......
<template>
<BasicTable @register="registerTable4" class="height">
<BasicTable @register="registerTable4" class="height4">
<template #toolbar>
<a-input style="width: 200px; margin-right: auto" default-value="管理属性" allowClear />
<Radio.Group v-model:value="show">
......
......@@ -117,11 +117,32 @@ function goBack() {
</script>
<style>
.height {
.ant-table-container {
.ant-table-body {
min-height: 800px;
}
}
.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>
......@@ -2,6 +2,9 @@
<div class="m-4 mr-0 overflow-hidden bg-white">
<BasicTree
ref="treeRef"
title="数据标准"
search
toolbar
treeWrapperClassName="h-[calc(100%-35px)] overflow-auto"
:clickRowToExpand="true"
:defaultExpandAll="true"
......
<template>
<BasicTable @register="registerTable4" class="height">
<BasicTable @register="registerTable4" class="height1">
<template #toolbar>
<a-input style="width: 200px; margin-right: auto" default-value="技术属性" allowClear />
<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