|
@@ -19,7 +19,7 @@ $(document).ready(function() {
|
|
|
const cache = getLocalCache(this.expandKey);
|
|
|
this.expandCache = cache ? _.uniq(cache.split(',')) : [];
|
|
|
this.curFilingKey = 'cur-filing-' + window.location.pathname.split('/')[2];
|
|
|
- $('#filing').height($(".sjs-height-0").height()-$('.d-flex',".sjs-height-0").height());
|
|
|
+ $('#filing').height($(".sjs-height-0").height()-$('.d-flex',".sjs-height-0").height() - 10);
|
|
|
this.fileOrderKey = 'fileOrder';
|
|
|
this.fileOrder = getLocalCache(this.fileOrderKey) || 'create_time|desc';
|
|
|
}
|
|
@@ -1178,4 +1178,4 @@ $(document).ready(function() {
|
|
|
}, 100);
|
|
|
});
|
|
|
})('a[name=showLevel]');
|
|
|
-});
|
|
|
+});
|