Commit 2866e039 authored by zhangderong's avatar zhangderong

修改一些字体大小问题

parent bb9c1134
...@@ -57,4 +57,7 @@ export default { ...@@ -57,4 +57,7 @@ export default {
min-width: unset; min-width: unset;
min-height: unset; min-height: unset;
} }
.ivu-btn-primary{
background: #0092FF!important
}
</style> </style>
...@@ -31,7 +31,7 @@ ...@@ -31,7 +31,7 @@
</FormItem> </FormItem>
</Form> </Form>
<Button type="primary" style="width:30%;margin-left:30%;font-size:13px" @click="SouSuo(item.Num1,item.Num2,item.Num3)">搜索</Button> <Button type="primary" style="width:30%;margin-left:30%;font-size:13px;background:#0092FF" @click="SouSuo(item.Num1,item.Num2,item.Num3)">搜索</Button>
<div class="text1"></div> <div class="text1"></div>
<div class="text2"></div> <div class="text2"></div>
<div class="text3"></div> <div class="text3"></div>
......
...@@ -14,7 +14,7 @@ ...@@ -14,7 +14,7 @@
</FormItem> </FormItem>
</Form> </Form>
<p> <p>
<span style="margin-left:25px">初始登录密码</span> <span style="margin-left:25px;fnt-size:14px">初始登录密码</span>
<span style="margin-left:10px">默认是"123456",新用户首次登录需修改后才能进入系统。</span> <span style="margin-left:10px">默认是"123456",新用户首次登录需修改后才能进入系统。</span>
<span style="margin-left:30px"><Button type="primary" size='small' style="color:#ffffff;margin-left:20px;width:60px" @click="addacount"> 添加</Button></span> <span style="margin-left:30px"><Button type="primary" size='small' style="color:#ffffff;margin-left:20px;width:60px" @click="addacount"> 添加</Button></span>
</p> </p>
......
...@@ -51,18 +51,18 @@ ...@@ -51,18 +51,18 @@
</Modal> </Modal>
</div> </div>
<div class="leftcontrentFotter"> <div class="leftcontrentFotter">
<h5 style="width:100%;height:40px;background:rgb(0,176,160);text-align:center;line-height:40px;color:white;font-size:20px">上传记录</h5> <h5 style="width:100%;height:40px;background:rgb(0,176,160);text-align:center;line-height:40px;color:white;font-size:15px;font-weight:bold">上传记录</h5>
<div style="width:100%;background:rgb(0,176,160); opacity: 0.7;height:462px;overflow-y:auto;"> <div style="width:100%;background:rgb(0,176,160); opacity: 0.7;height:462px;overflow-y:auto;">
<div style="width:100%;height:10px;background:rgb(0,176,160)"></div> <div style="width:100%;height:10px;background:rgb(0,176,160)"></div>
<div class="contentMASSAGE" v-for="(item,index) in ajaxData" :key="index"> <div class="contentMASSAGE" v-for="(item,index) in ajaxData" :key="index">
<p @click="getResumeData(item.resumeId)" style="margin-top:10px"> <p @click="getResumeData(item.resumeId)" style="margin-top:10px">
<span style="color:#000000;margin:10px 0 0 10px;display:inline-block;overflow:hidden;text-overflow:ellipsis;white-space: nowrap;">{{item.name}} |</span> <span style="color:#000000;margin:10px 0 0 10px;display:inline-block;overflow:hidden;text-overflow:ellipsis;white-space: nowrap; cursor:pointer">{{item.name}} |</span>
<span style="color:#000000;display:inline-block;overflow:hidden;text-overflow:ellipsis;white-space: nowrap;">{{item.mobile}} |</span> <span style="color:#000000;display:inline-block;overflow:hidden;text-overflow:ellipsis;white-space: nowrap; cursor:pointer">{{item.mobile}} |</span>
<span style="color:#000000;display:inline-block;overflow:hidden;text-overflow:ellipsis;white-space: nowrap;">{{item.age}}岁|</span> <span style="color:#000000;display:inline-block;overflow:hidden;text-overflow:ellipsis;white-space: nowrap; cursor:pointer">{{item.age}}岁|</span>
<span style="color:#000000;display:inline-block;overflow:hidden;text-overflow:ellipsis;white-space: nowrap;">{{item.gender}} |</span> <span style="color:#000000;display:inline-block;overflow:hidden;text-overflow:ellipsis;white-space: nowrap; cursor:pointer">{{item.gender}} |</span>
<span style="color:#000000;display:inline-block;overflow:hidden;text-overflow:ellipsis;white-space: nowrap;">{{item.workYears}}年 |</span> <span style="color:#000000;display:inline-block;overflow:hidden;text-overflow:ellipsis;white-space: nowrap; cursor:pointer">{{item.workYears}}年 |</span>
<span style="color:#000000;display:inline-block;overflow:hidden;text-overflow:ellipsis;white-space: nowrap;">{{item.degree}} |</span> <span style="color:#000000;display:inline-block;overflow:hidden;text-overflow:ellipsis;white-space: nowrap; cursor:pointer">{{item.degree}} |</span>
<span style="color:#000000;width:28%;display:inline-block;overflow:hidden;text-overflow:ellipsis;white-space: nowrap;">{{item.expectedTitle}}</span> <span style="color:#000000;width:28%;display:inline-block;overflow:hidden;text-overflow:ellipsis;white-space: nowrap; cursor:pointer">{{item.expectedTitle}}</span>
</p> </p>
<p style="margin-top:0px;color:Grey"> <p style="margin-top:0px;color:Grey">
<span style="color:Grey;margin:5px 0 0 10px;display:inline-block">{{item.createTime}}入库|</span> <span style="color:Grey;margin:5px 0 0 10px;display:inline-block">{{item.createTime}}入库|</span>
...@@ -510,7 +510,6 @@ import {uploadFile} from '../../service/ajax' ...@@ -510,7 +510,6 @@ import {uploadFile} from '../../service/ajax'
} }
.leftcontrentFotter{ .leftcontrentFotter{
display: block; display: block;
cursor:pointer
} }
.contentMASSAGE{ .contentMASSAGE{
width:96%; width:96%;
......
...@@ -32,6 +32,9 @@ instance.interceptors.response.use(function (response) { ...@@ -32,6 +32,9 @@ instance.interceptors.response.use(function (response) {
}}, '您的账号已在其他地方登录,如不是您个人操作,请及时修改密码')}}) }}, '您的账号已在其他地方登录,如不是您个人操作,请及时修改密码')}})
router.replace({name: 'login'}) router.replace({name: 'login'})
} }
if (response.data.body.code == '901'){
router.replace({name: 'login'})
}
if (response.data.body.code == '902'){ if (response.data.body.code == '902'){
Notice.error({title:'cookie已失效,请重新登录'}) Notice.error({title:'cookie已失效,请重新登录'})
router.replace({name: 'login'}) router.replace({name: 'login'})
......
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