@ -273,3 +273,23 @@
position: absolute;
padding: 0px;
}
@mixin scrollBar {
&::-webkit-scrollbar {
/*滚动条整体样式*/
width: 8px; /*高宽分别对应横竖滚动条的尺寸*/
height: 1px;
&::-webkit-scrollbar-thumb {
/*滚动条里面小方块*/
border-radius: 8px;
box-shadow: inset 0 0 5px #aaa;
background: #aaa;
&::-webkit-scrollbar-track {
/*滚动条里面轨道*/
background: #eee;
@ -16,7 +16,8 @@
.m-card {
overflow-x: auto;
overflow: auto;
@include scrollBar;
.m-fm {
@ -7,6 +7,16 @@
<div class="m-info">
<div class="info-title">事件内容</div>
<div class="info-content">{{ info.eventContent }}</div>
<div class="info-audio" v-if="info.voiceList.length>0">
<audio controls>
<source
:src="item.url"
type=""
:key="item.url"
v-for="item in info.voiceList"
/>
</audio>
</div>
<div class="info-pics">
<img
:src="src"
@ -276,7 +276,7 @@
<div class="g-right">
<el-card class="m-card"
style="max-height:100vh; overflow:auto"
style="max-height:90vh; overflow:auto"
v-if="projectProcess.length > 0">
<h3>处理进展</h3>
<div class="m-process">