Commit 085083ee by 杨青杰

update

parent 7e1bfb26
...@@ -51,7 +51,7 @@ export default { ...@@ -51,7 +51,7 @@ export default {
top: 0px; top: 0px;
right: 0px; right: 0px;
bottom: 0px; bottom: 0px;
background-color: rgba(0, 0, 0, 0.3); background-color: rgba(0, 0, 0, 0.6);
display: flex; display: flex;
justify-content: center; justify-content: center;
align-items: center; align-items: center;
...@@ -61,16 +61,16 @@ export default { ...@@ -61,16 +61,16 @@ export default {
// padding: 90px 30px 30px 30px; // padding: 90px 30px 30px 30px;
position: relative; position: relative;
background: radial-gradient(circle, #0D375F, #091F33); background: radial-gradient(circle, #0D375F, #091F33);
border: 3px solid; // border: 3px solid;
border-image: linear-gradient(0deg, #71BEF9, #1E5D92, #002D52, #1F5E93, #71BEF8) 3 3; // border-image: linear-gradient(0deg, #71BEF9, #1E5D92, #002D52, #1F5E93, #71BEF8) 3 3;
.close { .close {
cursor: pointer; cursor: pointer;
position: fixed; position: fixed;
top: 155px; top: 145px;
right: 315px; right: 395px;
width: 40px; width: 80px;
height: 40px; height: 80px;
z-index: 1; z-index: 1;
// background: url('../../../static/images/close.png') no-repeat left top; // background: url('../../../static/images/close.png') no-repeat left top;
} }
...@@ -81,7 +81,7 @@ export default { ...@@ -81,7 +81,7 @@ export default {
width: 1352px; width: 1352px;
height: 792px; height: 792px;
z-index: 0; z-index: 0;
overflow: hidden; // overflow: hidden;
} }
} }
} }
......
...@@ -146,10 +146,10 @@ export default { ...@@ -146,10 +146,10 @@ export default {
* @method Search 查询更多 * @method Search 查询更多
*/ */
Search () { Search () {
// if (this.studentName === '小王') { if (this.studentName === '顾雨辰' && this.gradeRes.name === '三年级' && this.classRes.name === '四班' && this.sexRes.name === '女') {
// this.$router.push({path: '/student'}) this.$router.push({path: '/student'})
// } }
this.$router.push({path: '/student'}) this.$message('暂无数据')
} }
} }
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment