zhangjiaqing
3 天以前 f5f65e6a9a49709c451dc2efd253970b5ae41f69
public/css/style.css
@@ -1308,7 +1308,7 @@
body.fixed-sidebar .navbar-static-side,
body.canvas-menu .navbar-static-side {
  position: fixed;
  width: 220px;
  width: 250px;
  z-index: 2001;
  height: 100%;
}
@@ -1322,7 +1322,7 @@
  margin: 0 0 0 220px;
}
body.body-small.fixed-sidebar.mini-navbar .navbar-static-side {
  width: 220px;
  width: 250px;
}
.fixed-sidebar.mini-navbar .nav li:focus > .nav-second-level,
.canvas-menu.mini-navbar .nav li:focus > .nav-second-level {
@@ -4543,7 +4543,7 @@
@media (min-width: 768px) {
  #page-wrapper {
    position: inherit;
    margin: 0 0 0 240px;
    margin: 0 0 0 250px;
    min-height: 2002px;
  }
}
@@ -5596,6 +5596,13 @@
.custom-file .custom-file-input:lang(en) ~ .custom-file-label::after {
  content: "文件" !important;
}
/* 提高优先级,确保覆盖bootstrap默认样式 */
.custom-file-input:lang(en) ~ .custom-file-label::after {
  content: "文件" !important;
}
.custom-file-input ~ .custom-file-label::after {
  content: "文件" !important;
}
/* SEARCH PAGE */
.search-form {
  margin-top: 10px;