等于页面的标签问题
This commit is contained in:
parent
abef8964e3
commit
0763b66168
@ -13,6 +13,7 @@
|
|||||||
<link rel="stylesheet" href="assets/layuiadmin/style/admin.css?v=3" media="all">
|
<link rel="stylesheet" href="assets/layuiadmin/style/admin.css?v=3" media="all">
|
||||||
<link rel="stylesheet" href="assets/css/supersized.css?v=3">
|
<link rel="stylesheet" href="assets/css/supersized.css?v=3">
|
||||||
<link rel="stylesheet" href="assets/layuiadmin/style/login.css?v=3" media="all">
|
<link rel="stylesheet" href="assets/layuiadmin/style/login.css?v=3" media="all">
|
||||||
|
<style>[v-cloak] {display: none;}</style>
|
||||||
<style th:if="${customLoginForm ne null}" th:utext="${customLoginForm.formCss}"></style>
|
<style th:if="${customLoginForm ne null}" th:utext="${customLoginForm.formCss}"></style>
|
||||||
<style th:if="${customLoginForm eq null and pageParams.loginBoxPosition eq 'left'}">
|
<style th:if="${customLoginForm eq null and pageParams.loginBoxPosition eq 'left'}">
|
||||||
@media screen and (max-width: 1920px) {
|
@media screen and (max-width: 1920px) {
|
||||||
@ -394,7 +395,7 @@
|
|||||||
</style>
|
</style>
|
||||||
|
|
||||||
<body>
|
<body>
|
||||||
<div id="app">
|
<div id="app" v-cloak>
|
||||||
<div v-cloak th:if="${customLoginForm ne null}" th:utext="${customLoginForm.formHtml}"></div>
|
<div v-cloak th:if="${customLoginForm ne null}" th:utext="${customLoginForm.formHtml}"></div>
|
||||||
<!-- <div v-cloak th:if="${customLoginForm eq null}">-->
|
<!-- <div v-cloak th:if="${customLoginForm eq null}">-->
|
||||||
<div v-cloak th:if="${customLoginForm eq null}">
|
<div v-cloak th:if="${customLoginForm eq null}">
|
||||||
|
Loading…
Reference in New Issue
Block a user