|
@@ -236,7 +236,7 @@
|
236
|
236
|
</tr>
|
237
|
237
|
</thead>
|
238
|
238
|
</table>
|
239
|
|
- <div class="jry_table_wrap" ng-nicescroll nice-scroll-end="topEndComplete()">
|
|
239
|
+ <div class="jry_table_wrap">
|
240
|
240
|
<table class="jry_table jry_table_body" cellspacing="0" cellpadding="16"
|
241
|
241
|
style="font-weight:normal !important;margin-bottom: 16px;table-layout:fixed">
|
242
|
242
|
<tbody class="tbody-hover">
|
|
@@ -344,7 +344,7 @@
|
344
|
344
|
</tr>
|
345
|
345
|
</thead>
|
346
|
346
|
</table>
|
347
|
|
- <div class="jry_table_wrap" ng-nicescroll>
|
|
347
|
+ <div class="jry_table_wrap">
|
348
|
348
|
<table class="jry_table jry_table_body" cellspacing="0" cellpadding="16"
|
349
|
349
|
style="font-weight:normal !important;margin-bottom: 16px;table-layout:fixed">
|
350
|
350
|
<tbody class="tbody-hover">
|
|
@@ -475,7 +475,7 @@
|
475
|
475
|
</tr>
|
476
|
476
|
</thead>
|
477
|
477
|
</table>
|
478
|
|
- <div class="jry_table_wrap jry_table_wrap2" ng-nicescroll>
|
|
478
|
+ <div class="jry_table_wrap jry_table_wrap2">
|
479
|
479
|
<table class="jry_table jry_table_body" cellspacing="0" cellpadding="16"
|
480
|
480
|
style="font-weight:normal !important;margin-bottom: 16px;table-layout:fixed">
|
481
|
481
|
<tbody class="tbody-hover">
|
|
@@ -619,7 +619,7 @@
|
619
|
619
|
</tr>
|
620
|
620
|
</thead>
|
621
|
621
|
</table>
|
622
|
|
- <div class="jry_table_wrap" ng-nicescroll nice-scroll-end="topEndComplete()">
|
|
622
|
+ <div class="jry_table_wrap">
|
623
|
623
|
<table class="jry_table jry_table_body" cellspacing="0" cellpadding="16"
|
624
|
624
|
style="font-weight:normal !important;margin-bottom: 16px;table-layout:fixed">
|
625
|
625
|
<tbody class="tbody-hover">
|
|
@@ -697,7 +697,7 @@
|
697
|
697
|
</tr>
|
698
|
698
|
</thead>
|
699
|
699
|
</table>
|
700
|
|
- <div class="jry_table_wrap" ng-nicescroll>
|
|
700
|
+ <div class="jry_table_wrap">
|
701
|
701
|
<table class="jry_table jry_table_body" cellspacing="0" cellpadding="16"
|
702
|
702
|
style="font-weight:normal !important;margin-bottom: 16px;table-layout:fixed">
|
703
|
703
|
<tbody class="tbody-hover">
|
|
@@ -763,7 +763,7 @@
|
763
|
763
|
</tr>
|
764
|
764
|
</thead>
|
765
|
765
|
</table>
|
766
|
|
- <div class="jry_table_wrap" ng-nicescroll>
|
|
766
|
+ <div class="jry_table_wrap">
|
767
|
767
|
<table class="jry_table jry_table_body" cellspacing="0" cellpadding="16"
|
768
|
768
|
style="font-weight:normal !important;margin-bottom: 16px;table-layout:fixed">
|
769
|
769
|
<tbody class="tbody-hover">
|
|
@@ -1125,7 +1125,7 @@
|
1125
|
1125
|
margin-top: -1px;
|
1126
|
1126
|
height: 311px;
|
1127
|
1127
|
overflow-x: hidden;
|
1128
|
|
- overflow-y: auto;
|
|
1128
|
+ overflow-y: scroll;
|
1129
|
1129
|
}
|
1130
|
1130
|
|
1131
|
1131
|
.jry_table_wrap2 {
|
|
@@ -1143,6 +1143,7 @@
|
1143
|
1143
|
.jry_table_head {
|
1144
|
1144
|
margin-top: 16px;
|
1145
|
1145
|
background-color: #f9f9f9;
|
|
1146
|
+ width: calc(100% - 17px);
|
1146
|
1147
|
}
|
1147
|
1148
|
|
1148
|
1149
|
.jry_table_head th {
|