fix: style on mobile

This commit is contained in:
07akioni 2019-06-27 16:26:23 +08:00
parent 9a0f875405
commit be48050bc3
3 changed files with 4 additions and 3 deletions

View File

@ -114,6 +114,7 @@ export default {
right: 0;
top: 0;
bottom: 0;
min-width: 1080px;
}
</style>
@ -131,7 +132,7 @@ export default {
overflow-x: auto!important;
}
.n-doc {
width: 780px;
width: 720px;
margin: 0 auto;
.n-doc-header {
display: flex;

View File

@ -1,6 +1,6 @@
{
"name": "naive-ui",
"version": "0.1.69",
"version": "0.1.70",
"description": "",
"main": "index.js",
"scripts": {

View File

@ -125,7 +125,7 @@ export default {
top: 0;
height: 0;
width: 0;
overflow: auto;
overflow: visible;
display: flex;
}
</style>