|
@@ -1,5 +1,5 @@
|
|
|
<template>
|
|
|
- <el-card class="box-card" :body-style="{ padding: '0px' }">
|
|
|
+ <el-card class="box-card">
|
|
|
<div slot="header" class="clearfix">
|
|
|
<el-tag class="tag_NO">{{ dtName }}</el-tag>
|
|
|
<!-- <span class="title">{{ cardData.title }}</span> -->
|
|
@@ -99,6 +99,7 @@ import { inputDisableComplete } from "@/utils/other";
|
|
|
|
|
|
import { camelCase } from "@/utils";
|
|
|
import { CloudFog } from "lucide-vue";
|
|
|
+import { bottom } from "@antv/x6/lib/registry/port-layout/line";
|
|
|
export default {
|
|
|
name: "RelateTableCard",
|
|
|
props: ["cardData", "index", "tableKey", "sort"],
|
|
@@ -546,6 +547,10 @@ export default {
|
|
|
</script>
|
|
|
|
|
|
<style lang="scss" scoped>
|
|
|
+::v-deep .el-card__body {
|
|
|
+ padding: 0px;
|
|
|
+ padding-bottom: 10px;
|
|
|
+}
|
|
|
.item {
|
|
|
margin-bottom: 18px;
|
|
|
}
|