|
@@ -3,7 +3,7 @@
|
|
|
<div class="container">
|
|
|
<div class="navbar-translate">
|
|
|
<a class="navbar-brand">众测</a>
|
|
|
- <button
|
|
|
+ <!-- <button
|
|
|
class="navbar-toggler"
|
|
|
type="button"
|
|
|
data-toggle="collapse"
|
|
@@ -13,7 +13,7 @@
|
|
|
<span class="navbar-toggler-icon"></span>
|
|
|
<span class="navbar-toggler-icon"></span>
|
|
|
<span class="navbar-toggler-icon"></span>
|
|
|
- </button>
|
|
|
+ </button> -->
|
|
|
</div>
|
|
|
<div class="collapse navbar-collapse">
|
|
|
<ul class="navbar-nav ml-auto">
|
|
@@ -120,29 +120,29 @@ export default {
|
|
|
align-items: center;
|
|
|
}
|
|
|
|
|
|
-@media (max-width: 991px) {
|
|
|
- .navbar-collapse {
|
|
|
- position: fixed;
|
|
|
- display: block;
|
|
|
- top: 0;
|
|
|
- height: 100vh;
|
|
|
- width: 230px;
|
|
|
- right: 0;
|
|
|
- margin-right: 0 !important;
|
|
|
- z-index: 1032;
|
|
|
- visibility: visible;
|
|
|
- background-color: #999;
|
|
|
- overflow-y: visible;
|
|
|
- border-top: none;
|
|
|
- text-align: left;
|
|
|
- padding-right: 0;
|
|
|
- padding-left: 0;
|
|
|
- max-height: none !important;
|
|
|
- -webkit-transform: translate3d(230px, 0, 0);
|
|
|
- transform: translate3d(230px, 0, 0);
|
|
|
- transition: all 0.5s cubic-bezier(0.685, 0.0473, 0.346, 1);
|
|
|
- }
|
|
|
-}
|
|
|
+// @media (max-width: 991px) {
|
|
|
+// .navbar-collapse {
|
|
|
+// position: fixed;
|
|
|
+// display: block;
|
|
|
+// top: 0;
|
|
|
+// height: 100vh;
|
|
|
+// width: 230px;
|
|
|
+// right: 0;
|
|
|
+// margin-right: 0 !important;
|
|
|
+// z-index: 1032;
|
|
|
+// visibility: visible;
|
|
|
+// background-color: #999;
|
|
|
+// overflow-y: visible;
|
|
|
+// border-top: none;
|
|
|
+// text-align: left;
|
|
|
+// padding-right: 0;
|
|
|
+// padding-left: 0;
|
|
|
+// max-height: none !important;
|
|
|
+// -webkit-transform: translate3d(230px, 0, 0);
|
|
|
+// transform: translate3d(230px, 0, 0);
|
|
|
+// transition: all 0.5s cubic-bezier(0.685, 0.0473, 0.346, 1);
|
|
|
+// }
|
|
|
+// }
|
|
|
|
|
|
@media (min-width: 992px) {
|
|
|
.navbar-collapse {
|