吉安感知网项目-前端
shuishen
2026-01-16 19a8a9601842a42c026c5f74f540221ec3f72d69
applications/task-work-order/src/styles/top.scss
@@ -1,7 +1,5 @@
.avue-top {
  position: relative;
  background-color: #fff;
  box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.15);
  color: rgba(0, 0, 0, .65);
  font-size: 28px;
  height: $top_height;
@@ -10,7 +8,9 @@
  white-space: nowrap;
  .el-menu-item {
    i, span {
    i,
    span {
      font-size: 13px;
    }
  }
@@ -69,7 +69,7 @@
.top-bar__left,
.top-bar__right {
  height: $top_height;
  height: 100%;
  position: absolute;
  top: 0;
@@ -79,7 +79,15 @@
}
.top-bar__left {
  left: 10px;
  display: flex;
  align-items: center;
  font-family: PangMen;
  font-weight: 400;
  font-size: 30px;
  color: #161B2C;
  text-align: left;
  font-style: normal;
  text-transform: none;
}
.top-bar__right {
@@ -136,4 +144,4 @@
    font-weight: bold;
    color: #fff;
  }
}
}