Commit 3ce7ddaf authored by 张伯涛's avatar 张伯涛

样式布局修改

parent 19c12c11
...@@ -537,10 +537,32 @@ name: "kfInfoAdd", ...@@ -537,10 +537,32 @@ name: "kfInfoAdd",
right: 19%!important; right: 19%!important;
width: 235px!important; width: 235px!important;
} }
.el-select-dropdown__item{
font-size: 20px!important;
}
</style> </style>
<style scoped lang="scss"> <style scoped lang="scss">
.kfInfoAdd-module{ .kfInfoAdd-module{
padding: 20px; padding: 20px;
::v-deep.el-form-item{
margin-bottom: 25px!important;
}
::v-deep.el-form-item__error{
font-size: 20px!important;
}
::v-deep.el-form-item__label{
font-size: 20px!important;
}
::v-deep.el-input--medium{
font-size: 20px!important;
}
::v-deep.el-radio__label{
font-size: 20px!important;
}
::v-deep.el-radio__inner{
width: 20px!important;
height: 20px!important;
}
.footer{ .footer{
float: right; float: right;
padding-bottom: 20px; padding-bottom: 20px;
......
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