Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
S
szse
Overview
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
zhaochengxiang
szse
Commits
3ef16aff
Commit
3ef16aff
authored
Jan 26, 2022
by
zhaochengxiang
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
增加小屏上的优化
parent
83e45356
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
2 deletions
+3
-2
ImportActionTable.jsx
src/view/Manage/Model/Component/ImportActionTable.jsx
+3
-2
No files found.
src/view/Manage/Model/Component/ImportActionTable.jsx
View file @
3ef16aff
...
@@ -951,7 +951,8 @@ const ImportActionTable = (props) => {
...
@@ -951,7 +951,8 @@ const ImportActionTable = (props) => {
const validateColumn = {
const validateColumn = {
title: '规范',
title: '规范',
dataIndex: 'validate',
dataIndex: 'validate',
width: 200,
//小屏幕下隐藏规范, 给编辑多点空间
width: (tableWidth>1300)?200:0,
fixed: 'right',
fixed: 'right',
render: (text, record, index) => {
render: (text, record, index) => {
let shortCauses = [];
let shortCauses = [];
...
@@ -1205,7 +1206,7 @@ const ImportActionTable = (props) => {
...
@@ -1205,7 +1206,7 @@ const ImportActionTable = (props) => {
scroll={{
scroll={{
x: 1500,
x: 1500,
//解决屏幕尺寸窄时,字段不好横向拖动的问题
//解决屏幕尺寸窄时,字段不好横向拖动的问题
y: tableWidth>1500?'100%':
45
0,
y: tableWidth>1500?'100%':
63
0,
}}
}}
expandable={{
expandable={{
columnWidth: 0,
columnWidth: 0,
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
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 comment