能源配置&能源抄表

This commit is contained in:
2023-08-21 11:12:23 +08:00
parent c466cbb378
commit 6e39dd48ff
22 changed files with 2416 additions and 6 deletions

View File

@@ -175,4 +175,24 @@ input, textarea{
::-webkit-scrollbar-thumb:hover {
background-color: rgba(144,147,153,.3);
}
}
// 抽屉head区域---start
.el-drawer__header {
padding-bottom: 20px;
margin-bottom: 23px;
font-size: 20px;
font-weight: 500;
color: rgba(0,0,0,0.85);
border-bottom: 1px solid rgba(233, 233, 233, 1);
}
.el-drawer__header > :first-child::before {
content: '';
display: inline-block;
width: 4px;
height: 24px;
background-color: #0b58ff;
margin-right: 8px;
vertical-align: middle;
}
// 抽屉head区域---end