#
Junjie
2024-08-06 ab8b9ed094d719c752af88bc6d382fc5feeb08ba
zy-asrs-admin/src/assets/main.css
@@ -5,8 +5,31 @@
  overflow: hidden;
}
.main .main-sider {
  overflow-x: hidden;
  overflow-y: scroll;
}
.main .main-sider::-webkit-scrollbar {
  width: 5px !important;
}
.main .main-sider::-webkit-scrollbar-track {
  background: #f1f1f1;
  border-radius: 10px;
}
.main .main-sider::-webkit-scrollbar-thumb {
  background: #888;
  border-radius: 10px;
}
.main .main-sider::-webkit-scrollbar-thumb:hover {
  background: #555;
}
.trigger {
  font-size: 16px;
  font-size: 14px;
  line-height: 64px;
  padding: 0 6px;
  cursor: pointer;
@@ -26,6 +49,10 @@
  color: #333333 !important;
}
.triggerLarge {
  font-size: 18px !important;
}
.logo {
  height: 50px;
  /* background: rgba(255, 255, 255, 0.3); */
@@ -41,6 +68,7 @@
.header-top {
  display: flex;
  justify-content: space-between;
  margin-bottom: 10px;
}
.header-top-left {
@@ -55,7 +83,7 @@
  flex: 4;
  display: flex;
  justify-content: flex-end;
  font-size: 16px;
  font-size: 14px;
}
.header-top-right>div {
@@ -133,7 +161,18 @@
.content-view {
  margin: 45px 16px;
  margin-top: 60px;
  padding: 24px;
  background: #fff;
  min-height: 280px;
}
.form-block {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.form-block .ant-form-item {
  width: 100%;
}