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