fix
This commit is contained in:
parent
792f153f56
commit
516adda613
10
src/App.vue
10
src/App.vue
@ -1120,11 +1120,17 @@ export default {
|
||||
</script>
|
||||
|
||||
<style>
|
||||
body{
|
||||
html {
|
||||
text-size-adjust:100%;
|
||||
-webkit-text-size-adjust:100%;
|
||||
}
|
||||
body {
|
||||
text-size-adjust:100%;
|
||||
-webkit-text-size-adjust:100%;
|
||||
background-color: #f1f1f1;
|
||||
font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
|
||||
font-size: 18px;
|
||||
overflow-wrap: anywhere;
|
||||
overflow-wrap: anywhere;
|
||||
word-break: normal;
|
||||
line-break: strict;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user