Commit 30c6cf2c authored by shilei's avatar shilei

Merge branch 'dev' of http://101.201.78.203/cfld-front/liyeyun into dev

parents 5be15baf fe5d7b4b
......@@ -79,9 +79,18 @@ body {
}
}
.el-input .el-input__wrapper.el-input__wrapper {
&.is-focus.is-focus {
box-shadow: 0 0 0 1px rgb(220, 223, 230) inset !important;
}
}
.el-textarea__inner:focus {
box-shadow: 0 0 0 1px rgb(220, 223, 230) inset !important;
}
$namespace: 'lyy'; // change the 'mx' to 'xmx'. then <date-picker prefix-class="lyy" />
$default-color: #555;
$primary-color: #c0322b;
@import 'vue-datepicker-next/scss/index.scss'
\ No newline at end of file
@import 'vue-datepicker-next/scss/index.scss'
......@@ -82,7 +82,7 @@ const verify = () => {
message.error('请输入有效的手机号码');
return false;
}
if (isEmpty(formData.value.phone)) {
if (isEmpty(formData.value.phone?.toString())) {
message.error('请输入您的联系方式');
return false;
}
......
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