|
@@ -1,6 +1,6 @@
|
|
|
<template>
|
|
|
<el-card class="box-card">
|
|
|
- <div slot="header" class="clearfix">
|
|
|
+ <div slot="header" class="relaTitle">
|
|
|
<el-tag class="tag_NO">{{ dtName }}</el-tag>
|
|
|
<!-- <span class="title">{{ cardData.title }}</span> -->
|
|
|
<el-button icon="el-icon-plus" type="primary" @click="handleAdd"
|
|
@@ -556,7 +556,7 @@ export default {
|
|
|
margin-bottom: 18px;
|
|
|
}
|
|
|
|
|
|
-.clearfix {
|
|
|
+.relaTitle {
|
|
|
display: flex;
|
|
|
align-items: center;
|
|
|
justify-content: space-between;
|