Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
K
kwell-mes
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
gavelinfo
kwell-mes
Commits
a99dbf50
Commit
a99dbf50
authored
Mar 15, 2022
by
李苏
💬
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
登录页面
parent
7570616f
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
9 additions
and
3 deletions
+9
-3
public.css
gavel/src/main/resources/static/css/dashboard/public.css
+3
-0
index.html
gavel/src/main/resources/templates/views/bom/bom/index.html
+1
-2
first.html
.../main/resources/templates/views/kmes/dashboard/first.html
+5
-1
No files found.
gavel/src/main/resources/static/css/dashboard/public.css
View file @
a99dbf50
...
...
@@ -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
;
...
...
gavel/src/main/resources/templates/views/bom/bom/index.html
View file @
a99dbf50
...
...
@@ -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
.
v
id
==
"root"
){
if
(
selectedNode
.
bom
id
==
"root"
){
gas
.
showWarning
(
"产品结构不允许删除!"
);
return
false
}
...
...
gavel/src/main/resources/templates/views/kmes/dashboard/first.html
View file @
a99dbf50
...
...
@@ -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"
>
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment