2025年04月15日17:41:32
This commit is contained in:
parent
628e7abd80
commit
b007052673
@ -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>
|
||||
|
@ -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>
|
||||
|
@ -200,7 +200,8 @@ const collapseChage = () => {
|
||||
overflow: hidden;
|
||||
&.is-active {
|
||||
background-color: transparent;
|
||||
/deep/ .el-sub-menu__title {
|
||||
}
|
||||
&.is-active :deep(.el-sub-menu__title) {
|
||||
border-radius: 6px;
|
||||
background: #061451;
|
||||
color: #fff;
|
||||
@ -210,7 +211,6 @@ const collapseChage = () => {
|
||||
background-size: 20px 20px;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
.el-sub-menu__title {
|
||||
border-radius: 6px;
|
||||
|
@ -394,8 +394,4 @@ onUnmounted(() => {
|
||||
}
|
||||
}
|
||||
}
|
||||
// /deep/ .el-upload {
|
||||
// width: 100px;
|
||||
// height: 100px;
|
||||
// }
|
||||
</style>
|
||||
|
@ -161,7 +161,20 @@ const toIncidentDispose = (id: string) => {
|
||||
|
||||
.baseInfo {
|
||||
margin-bottom: 20px;
|
||||
/deep/ .el-card__header {
|
||||
|
||||
.item {
|
||||
color: #061451;
|
||||
font-size: 20px;
|
||||
margin-top: 26px;
|
||||
&:first-child {
|
||||
margin-top: 0;
|
||||
}
|
||||
span {
|
||||
color: #818aa6;
|
||||
}
|
||||
}
|
||||
}
|
||||
.baseInfo :deep(.el-card__header) {
|
||||
position: relative;
|
||||
.card-header {
|
||||
color: #061451;
|
||||
@ -181,16 +194,4 @@ const toIncidentDispose = (id: string) => {
|
||||
background: #061451;
|
||||
}
|
||||
}
|
||||
.item {
|
||||
color: #061451;
|
||||
font-size: 20px;
|
||||
margin-top: 26px;
|
||||
&:first-child {
|
||||
margin-top: 0;
|
||||
}
|
||||
span {
|
||||
color: #818aa6;
|
||||
}
|
||||
}
|
||||
}
|
||||
</style>
|
||||
|
@ -156,7 +156,8 @@ onMounted(() => {
|
||||
<style scoped lang="less">
|
||||
.baseSetting {
|
||||
margin-bottom: 20px;
|
||||
/deep/ .el-card__header {
|
||||
}
|
||||
.baseSetting :deep(.el-card__header) {
|
||||
position: relative;
|
||||
.card-header {
|
||||
color: #061451;
|
||||
@ -179,5 +180,4 @@ onMounted(() => {
|
||||
background: #061451;
|
||||
}
|
||||
}
|
||||
}
|
||||
</style>
|
||||
|
@ -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>
|
||||
|
Loading…
x
Reference in New Issue
Block a user