Commit d9d86667 authored by zhangderong's avatar zhangderong

测试详情页功能

parent ca50be2d
...@@ -32,9 +32,9 @@ export default { ...@@ -32,9 +32,9 @@ export default {
<style> <style>
#app{ #app{
/* position: absolute; */ position: absolute;
/* top: 0; top: 0;
bottom: 0; */ bottom: 0;
width: 100%; width: 100%;
cursor:auto; cursor:auto;
text-align: left; text-align: left;
...@@ -46,7 +46,7 @@ export default { ...@@ -46,7 +46,7 @@ export default {
-khtml-user-select: text !important; /*早期浏览器*/ -khtml-user-select: text !important; /*早期浏览器*/
-moz-user-select: text !important; /*火狐*/ -moz-user-select: text !important; /*火狐*/
-ms-user-select: text !important; /*IE10*/ -ms-user-select: text !important; /*IE10*/
user-select: text !important; user-select: text !important;
} }
.pc { .pc {
height: 100%; height: 100%;
......
...@@ -234,7 +234,7 @@ ...@@ -234,7 +234,7 @@
<div style='min-height:300px;'> <div style='min-height:300px;'>
<div class='title'> <div class='title'>
<h2 style="text-align:center">转发给面试官</h2> <h2 style="text-align:center">转发给面试官</h2>
<p class='hint' style="margin-top:10px">该通知将以微信形式发送给面试官,面试官可通过微信筛选简历</p> <p class='hint' style="margin-top:10px;text-align:center">该通知将以微信形式发送给面试官,面试官可通过微信筛选简历</p>
</div> </div>
<Form ref="transpondFrom" :model="transpondFrom" :rules="transpondRule" style="margin-top:10px"> <Form ref="transpondFrom" :model="transpondFrom" :rules="transpondRule" style="margin-top:10px">
<FormItem label='面试官' prop='interviewerName'> <FormItem label='面试官' prop='interviewerName'>
......
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