fix(仪表板): 弹窗内按钮组件次要按钮交互样式不对

This commit is contained in:
dataeaseShu 2024-02-22 15:56:31 +08:00
parent f0d01853fc
commit 251c950644

View File

@ -19,12 +19,17 @@
/></el-icon> /></el-icon>
<span>{{ state.curTemplate.title }}1 </span> <span>{{ state.curTemplate.title }}1 </span>
<el-row class="head-right"> <el-row class="head-right">
<el-button :disabled="state.curTemplateIndex === 0" style="float: right" @click="preOne" <el-button
secondary
:disabled="state.curTemplateIndex === 0"
style="float: right"
@click="preOne"
>上一个</el-button >上一个</el-button
> >
<el-button <el-button
:disabled="state.curTemplateIndex === state.curTemplateShowFilter.length - 1" :disabled="state.curTemplateIndex === state.curTemplateShowFilter.length - 1"
style="float: right" style="float: right"
secondary
@click="nextOne" @click="nextOne"
>下一个</el-button >下一个</el-button
> >