fix
This commit is contained in:
20
src/App.vue
20
src/App.vue
@@ -2,11 +2,29 @@
|
||||
<router-view/>
|
||||
</template>
|
||||
|
||||
<style>
|
||||
<style lang="less">
|
||||
#app {
|
||||
font-family: Avenir, Helvetica, Arial, sans-serif;
|
||||
-webkit-font-smoothing: antialiased;
|
||||
-moz-osx-font-smoothing: grayscale;
|
||||
height: 100%;
|
||||
}
|
||||
.ipad{
|
||||
*{
|
||||
-webkit-touch-callout:none;
|
||||
-khtml-user-select:none;
|
||||
-webkit-user-select:none;
|
||||
-moz-user-select:none;
|
||||
-ms-user-select: none;
|
||||
user-select:none;
|
||||
input,textarea{
|
||||
-webkit-touch-callout:default;
|
||||
-khtml-user-select:auto;
|
||||
-webkit-user-select:auto;
|
||||
-moz-user-select:auto;
|
||||
-ms-user-select: auto;
|
||||
user-select:auto;
|
||||
}
|
||||
}
|
||||
}
|
||||
</style>
|
||||
|
||||
Reference in New Issue
Block a user