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>
|
</script>
|
||||||
|
|
||||||
<style>
|
<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;
|
background-color: #f1f1f1;
|
||||||
font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
|
font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
|
||||||
font-size: 18px;
|
font-size: 18px;
|
||||||
overflow-wrap: anywhere;
|
overflow-wrap: anywhere;
|
||||||
word-break: normal;
|
word-break: normal;
|
||||||
line-break: strict;
|
line-break: strict;
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user