mirror of
https://github.com/tusen-ai/naive-ui.git
synced 2025-02-17 13:20:52 +08:00
fix: style on mobile
This commit is contained in:
parent
9a0f875405
commit
be48050bc3
@ -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;
|
||||
|
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "naive-ui",
|
||||
"version": "0.1.69",
|
||||
"version": "0.1.70",
|
||||
"description": "",
|
||||
"main": "index.js",
|
||||
"scripts": {
|
||||
|
@ -125,7 +125,7 @@ export default {
|
||||
top: 0;
|
||||
height: 0;
|
||||
width: 0;
|
||||
overflow: auto;
|
||||
overflow: visible;
|
||||
display: flex;
|
||||
}
|
||||
</style>
|
||||
|
Loading…
Reference in New Issue
Block a user