Skip to content
Projects
Groups
Snippets
Help
Loading...
Sign in / Register
Toggle navigation
T
traffic-front
Project
Project
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
Packages
Packages
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
wangxiaoming
traffic-front
Commits
7c437589
Commit
7c437589
authored
Jul 12, 2019
by
frank.xa.zhang
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fixed page issue -- frank
parent
557d61d6
Show whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
6 additions
and
4 deletions
+6
-4
edit-organization-modal.ctrl.js
...s/edit-organization-modal/edit-organization-modal.ctrl.js
+2
-0
edit-organization-modal.html
...rols/edit-organization-modal/edit-organization-modal.html
+3
-3
edit-organization-modal.less
...rols/edit-organization-modal/edit-organization-modal.less
+1
-1
No files found.
atms-web/src/main/webapp/app/common/controls/edit-organization-modal/edit-organization-modal.ctrl.js
View file @
7c437589
...
...
@@ -362,6 +362,7 @@
bindingOptions
:
{
dataSource
:
'shareholderDatasource'
},
height
:
150
,
showBorders
:
true
,
paging
:
{
pageSize
:
constant
.
page
.
logPageSize
...
...
@@ -475,6 +476,7 @@
bindingOptions
:
{
dataSource
:
'directorDatasource'
},
height
:
160
,
showBorders
:
true
,
paging
:
{
pageSize
:
constant
.
page
.
logPageSize
...
...
atms-web/src/main/webapp/app/common/controls/edit-organization-modal/edit-organization-modal.html
View file @
7c437589
...
...
@@ -26,7 +26,7 @@
<
div
id
=
"basicdata"
class
=
"tab-pane in active"
>
<
form
class
=
"form-horizontal"
id
=
"orgControlForm"
name
=
"orgControlForm"
dx
-
validation
-
group
=
"{}"
>
<
div
class
=
"local"
>
<
div
style
=
"margin-left: 20px;margin-top:
20
px"
>
<
div
style
=
"margin-left: 20px;margin-top:
15
px"
>
<
span
style
=
"font-weight: bold;font-size: large;"
>
{{
'EntityInfo'
|
translate
}}
<
/span
>
<
/div
>
<
div
class
=
"bottom-row"
>
...
...
@@ -133,7 +133,7 @@
<
/div
>
<
/form
>
<
/div
>
<
div
id
=
"advancedOptions"
class
=
"tab-pane fade"
>
<
div
id
=
"advancedOptions"
class
=
"tab-pane fade"
style
=
"height:474px"
>
<!--
Equity
information
-->
<
div
class
=
"label-current-holding"
>
<
label
class
=
"basic-label"
style
=
"font-weight: bold;font-size: large;"
>
{{
'ShareHolder'
|
translate
}}
<
/label
>
...
...
@@ -147,7 +147,7 @@
<
/div
>
<!--
Direcotr
information
-->
<
div
class
=
"label-director"
>
<
div
class
=
"label-director"
style
=
"margin-top: 40px"
>
<
label
class
=
"basic-label"
style
=
"font-weight: bold;font-size: large;"
>
{{
'DirectorInfo'
|
translate
}}
<
/label
>
<
button
type
=
"button"
class
=
"btn btn-in-grid"
style
=
"width: 117px;float:right"
ng
-
click
=
"addDirector()"
>
<
i
class
=
"material-icons middle"
>
create
<
/i>{{'Create' | translate}
}
...
...
atms-web/src/main/webapp/app/common/controls/edit-organization-modal/edit-organization-modal.less
View file @
7c437589
...
...
@@ -13,7 +13,7 @@
.modal-dialog {
width: 1100px;
height:
6
00px;
height:
7
00px;
.modal-body {
height: 100%;
...
...
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