diff --git a/web/client/src/sections/quanju/containers/footer/guanli/index.js b/web/client/src/sections/quanju/containers/footer/guanli/index.js
index 5bc518ef..42bfce1e 100644
--- a/web/client/src/sections/quanju/containers/footer/guanli/index.js
+++ b/web/client/src/sections/quanju/containers/footer/guanli/index.js
@@ -136,46 +136,45 @@ const Guanli = (props) => {
// }
const renderContent = rightitemlist.map(({ enforcementdate, enforcementreslt, roadname, picfile }, index) => {
return (
-
-
- {picfile?.length > 0 ?
- {picfile?.map(v =>
-

-
)}
-
- :
- }
-
-
- 执法日期:
- {enforcementdate && moment(enforcementdate).format("YYYY-MM-DD") || "--"}
-
-
- 执法道路:
- {roadname}
-
-
- 执法成果:
- {enforcementreslt}
-
+
+ {picfile?.length > 0 ?
+ {picfile?.map(v =>
+

+
)}
+
+ :
+ }
+
+
+ 执法日期:
+ {enforcementdate && moment(enforcementdate).format("YYYY-MM-DD") || "--"}
+
+
+ 执法道路:
+ {roadname}
+
+
+ 执法成果:
+ {enforcementreslt}
+
)
})
const renderLeftContent = () => {
@@ -219,7 +218,7 @@ const Guanli = (props) => {
执法成果
*/}
{rightitemlist && rightitemlist.length !== 0 ?
:
}
{/* {
diff --git a/web/client/src/sections/quanju/containers/footer/operation/style.less b/web/client/src/sections/quanju/containers/footer/operation/style.less
index 0d823550..c78a6f7f 100644
--- a/web/client/src/sections/quanju/containers/footer/operation/style.less
+++ b/web/client/src/sections/quanju/containers/footer/operation/style.less
@@ -15,12 +15,11 @@
background: none;
// border: 1px solid rgba(10, 114, 255, 1);
}
-
}
.busList::-webkit-scrollbar-track {
background-color: rgba(3, 60, 158, 0.3);
- border-radius: 1px
+ border-radius: 1px;
}
.busList::-webkit-scrollbar {
@@ -29,7 +28,7 @@
.busList::-webkit-scrollbar-thumb {
background-color: rgba(28, 96, 254, 1);
- border-radius: 1px
+ border-radius: 1px;
}
//
@@ -39,6 +38,16 @@
margin: 12px 0;
padding: 0 -4px;
}
+.carCardRight {
+ background-image: url(/assets/images/leadership/beijinglan.png);
+ background-size: 100% 100%;
+ margin: 30px 0;
+ padding: 0 -4px;
+ display: flex;
+ &:first-child {
+ margin-top: 0;
+ }
+}
//车辆视频监控样式
.busInformation {
@@ -65,10 +74,10 @@
font-size: 24px;
list-style: none;
margin-left: 4%;
- font-family: "YouSheBiaoTiHei";
+ font-family: 'YouSheBiaoTiHei';
display: block;
float: left;
- text-shadow: 0px 0px 8px #07B9FE;
+ text-shadow: 0px 0px 8px #07b9fe;
}
h5 {
@@ -77,10 +86,10 @@
font-size: 20px;
list-style: none;
margin-left: 5%;
- font-family: "YouSheBiaoTiHei";
+ font-family: 'YouSheBiaoTiHei';
display: block;
float: left;
- text-shadow: 0px 0px 8px #07B9FE;
+ text-shadow: 0px 0px 8px #07b9fe;
}
}
}
@@ -89,4 +98,4 @@
width: 100%;
overflow: hidden;
margin-bottom: 2%;
-}
\ No newline at end of file
+}