设备总包项目管理剩余页面

This commit is contained in:
jhd
2026-06-17 09:29:22 +08:00
parent 690729e266
commit 2f92ef57de
171 changed files with 7592 additions and 113 deletions

View File

@@ -240,6 +240,17 @@ body {
box-shadow: 0 1px 2px rgba(0, 21, 41, 0.04);
}
.current-project-bar {
background: #e8f4fd;
padding: 6px 14px;
font-size: 12px;
color: #2176ae;
border-bottom: 1px solid #d0e8f8;
margin: -1px -1px 0 -1px;
border-radius: 8px 8px 0 0;
font-weight: 500;
}
// 圆角按钮/输入框
.el-input__inner,
.el-textarea__inner {