Compare commits

..

No commits in common. "10383ac9581d67fe4a103b0a5f902fddd94d17b4" and "9ccc80291edde8f3b28a3649ab8d0cf6036c9075" have entirely different histories.

2 changed files with 3 additions and 7 deletions

View File

@ -38,7 +38,6 @@
:loading="loading"
size="medium"
type="primary"
plain
style="width:100%;"
@click.native.prevent="handleLogin"
>
@ -144,15 +143,12 @@ export default {
</script>
<style rel="stylesheet/scss" lang="scss">
.el-input__inner{
background-color: transparent;
}
.login {
display: flex;
justify-content: center;
align-items: center;
height: 100%;
background-image: url("https://open.saintic.com/api/bingPic/");
background-image: url("../assets/image/login-background.jpg");
background-size: cover;
}
.title {
@ -163,7 +159,7 @@ export default {
.login-form {
border-radius: 6px;
background: rgba(255,255,255,0.4);
background: #ffffff;
width: 400px;
padding: 25px 25px 5px 25px;
.el-input {

View File

@ -19,12 +19,12 @@ import java.util.List;
import java.util.Map;
/**
* todo
* @Author 18209
* @Date 2021/2/5 17:38
* @Version 1.0
*/
@RestController
@Api("关联查询")
@RequestMapping("/ass")
public class AssociatedController {
private Logger logger = LoggerFactory.getLogger(AssociatedController.class);