Commit 047691c2 authored by FE-安焕焕's avatar FE-安焕焕 👣

样式

parent 5f06733b
...@@ -451,7 +451,7 @@ import {mapState} from 'vuex' ...@@ -451,7 +451,7 @@ import {mapState} from 'vuex'
if (!value)this.$Notice.warning({title: '提示',desc: '请输入您要通知的面试官'}) if (!value)this.$Notice.warning({title: '提示',desc: '请输入您要通知的面试官'})
callback() callback()
} }
const emailValidata = (rule, value, callback) => { const emailValidata = (rule, value, callback) => {
let field = rule.field let field = rule.field
let reg = rule.pattern let reg = rule.pattern
switch(field){ switch(field){
...@@ -2182,12 +2182,11 @@ background:rgba(241,241,241,1); ...@@ -2182,12 +2182,11 @@ background:rgba(241,241,241,1);
width: 2.5%; width: 2.5%;
} }
input { input {
font-size: 15px !important;
cursor: pointer; cursor: pointer;
width: 1.5em; width: 1.2em;
height: 1.5em; height: 1.2em;
line-height: 1.5e; line-height: 1.2em;
vertical-align: -4px; vertical-align: -3px;
} }
.transmit{ .transmit{
position: absolute; position: absolute;
......
This diff is collapsed.
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