فهرست منبع

Adjusted a layout of new memo dialog

Norio Suzuki 9 سال پیش
والد
کامیت
2624912dee
1فایلهای تغییر یافته به همراه2 افزوده شده و 2 حذف شده
  1. 2 2
      resource/js/crowi.js

+ 2 - 2
resource/js/crowi.js

@@ -218,7 +218,7 @@ $(function() {
     var month = ('0' + (today.getMonth() + 1)).slice(-2);
     var month = ('0' + (today.getMonth() + 1)).slice(-2);
     var day = ('0' + today.getDate()).slice(-2);
     var day = ('0' + today.getDate()).slice(-2);
     var dateString = today.getFullYear() + '/' + month + '/' + day;
     var dateString = today.getFullYear() + '/' + month + '/' + day;
-    $('#create-page-today .page-today-suffix').text('/' + dateString);
+    $('#create-page-today .page-today-suffix').text('/' + dateString + '/');
     $('#create-page-today .page-today-input2').data('prefix', '/' + dateString + '/');
     $('#create-page-today .page-today-input2').data('prefix', '/' + dateString + '/');
 
 
     var input2Width = $('#create-page-today .col-xs-10').outerWidth();
     var input2Width = $('#create-page-today .col-xs-10').outerWidth();
@@ -226,7 +226,7 @@ $(function() {
       - $('#create-page-today .page-today-prefix').outerWidth()
       - $('#create-page-today .page-today-prefix').outerWidth()
       - $('#create-page-today .page-today-input1').outerWidth()
       - $('#create-page-today .page-today-input1').outerWidth()
       - $('#create-page-today .page-today-suffix').outerWidth()
       - $('#create-page-today .page-today-suffix').outerWidth()
-      - 40
+      - 42
       ;
       ;
     $('#create-page-today .form-control.page-today-input2').css({width: newWidth}).focus();
     $('#create-page-today .form-control.page-today-input2').css({width: newWidth}).focus();