2025年04月15日17:41:32

This commit is contained in:
luojiayi 2025-04-15 17:41:33 +08:00
parent 628e7abd80
commit b007052673
7 changed files with 53 additions and 56 deletions

View File

@ -7,7 +7,7 @@
<meta name="viewport" content="width=device-width,initial-scale=1.0"> <meta name="viewport" content="width=device-width,initial-scale=1.0">
<title>智能手铐管理系统</title> <title>智能手铐管理系统</title>
<link rel="stylesheet" href="//at.alicdn.com/t/c/font_830376_92o68tc95je.css"> <link rel="stylesheet" href="//at.alicdn.com/t/c/font_830376_92o68tc95je.css">
<link rel="icon" href="/public/favicon.ico"> <link rel="icon" href="/favicon.ico">
<script>window._AMapSecurityConfig = { <script>window._AMapSecurityConfig = {
securityJsCode: '83572bd6398cb4594c611f93f89b506a' securityJsCode: '83572bd6398cb4594c611f93f89b506a'
}</script> }</script>

View File

@ -91,7 +91,7 @@ const dowdDemo = async () => {
text-decoration: underline; text-decoration: underline;
color: #409eff; color: #409eff;
} }
/deep/ .el-upload-list { .upload-demo :deep(.el-upload-list) {
display: none; display: none;
} }
</style> </style>

View File

@ -200,15 +200,15 @@ const collapseChage = () => {
overflow: hidden; overflow: hidden;
&.is-active { &.is-active {
background-color: transparent; background-color: transparent;
/deep/ .el-sub-menu__title { }
border-radius: 6px; &.is-active :deep(.el-sub-menu__title) {
background: #061451; border-radius: 6px;
color: #fff; background: #061451;
.icon { color: #fff;
background-image: var(--activeIcon) !important; .icon {
background-repeat: no-repeat; background-image: var(--activeIcon) !important;
background-size: 20px 20px; background-repeat: no-repeat;
} background-size: 20px 20px;
} }
} }

View File

@ -394,8 +394,4 @@ onUnmounted(() => {
} }
} }
} }
// /deep/ .el-upload {
// width: 100px;
// height: 100px;
// }
</style> </style>

View File

@ -161,26 +161,7 @@ const toIncidentDispose = (id: string) => {
.baseInfo { .baseInfo {
margin-bottom: 20px; margin-bottom: 20px;
/deep/ .el-card__header {
position: relative;
.card-header {
color: #061451;
font-size: 22px;
}
&::before {
position: absolute;
left: 0;
top: 50%;
transform: translateY(-50%);
content: "";
display: block;
width: 2px;
height: 14px;
border-radius: 20px;
background: #061451;
}
}
.item { .item {
color: #061451; color: #061451;
font-size: 20px; font-size: 20px;
@ -193,4 +174,24 @@ const toIncidentDispose = (id: string) => {
} }
} }
} }
.baseInfo :deep(.el-card__header) {
position: relative;
.card-header {
color: #061451;
font-size: 22px;
}
&::before {
position: absolute;
left: 0;
top: 50%;
transform: translateY(-50%);
content: "";
display: block;
width: 2px;
height: 14px;
border-radius: 20px;
background: #061451;
}
}
</style> </style>

View File

@ -156,28 +156,28 @@ onMounted(() => {
<style scoped lang="less"> <style scoped lang="less">
.baseSetting { .baseSetting {
margin-bottom: 20px; margin-bottom: 20px;
/deep/ .el-card__header { }
position: relative; .baseSetting :deep(.el-card__header) {
.card-header { position: relative;
color: #061451; .card-header {
font-size: 22px; color: #061451;
display: flex; font-size: 22px;
align-items: center; display: flex;
justify-content: space-between; align-items: center;
} justify-content: space-between;
}
&::before { &::before {
position: absolute; position: absolute;
left: 0; left: 0;
top: 50%; top: 50%;
transform: translateY(-50%); transform: translateY(-50%);
content: ""; content: "";
display: block; display: block;
width: 2px; width: 2px;
height: 14px; height: 14px;
border-radius: 20px; border-radius: 20px;
background: #061451; background: #061451;
}
} }
} }
</style> </style>

View File

@ -97,7 +97,7 @@ const disabled = (ite, row) => {
.box2 { .box2 {
background-color: #02174f; background-color: #02174f;
} }
/deep/ .el-checkbox__input { .el-checkbox :deep(.el-checkbox__input) {
display: none; display: none;
} }
</style> </style>