Unverified 提交 7b4c53b2 authored 作者: XiaJunjie2020's avatar XiaJunjie2020 提交者: GitHub

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

feat(数据集): 关联数据集
<template> <template>
<div class="container"> <div class="union-container">
<div class="union-header"> <div class="union-header">
{{ $t('dataset.join_view') }} {{ $t('dataset.join_view') }}
<div class="union-header-operator"> <div class="union-header-operator">
...@@ -152,7 +152,7 @@ export default { ...@@ -152,7 +152,7 @@ export default {
span{ span{
font-size: 12px; font-size: 12px;
} }
.container{ .union-container{
height: 275px; height: 275px;
} }
.union-header{ .union-header{
...@@ -177,6 +177,7 @@ span{ ...@@ -177,6 +177,7 @@ span{
} }
.union-body{ .union-body{
height: 240px; height: 240px;
width: 100%;
} }
.union-body-header{ .union-body-header{
height: 30px; height: 30px;
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论