Authored by 陈峰

Merge branch 'feature/finance' into 'release/3.0'

时间控件样式修改



See merge request !24
@@ -157,4 +157,8 @@ export default { @@ -157,4 +157,8 @@ export default {
157 .table-btn { 157 .table-btn {
158 margin-bottom: 20px; 158 margin-bottom: 20px;
159 } 159 }
  160 +
  161 +.ivu-date-picker {
  162 + width: 190px;
  163 +}
160 </style> 164 </style>
@@ -108,4 +108,8 @@ export default { @@ -108,4 +108,8 @@ export default {
108 .table-btn { 108 .table-btn {
109 margin-bottom: 20px; 109 margin-bottom: 20px;
110 } 110 }
  111 +
  112 +.ivu-date-picker {
  113 + width: 190px;
  114 +}
111 </style> 115 </style>
@@ -143,4 +143,8 @@ export default { @@ -143,4 +143,8 @@ export default {
143 .table-btn { 143 .table-btn {
144 margin-bottom: 20px; 144 margin-bottom: 20px;
145 } 145 }
  146 +
  147 +.ivu-date-picker {
  148 + width: 190px;
  149 +}
146 </style> 150 </style>
@@ -109,4 +109,8 @@ export default { @@ -109,4 +109,8 @@ export default {
109 .table-btn { 109 .table-btn {
110 margin-bottom: 20px; 110 margin-bottom: 20px;
111 } 111 }
  112 +
  113 +.ivu-date-picker {
  114 + width: 190px;
  115 +}
112 </style> 116 </style>