|
|
@@ -49,13 +49,16 @@ onActivated(() => {
|
|
|
<style scoped lang="scss">
|
|
|
.history-risk-report-page {
|
|
|
width: 100%;
|
|
|
- min-height: 100vh;
|
|
|
+ height: 100vh;
|
|
|
background: #ffffff;
|
|
|
+ overflow: hidden;
|
|
|
|
|
|
.history-risk-report-content {
|
|
|
- min-height: calc(100vh - 40px);
|
|
|
+ height: calc(100vh - 40px);
|
|
|
padding: 12px 16px 20px;
|
|
|
box-sizing: border-box;
|
|
|
+ overflow-y: auto;
|
|
|
+ -webkit-overflow-scrolling: touch;
|
|
|
}
|
|
|
|
|
|
.rich-text {
|