34636a54 by zhen

feat:去掉播放器画中画功能

1 parent 30704569
......@@ -131,7 +131,7 @@ export default {
hotkeys: this.hotkeys
},
controlBar: {
fullscreenToggle: false,
fullscreenToggle: true,
volumePanel: {
inline: false
}
......@@ -391,4 +391,7 @@ export default {
.vjs-slider-vertical .vjs-volume-level:before {
left: -0.4em;
}
.video-player .vjs-picture-in-picture-control {
display: none;
}
</style>
......
......@@ -103,19 +103,19 @@
</template>
</el-table-column>
</el-table>
<FooterPaginationfrom :pagination="pagination"></FooterPaginationfrom>
<FooterPagination :pagination="pagination"></FooterPagination>
</Card>
</template>
<script>
import FooterPaginationfrom from './components/FooterPagination'
import FooterPagination from './components/FooterPagination'
import { parseTime, parseTimeSecond } from '@/utils/util'
import { getResourceMonitorList } from '@/api/monitor'
import { inputMaxLength } from '@/utils/mappingData'
export default {
components: {
FooterPaginationfrom
FooterPagination
},
data() {
return {
......
Styling with Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!