Merge pull request #1319 from dataease/pr@dev@feat_union_ds

feat(数据集): 关联数据集
This commit is contained in:
XiaJunjie2020 2021-11-30 10:06:52 +08:00 committed by GitHub
commit 7b4c53b2e9
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1,5 +1,5 @@
<template>
<div class="container">
<div class="union-container">
<div class="union-header">
{{ $t('dataset.join_view') }}
<div class="union-header-operator">
@ -152,7 +152,7 @@ export default {
span{
font-size: 12px;
}
.container{
.union-container{
height: 275px;
}
.union-header{
@ -177,6 +177,7 @@ span{
}
.union-body{
height: 240px;
width: 100%;
}
.union-body-header{
height: 30px;