|
@@ -11,8 +11,8 @@
|
|
|
</div>
|
|
|
<slot />
|
|
|
<span slot="footer" class="dialog-footer">
|
|
|
- <el-button size="small" @click="reset()">重置</el-button>
|
|
|
- <el-button type="primary" size="small" @click="confirm()">筛选</el-button>
|
|
|
+ <el-button @click="reset()">重置</el-button>
|
|
|
+ <el-button type="primary" @click="confirm()">筛选</el-button>
|
|
|
</span>
|
|
|
</el-dialog>
|
|
|
</div>
|