|
@@ -113,14 +113,16 @@ export default {
|
113
|
113
|
}
|
114
|
114
|
}
|
115
|
115
|
</script>
|
116
|
|
-<style lang="scss" scoped>
|
|
116
|
+<style lang="scss" >
|
117
|
117
|
.about{
|
118
|
|
- height:100px;
|
119
|
|
- overflow: auto;
|
120
|
|
- -webkit-overflow-scrolling: touch;
|
121
|
|
- .frame{
|
122
|
|
- width:100%;
|
123
|
|
- height:100%;
|
124
|
|
- }
|
|
118
|
+ height:700px;
|
|
119
|
+ width:100%;
|
|
120
|
+ overflow: auto!important;
|
|
121
|
+ -webkit-overflow-scrolling: touch!important;
|
|
122
|
+
|
|
123
|
+}
|
|
124
|
+.frame{
|
|
125
|
+ width: 100% !important;
|
|
126
|
+ height:100%!important;
|
125
|
127
|
}
|
126
|
128
|
</style>
|