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
3a8b1679
Commit
3a8b1679
authored
Jul 14, 2022
by
zhaochengxiang
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
主数据样式调整
parent
484a0efa
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
11 additions
and
4 deletions
+11
-4
UpdateDataMasterModal.less
...ew/Manage/DataMaster/Component/UpdateDataMasterModal.less
+7
-0
UpdateTemplateModal.jsx
src/view/Manage/DataMaster/Component/UpdateTemplateModal.jsx
+4
-4
No files found.
src/view/Manage/DataMaster/Component/UpdateDataMasterModal.less
View file @
3a8b1679
.update-data-master-modal {
.yy-modal-body {
max-height: 70vh;
overflow: auto;
}
}
\ No newline at end of file
src/view/Manage/DataMaster/Component/UpdateTemplateModal.jsx
View file @
3a8b1679
...
...
@@ -54,10 +54,10 @@ const UpdateTemplateModal = (props) => {
{
...
formItemLayout
}
>
<
Form
.
Item
label=
'模版名称'
name=
'name'
rules=
{
[{
required
:
true
,
message
:
'请填写模版名称'
}]
}
>
<
Input
/>
<
Input
style=
{
{
width
:
'87%'
}
}
/>
</
Form
.
Item
>
<
Form
.
Item
label=
'模版中文名称'
name=
'cnName'
rules=
{
[{
required
:
true
,
message
:
'请填写模版中文名称'
}]
}
>
<
Input
/>
<
Input
style=
{
{
width
:
'87%'
}
}
/>
</
Form
.
Item
>
<
Form
.
List
name=
"names"
...
...
@@ -94,7 +94,7 @@ const UpdateTemplateModal = (props) => {
<
Input
placeholder=
"属性名称"
style=
{
{
width
:
fields
.
length
>
1
?
'87%'
:
'100
%'
,
width
:
'87
%'
,
}
}
/>
</
Form
.
Item
>
...
...
@@ -111,7 +111,7 @@ const UpdateTemplateModal = (props) => {
type=
"dashed"
onClick=
{
()
=>
add
()
}
style=
{
{
width
:
'
100
%'
,
width
:
'
87
%'
,
}
}
icon=
{
<
PlusOutlined
/>
}
>
...
...
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