|
@@ -11,13 +11,13 @@
|
|
|
标签分类列表
|
|
|
</div>
|
|
|
</div>
|
|
|
- <div class="tool-wrap" :style="{'justify-content':tableName==='tag'?'space-between':'flex-end'}">
|
|
|
+ <div class="tool-wrap" >
|
|
|
<template v-if="tableName==='classify'">
|
|
|
<el-button type="primary" size="medium" @click="addTag">添加标签分类</el-button>
|
|
|
</template>
|
|
|
<template v-else>
|
|
|
<el-button type="primary" size="medium" @click="addTag">添加标签</el-button>
|
|
|
- <el-cascader style="width:200px;" placeholder="请选择标签分类"
|
|
|
+ <el-cascader style="width:200px;margin:0 10px;" placeholder="请选择标签分类"
|
|
|
:options="selectTagTree" v-model="searchClassify" @change="handleSearchChange('select')" clearable></el-cascader>
|
|
|
<el-input style="width:210px;" placeholder="标签名称" prefix-icon="el-icon-search" clearable
|
|
|
v-model="searchInput" @input="handleSearchChange('input')"
|
|
@@ -427,6 +427,7 @@ export default {
|
|
|
.top-wrap{
|
|
|
width:100%;
|
|
|
display: flex;
|
|
|
+ align-items: center;
|
|
|
justify-content: space-between;
|
|
|
margin-bottom: 20px;
|
|
|
.switch-tab{
|
|
@@ -447,9 +448,9 @@ export default {
|
|
|
}
|
|
|
.tool-wrap{
|
|
|
display: flex;
|
|
|
- width:600px;
|
|
|
+ /* width:600px; */
|
|
|
height: 40px;
|
|
|
- justify-content: space-between;
|
|
|
+ /* justify-content: space-between; */
|
|
|
}
|
|
|
}
|
|
|
.dialog-container{
|