Compare commits
3 Commits
9ccc80291e
...
10383ac958
| Author | SHA1 | Date |
|---|---|---|
|
|
10383ac958 | |
|
|
a0330bd0b2 | |
|
|
4b5a133a04 |
|
|
@ -38,6 +38,7 @@
|
||||||
:loading="loading"
|
:loading="loading"
|
||||||
size="medium"
|
size="medium"
|
||||||
type="primary"
|
type="primary"
|
||||||
|
plain
|
||||||
style="width:100%;"
|
style="width:100%;"
|
||||||
@click.native.prevent="handleLogin"
|
@click.native.prevent="handleLogin"
|
||||||
>
|
>
|
||||||
|
|
@ -143,12 +144,15 @@ export default {
|
||||||
</script>
|
</script>
|
||||||
|
|
||||||
<style rel="stylesheet/scss" lang="scss">
|
<style rel="stylesheet/scss" lang="scss">
|
||||||
|
.el-input__inner{
|
||||||
|
background-color: transparent;
|
||||||
|
}
|
||||||
.login {
|
.login {
|
||||||
display: flex;
|
display: flex;
|
||||||
justify-content: center;
|
justify-content: center;
|
||||||
align-items: center;
|
align-items: center;
|
||||||
height: 100%;
|
height: 100%;
|
||||||
background-image: url("../assets/image/login-background.jpg");
|
background-image: url("https://open.saintic.com/api/bingPic/");
|
||||||
background-size: cover;
|
background-size: cover;
|
||||||
}
|
}
|
||||||
.title {
|
.title {
|
||||||
|
|
@ -159,7 +163,7 @@ export default {
|
||||||
|
|
||||||
.login-form {
|
.login-form {
|
||||||
border-radius: 6px;
|
border-radius: 6px;
|
||||||
background: #ffffff;
|
background: rgba(255,255,255,0.4);
|
||||||
width: 400px;
|
width: 400px;
|
||||||
padding: 25px 25px 5px 25px;
|
padding: 25px 25px 5px 25px;
|
||||||
.el-input {
|
.el-input {
|
||||||
|
|
|
||||||
|
|
@ -19,12 +19,12 @@ import java.util.List;
|
||||||
import java.util.Map;
|
import java.util.Map;
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
* todo
|
||||||
* @Author 18209
|
* @Author 18209
|
||||||
* @Date 2021/2/5 17:38
|
* @Date 2021/2/5 17:38
|
||||||
* @Version 1.0
|
* @Version 1.0
|
||||||
*/
|
*/
|
||||||
@RestController
|
@RestController
|
||||||
@Api("关联查询")
|
|
||||||
@RequestMapping("/ass")
|
@RequestMapping("/ass")
|
||||||
public class AssociatedController {
|
public class AssociatedController {
|
||||||
private Logger logger = LoggerFactory.getLogger(AssociatedController.class);
|
private Logger logger = LoggerFactory.getLogger(AssociatedController.class);
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue