Commit 7c437589 authored by frank.xa.zhang's avatar frank.xa.zhang

fixed page issue -- frank

parent 557d61d6
...@@ -362,6 +362,7 @@ ...@@ -362,6 +362,7 @@
bindingOptions: { bindingOptions: {
dataSource: 'shareholderDatasource' dataSource: 'shareholderDatasource'
}, },
height:150,
showBorders: true, showBorders: true,
paging: { paging: {
pageSize: constant.page.logPageSize pageSize: constant.page.logPageSize
...@@ -475,6 +476,7 @@ ...@@ -475,6 +476,7 @@
bindingOptions: { bindingOptions: {
dataSource: 'directorDatasource' dataSource: 'directorDatasource'
}, },
height:160,
showBorders: true, showBorders: true,
paging: { paging: {
pageSize: constant.page.logPageSize pageSize: constant.page.logPageSize
......
...@@ -26,7 +26,7 @@ ...@@ -26,7 +26,7 @@
<div id="basicdata" class="tab-pane in active"> <div id="basicdata" class="tab-pane in active">
<form class="form-horizontal" id="orgControlForm" name="orgControlForm" dx-validation-group="{}"> <form class="form-horizontal" id="orgControlForm" name="orgControlForm" dx-validation-group="{}">
<div class="local"> <div class="local">
<div style="margin-left: 20px;margin-top: 20px"> <div style="margin-left: 20px;margin-top: 15px">
<span style="font-weight: bold;font-size: large;">{{'EntityInfo'|translate}}</span> <span style="font-weight: bold;font-size: large;">{{'EntityInfo'|translate}}</span>
</div> </div>
<div class="bottom-row"> <div class="bottom-row">
...@@ -133,7 +133,7 @@ ...@@ -133,7 +133,7 @@
</div> </div>
</form> </form>
</div> </div>
<div id="advancedOptions" class="tab-pane fade"> <div id="advancedOptions" class="tab-pane fade" style="height:474px">
<!--Equity information--> <!--Equity information-->
<div class="label-current-holding"> <div class="label-current-holding">
<label class="basic-label" style="font-weight: bold;font-size: large;">{{'ShareHolder' | translate}}</label> <label class="basic-label" style="font-weight: bold;font-size: large;">{{'ShareHolder' | translate}}</label>
...@@ -147,7 +147,7 @@ ...@@ -147,7 +147,7 @@
</div> </div>
<!--Direcotr information--> <!--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> <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()"> <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}} <i class="material-icons middle">create</i>{{'Create' | translate}}
......
...@@ -13,7 +13,7 @@ ...@@ -13,7 +13,7 @@
.modal-dialog { .modal-dialog {
width: 1100px; width: 1100px;
height: 600px; height: 700px;
.modal-body { .modal-body {
height: 100%; height: 100%;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment