cad746b1 by lihua

解决抽样比例回车刷新页面

1 parent 127ce18f
......@@ -116,6 +116,13 @@ body {
textarea {
font-family: inherit;
}
.el-table__inner-wrapper::before {
transform: scaleY(1); /* 触发硬件加速或强制重绘 */
transform-origin: 0 0;
min-height: 1px;
}
// 列表页全局样式
.el-table.list-table {
margin: 20px 0;
......
......@@ -616,7 +616,7 @@ const panelChange = (scope, row) => {
</script>
<template>
<el-form ref="ruleFormRef" class="dialog-form-inline" :class="[props.col]" :inline="true" :model="formInline"
<el-form ref="ruleFormRef" class="dialog-form-inline" :class="[props.col]" :inline="true" :model="formInline" @submit.prevent
:rules="formRules">
<template v-for="(item, index) in formItemList">
<el-form-item v-if="item.visible ?? true" :key="'form_item_' + index" :prop="item.field"
......
Styling with Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!