Skip to content
Toggle navigation
Toggle navigation
This project
Loading...
Sign in
csbr-daop
/
fe-data-trusted-space
Go to a project
Toggle navigation
Toggle navigation pinning
Projects
Groups
Snippets
Help
Project
Activity
Repository
Pipelines
Graphs
Issues
0
Merge Requests
0
Wiki
Network
Create a new issue
Builds
Commits
Issue Boards
Files
Commits
Network
Compare
Branches
Tags
cad746b1
authored
2025-09-08 16:38:04 +0800
by
lihua
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
解决抽样比例回车刷新页面
1 parent
127ce18f
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
8 additions
and
1 deletions
src/assets/styles/globals.scss
src/components/Form/index.vue
src/assets/styles/globals.scss
View file @
cad746b
...
...
@@ -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
;
...
...
src/components/Form/index.vue
View file @
cad746b
...
...
@@ -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"
...
...
Write
Preview
Styling with
Markdown
is supported
Attach a file
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to post a comment