Commit a99dbf50 authored by 李苏's avatar 李苏 💬

登录页面

parent 7570616f
......@@ -3,6 +3,9 @@
-moz-box-sizing: border-box;
box-sizing: border-box}
*,body{padding:0px; margin:0px;color: #ffffff;/*font-family: "微软雅黑";*/}
video{
object-fit:cover!important;
}
html,body{
background: url("../../images/dashboard/bg.png") no-repeat;
background-size: cover;
......
......@@ -191,7 +191,6 @@ $(function () {
gas.showWarning("请选择一条数据!");
return true
}
console.log(selectedRow)
if(selectedRow.bomid=="root"&&opentype=="edit"){
gas.showWarning("无法操作根节点!");
return true
......@@ -321,7 +320,7 @@ $(function () {
gas.showWarning("请选择一条数据进行删除操作!");
return false
}
if(selectedNode.vid=="root"){
if(selectedNode.bomid=="root"){
gas.showWarning("产品结构不允许删除!");
return false
}
......
......@@ -19,6 +19,10 @@
height: 100%;
vertical-align: middle;
}
video{
object-fit:cover;
/* background-size: 100%; */
}
</style>
</head>
<body>
......@@ -92,7 +96,7 @@
</div>
<div class="center-cen fl">
<div class="cen-top rightTop border">
<video width="100%" height="100%" controls id="firstVideo" autoplay="autoplay" muted loop="loop">
<video width="100%" height="100%" controls id="firstVideo" autoplay="autoplay" muted loop="loop" >
</video>
</div>
<div class="cen-bottom rightTop border">
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment