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">
<title>智能手铐管理系统</title>
<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 = {
securityJsCode: '83572bd6398cb4594c611f93f89b506a'
}</script>

View File

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

View File

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

View File

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

View File

@ -161,26 +161,7 @@ const toIncidentDispose = (id: string) => {
.baseInfo {
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 {
color: #061451;
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>

View File

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

View File

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