|
@@ -1,7 +1,7 @@
|
|
|
<template>
|
|
|
<div class="saga-config-point">
|
|
|
<div style="line-height:34px;padding-left:10px">
|
|
|
- <span style="display:inline-block;height: 34px;line-height:34px;">此项目包括<i style="color:#409EFF;">{{list.length}}</i>个数据源</span>
|
|
|
+ <span style="display:inline-block;height: 35px;line-height:34px;">此项目包括<i style="color:#409EFF;">{{list.length}}</i>个数据源</span>
|
|
|
<div style="float:right;height:34px;line-height:34px;padding-bottom: 1px;">
|
|
|
<el-button @click="sameData">同步配置文件到云端</el-button>
|
|
|
<el-button style="width:140px;" @click="addItem">添加数据源</el-button>
|