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

登录页面

parent 7570616f
...@@ -3,6 +3,9 @@ ...@@ -3,6 +3,9 @@
-moz-box-sizing: border-box; -moz-box-sizing: border-box;
box-sizing: border-box} box-sizing: border-box}
*,body{padding:0px; margin:0px;color: #ffffff;/*font-family: "微软雅黑";*/} *,body{padding:0px; margin:0px;color: #ffffff;/*font-family: "微软雅黑";*/}
video{
object-fit:cover!important;
}
html,body{ html,body{
background: url("../../images/dashboard/bg.png") no-repeat; background: url("../../images/dashboard/bg.png") no-repeat;
background-size: cover; background-size: cover;
......
...@@ -191,7 +191,6 @@ $(function () { ...@@ -191,7 +191,6 @@ $(function () {
gas.showWarning("请选择一条数据!"); gas.showWarning("请选择一条数据!");
return true return true
} }
console.log(selectedRow)
if(selectedRow.bomid=="root"&&opentype=="edit"){ if(selectedRow.bomid=="root"&&opentype=="edit"){
gas.showWarning("无法操作根节点!"); gas.showWarning("无法操作根节点!");
return true return true
...@@ -321,7 +320,7 @@ $(function () { ...@@ -321,7 +320,7 @@ $(function () {
gas.showWarning("请选择一条数据进行删除操作!"); gas.showWarning("请选择一条数据进行删除操作!");
return false return false
} }
if(selectedNode.vid=="root"){ if(selectedNode.bomid=="root"){
gas.showWarning("产品结构不允许删除!"); gas.showWarning("产品结构不允许删除!");
return false return false
} }
......
...@@ -19,6 +19,10 @@ ...@@ -19,6 +19,10 @@
height: 100%; height: 100%;
vertical-align: middle; vertical-align: middle;
} }
video{
object-fit:cover;
/* background-size: 100%; */
}
</style> </style>
</head> </head>
<body> <body>
...@@ -92,7 +96,7 @@ ...@@ -92,7 +96,7 @@
</div> </div>
<div class="center-cen fl"> <div class="center-cen fl">
<div class="cen-top rightTop border"> <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> </video>
</div> </div>
<div class="cen-bottom rightTop border"> <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