截止‘运力管理’模块

This commit is contained in:
2026-07-20 11:26:51 +08:00
parent e66b4a3680
commit c6dffb5d97
98 changed files with 19429 additions and 176 deletions

View File

@@ -54,8 +54,13 @@
.el-input__wrapper {
font-size: 13px;
border: none;
box-shadow: none;
background-color: transparent;
box-shadow: 0 0 0 1px rgba(255, 255, 255, 0.45);
background-color: #fff;
border-radius: 4px;
}
.el-input__inner {
color: #303133;
}
}
@@ -90,6 +95,22 @@
right: 10px;
display: flex;
align-items: center;
color: #fff;
i,
.el-icon,
.el-dropdown,
.el-dropdown-link {
color: inherit;
}
.el-color-picker__trigger {
border-color: rgba(255, 255, 255, 0.85);
}
.el-color-picker__icon {
color: inherit;
}
}
.top-bar__item {
@@ -109,6 +130,7 @@
height: 100%;
padding-left: 50px;
box-sizing: border-box;
background: url('/img/系统首页顶部背景图.png') center center / cover no-repeat;
overflow: hidden;
text-overflow: ellipsis;
white-space: nowrap;