提交 ace38f23 编写于 作者: guangjun.yang's avatar guangjun.yang

模块列表及其下面的元件列表

上级 969b78f2
...@@ -30,7 +30,7 @@ export default { ...@@ -30,7 +30,7 @@ export default {
.download-button-wrapper { .download-button-wrapper {
display: flex; display: flex;
// width: 100%; // width: 100%;
position: absolute; position: fixed;
z-index: 1000; z-index: 1000;
top: 15px; top: 15px;
right: 0; right: 0;
......
...@@ -453,7 +453,7 @@ export default { ...@@ -453,7 +453,7 @@ export default {
height: 100%; height: 100%;
background-color: #333; background-color: #333;
overflow: hidden; overflow: hidden;
z-index: 999; z-index: 1000;
video{ video{
position: absolute; position: absolute;
left: 50%; left: 50%;
......
<template> <template>
<!-- 组件详情页面:模块列表及其下面的元件列表 --> <!-- 组件详情页面:模块列表及其下面的元件列表 -->
<div class="page-container-merge"> <div class="page-container-merge" >
<CommonNavbar <CommonNavbar
id="header" id="header"
:bgColor="bgColor" :bgColor="bgColor"
......
Markdown 格式
0% or
您添加了 0 到此讨论。请谨慎行事。
先完成此消息的编辑!
想要评论请 注册