修改 背景

master
wanghao 7 months ago
parent 1f943b57ca
commit 7ee0edb3f7

@ -4,7 +4,7 @@ html {
body.signin { body.signin {
height: auto; height: auto;
background: url(../img/main_bg.png) no-repeat center fixed; background: url(../img/man_bg2.png) no-repeat center fixed;
-webkit-background-size: cover; -webkit-background-size: cover;
-moz-background-size: cover; -moz-background-size: cover;
-o-background-size: cover; -o-background-size: cover;

Binary file not shown.

After

Width:  |  Height:  |  Size: 860 KiB

@ -13,7 +13,7 @@
</head> </head>
<body class="gray-bg"> <body class="gray-bg">
<img alt="[ BGS ]" src="../static/img/main.jpg" th:src="@{/img/main_bg.png}" width="100%" height="100%" id="img_main"> <img alt="[ BGS ]" src="../static/img/main.jpg" th:src="@{/img/man_bg2.png}" width="100%" height="100%" id="img_main">
<!--<div class="ibox-content">--> <!--<div class="ibox-content">-->
<!-- <div class="text-center">--> <!-- <div class="text-center">-->
<!-- <button type="button" class="btn btn-primary" data-toggle="modal" data-target="#myModal">打开示例窗口</button>--> <!-- <button type="button" class="btn btn-primary" data-toggle="modal" data-target="#myModal">打开示例窗口</button>-->

@ -90,15 +90,15 @@
checkbox: true checkbox: true
}, },
{ {
field: 'objid',
title: '主键',
visible: false
}, {
field: 'inspectionId', field: 'inspectionId',
title: '巡检id', title: '巡检id',
visible: false visible: false
}, },
{
field: 'objid',
title: '主键',
visible: false
},
{ {
field: 'locationCode', field: 'locationCode',
title: '机位码' title: '机位码'

Loading…
Cancel
Save