摘要:
html 默认:<input type="number" /></br> 处理:<input type="number" class="deal-with" /> css 去除控件 <style type="text/css"> .deal-with::-webkit-textfield-decor 阅读全文
posted @ 2020-12-05 12:51
南风晚来晚相识
阅读(529)
评论(0)
推荐(0)
摘要:
<el-form-item label="考试时长:" prop="testTimeLong"> <el-input-number style="width:110px" :min="0" v-model="ruleForm.testTimeLong" controls-position="righ 阅读全文
posted @ 2020-12-05 12:18
南风晚来晚相识
阅读(2594)
评论(0)
推荐(0)
摘要:
elementui 的tabs组件出现蓝色边框问题 /deep/ .el-tabs__item:focus.is-active.is-focus:not(:active) { -webkit-box-shadow: none; box-shadow: none; } 这样就简单的解决了 在项目中最好 阅读全文
posted @ 2020-12-05 09:24
南风晚来晚相识
阅读(1030)
评论(0)
推荐(0)