Commit 3b77ddef authored by 白舜's avatar 白舜 🎱

更新依赖,移除错误的属性

parent 4d9b3a90
......@@ -38,8 +38,8 @@
<div class="filters-right" v-if="$slots['filters-right']">
<slot name="filters-right" />
</div>
<el-button type="primary2" @click="$emit('search-action')"> 查询 </el-button>
<el-button type="default2" @click="$emit('search-reset')"> 重置 </el-button>
<el-button type="primary" @click="$emit('search-action')"> 查询 </el-button>
<el-button @click="$emit('search-reset')"> 重置 </el-button>
</div>
</div>
</div>
......
......@@ -10,7 +10,7 @@
</a>
</li>
<li v-if="!disabled">
<el-button type="primary2" size="mini" @click="showInput = true" v-if="!showInput"> 新增 </el-button>
<el-button type="primary" size="small" @click="showInput = true" v-if="!showInput"> 新增 </el-button>
<el-input v-model.trim="newTag" @blur="addTag" v-else />
</li>
</ul>
......
......@@ -23,7 +23,7 @@
支持上传{{ fileTypes.join("") }},最大{{ fileMaxSize }}M
</div> -->
<template v-if="isEasy">
<el-button type="primary" size="mini">
<el-button type="primary" size="small">
<bg-icon :icon="`#${triggerIcon}`" v-if="triggerIcon" style="margin-right: 8px" />
{{ triggerText }}
</el-button>
......
......@@ -149,21 +149,6 @@ a {
border-color: #2b4695;
color: #fff;
}
&.el-button--default2 {
background-color: #fff;
border-color: #2d96c9;
color: #2d96c9;
}
&.el-button--default3 {
background-color: #fff;
border-color: #ff6a00;
color: #ff6a00;
}
&.el-button--primary2 {
background-color: #2d96c9;
border-color: #2d96c9;
color: #fff;
}
&.el-button--billing {
background-color: #ff6a00;
border-color: #ff6a00;
......
This diff is collapsed.
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment