loulijun2021
2024-05-07 dc1879fd0713eed48b2c75af5f29a1085291d276
src/components/VcronTab/components/Crontab.vue
@@ -99,8 +99,8 @@
      <CrontabResult :ex="contabValueString" />
      <div class="pop_btn">
        <el-button size="small" type="warning" @click="clearCron">重置</el-button>
        <el-button size="small" type="primary" @click="submitFill">确定</el-button>
        <el-button size="small" type="warning" @click="clearCron">重置</el-button>
        <el-button size="small" @click="hidePopup">取消</el-button>
      </div>
    </div>