Authored by zhangtianqi

feat:监控配置->资源管理 按钮样式

@@ -16,7 +16,7 @@ @@ -16,7 +16,7 @@
16 <div style="margin-right:6px;"> 16 <div style="margin-right:6px;">
17 <cm-biz-type-tree-input @callback="getBizType" clearable collapseTags multiple/> 17 <cm-biz-type-tree-input @callback="getBizType" clearable collapseTags multiple/>
18 </div> 18 </div>
19 - <div> 19 + <div style="margin-right:6px;">
20 <cm-res-type-tree-input @callback="getResType" clearable collapseTags multiple/> 20 <cm-res-type-tree-input @callback="getResType" clearable collapseTags multiple/>
21 </div> 21 </div>
22 <div class="flex-div-start" style="float: left;"> 22 <div class="flex-div-start" style="float: left;">
@@ -30,9 +30,13 @@ @@ -30,9 +30,13 @@
30 </el-row> 30 </el-row>
31 <el-row> 31 <el-row>
32 <div class="flex-div-start" style="margin: 4px;"> 32 <div class="flex-div-start" style="margin: 4px;">
33 - <el-button @click="save()" style="margin-left: 10px" type="primary">新增</el-button> 33 + <div style="margin-left: 10px">
  34 + <el-button @click="save()" type="primary">新增</el-button>
  35 + </div>
  36 + <div style="margin-left: 10px">
34 <el-button @click="deleteOther()" style="margin-left: 10px" type="primary">删除</el-button> 37 <el-button @click="deleteOther()" style="margin-left: 10px" type="primary">删除</el-button>
35 </div> 38 </div>
  39 + </div>
36 </el-row> 40 </el-row>
37 <el-row class="margin-bottom-50" style="padding:0 10px;"> 41 <el-row class="margin-bottom-50" style="padding:0 10px;">
38 <el-col :span="24" class="table-height"> 42 <el-col :span="24" class="table-height">