Browse Source

微调样式

笔下光年 6 years ago
parent
commit
ec469b5061
1 changed files with 13 additions and 1 deletions
  1. 13 1
      css/style.min.css

+ 13 - 1
css/style.min.css

@@ -2553,9 +2553,9 @@ dd, dt {
 .nav-item-has-subnav > a:after {
 .nav-item-has-subnav > a:after {
     position: absolute;
     position: absolute;
     right: 24px;
     right: 24px;
-    top: 15px;
     font-family: 'Material Design Icons';
     font-family: 'Material Design Icons';
     font-size: 10px;
     font-size: 10px;
+    line-height: 1.75;
     content: '\f142';
     content: '\f142';
     -webkit-transition: -webkit-transform 0.3s linear;
     -webkit-transition: -webkit-transform 0.3s linear;
     transition: -webkit-transform 0.3s linear;
     transition: -webkit-transform 0.3s linear;
@@ -2905,6 +2905,18 @@ dd, dt {
         border-radius: 0;
         border-radius: 0;
     }
     }
 }
 }
+@media screen and (max-width: 767px) {
+    .table-responsive {
+        border-color: #eceeef;
+    }
+}
+@media screen and (max-width: 700px) {
+    .card-toolbar .search-bar {
+        max-width: 100%;
+        margin-bottom: 10px;
+        float: none!important;
+    }
+}
 @media screen and (max-width: 420px) {
 @media screen and (max-width: 420px) {
     .navbar-page-title {
     .navbar-page-title {
         display: none;
         display: none;