update for pane position style.

This commit is contained in:
kunw 2016-07-08 09:24:27 +08:00
parent 384c470bb3
commit 8ea9cc436d
6 changed files with 6 additions and 5 deletions

View File

@ -28,7 +28,7 @@
margin-top: 20px;
background-color: #FFFFFF;
height: 100%;
min-height: 640px;
min-height: 672px;
width: 100%;
}

View File

@ -12,7 +12,7 @@
See the License for the specific language governing permissions and
limitations under the License.
-->
<div class="well panel-group well-custom" style="margin-left: 0;">
<div class="well panel-group well-custom" style="margin-left: 0; position: absolute; width: 98%;">
<div class="row">
<div class="pull-right clearfix"><a href="javascript:void(0);" ng-click="vm.close()"><span class="glyphicon glyphicon-remove-circle"></span></a></div>
<div class="col-xs-10 col-md-10">

View File

@ -158,6 +158,7 @@
element.find('#toDatePicker').on('blur', function(){
ctrl.pickUp({'key': 'toDate', 'value': $(this).val()});
});
}
}

View File

@ -12,7 +12,7 @@
See the License for the specific language governing permissions and
limitations under the License.
-->
<div class="well panel-group well-custom" style="margin: 0;">
<div class="well panel-group well-custom" style="margin: 0; position: absolute; width: 98%;">
<div class="row">
<form name="form" class="css-form form-custom" novalidate>
<div class="col-xs-10 col-md-10">

View File

@ -12,7 +12,7 @@
See the License for the specific language governing permissions and
limitations under the License.
-->
<div class="well well-custom">
<div class="well well-custom" style="position: absolute; margin-left: 10px; margin-top: 5px; width: 96%;">
<form name="form" class="css-form form-custom" novalidate>
<div class="row">
<div class="col-xs-10 col-md-10">

View File

@ -88,7 +88,7 @@
$scope.$on('addedSuccess', function(e, val) {
vm.retrieve();
});
function showAddProject() {
if(vm.isOpen){
vm.isOpen = false;