加入必应的图床

This commit is contained in:
20932067@zju.edu.cn 2021-02-06 23:20:23 +08:00
parent a0330bd0b2
commit 10383ac958
2 changed files with 7 additions and 3 deletions

View File

@ -38,6 +38,7 @@
:loading="loading"
size="medium"
type="primary"
plain
style="width:100%;"
@click.native.prevent="handleLogin"
>
@ -143,12 +144,15 @@ 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("../assets/image/login-background.jpg");
background-image: url("https://open.saintic.com/api/bingPic/");
background-size: cover;
}
.title {
@ -159,7 +163,7 @@ export default {
.login-form {
border-radius: 6px;
background: #ffffff;
background: rgba(255,255,255,0.4);
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);