vue组件表单数据回显验证及提交的实例代码

2020-06-12 21:21:25易采站长站整理

}
</script>
<style>
select{height:40px;width:100px;}
.el-button--mini, .el-button--mini.is-round{}
*{margin:0;padding:0;font-family:"微软雅黑";}
button{height:40px;width:100px;margin-left:20px;}
.item p{padding:10px 0;}
.table, .page{
width:900px;
height:auto;
margin:20px auto;
}
label{
padding:10px 20px;
margin:10px;
border:1px solid #eee;
}
body{padding-top:80px;}
.header{
position:fixed;
top:0;
width:100%;
background:#eee;
}
.header ul{
height:80px;
width:1000px;
}
.header ul li{
float:left;
width:200px;
font-size:14px;
line-height:80px;
text-align:Center;
}
.header ul li a{
display:block;
}

</style>