😎调整CronTab指定下拉选择器宽度
This commit is contained in:
parent
c0f44005e1
commit
6b9c952889
@ -135,7 +135,7 @@
|
|||||||
<span> Cron表达式生成器 </span>
|
<span> Cron表达式生成器 </span>
|
||||||
</div>
|
</div>
|
||||||
</template>
|
</template>
|
||||||
<vcrontab @hide="state.showCronDialog = false" @fill="crontabFill" :expression="cronValue"></vcrontab>
|
<vcrontab id="vcrontab" @hide="state.showCronDialog = false" @fill="crontabFill" :expression="cronValue"></vcrontab>
|
||||||
</el-dialog>
|
</el-dialog>
|
||||||
</div>
|
</div>
|
||||||
</template>
|
</template>
|
||||||
@ -286,3 +286,11 @@ const macroDropDownCommand = (item: MacroData) => {
|
|||||||
// 导出对象
|
// 导出对象
|
||||||
defineExpose({ openDialog });
|
defineExpose({ openDialog });
|
||||||
</script>
|
</script>
|
||||||
|
|
||||||
|
<style lang="scss" scoped>
|
||||||
|
#vcrontab {
|
||||||
|
:deep(.el-select) {
|
||||||
|
min-width: 300px;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
</style>
|
||||||
Loading…
Reference in New Issue
Block a user