mirror of
https://gitee.com/y_project/RuoYi-Cloud.git
synced 2026-04-26 01:07:52 +08:00
优化样式
This commit is contained in:
@@ -59,7 +59,7 @@
|
|||||||
<script>
|
<script>
|
||||||
import { mapGetters } from 'vuex'
|
import { mapGetters } from 'vuex'
|
||||||
import Breadcrumb from '@/components/Breadcrumb'
|
import Breadcrumb from '@/components/Breadcrumb'
|
||||||
import TopNav from '@/components/TopNav'
|
import TopNav from './TopNav'
|
||||||
import TopBar from './TopBar'
|
import TopBar from './TopBar'
|
||||||
import Logo from './Sidebar/Logo'
|
import Logo from './Sidebar/Logo'
|
||||||
import Hamburger from '@/components/Hamburger'
|
import Hamburger from '@/components/Hamburger'
|
||||||
|
|||||||
@@ -546,6 +546,8 @@ export default {
|
|||||||
width: 100vw;
|
width: 100vw;
|
||||||
height: 100vh;
|
height: 100vh;
|
||||||
overflow: hidden;
|
overflow: hidden;
|
||||||
|
margin-left: 0 !important;
|
||||||
|
transition: none !important;
|
||||||
}
|
}
|
||||||
|
|
||||||
.main-container.fullscreen-mode .fixed-header {
|
.main-container.fullscreen-mode .fixed-header {
|
||||||
@@ -556,6 +558,7 @@ export default {
|
|||||||
right: 0;
|
right: 0;
|
||||||
width: 100% !important;
|
width: 100% !important;
|
||||||
z-index: 1000;
|
z-index: 1000;
|
||||||
|
transition: none !important;
|
||||||
}
|
}
|
||||||
|
|
||||||
.main-container.fullscreen-mode .fixed-header .navbar {
|
.main-container.fullscreen-mode .fixed-header .navbar {
|
||||||
|
|||||||
Reference in New Issue
Block a user