Commit c2f76b84 by gao_yingdong

时间调整

parent 80e6abe3
...@@ -1456,4 +1456,8 @@ export default { ...@@ -1456,4 +1456,8 @@ export default {
<style scoped lang="scss"> <style scoped lang="scss">
@import "@/assets/styles/rightContent.scss"; @import "@/assets/styles/rightContent.scss";
/deep/.el-input--suffix .el-input__inner {
padding-right: 15px !important;
padding-left: 25px !important;
}
</style> </style>
...@@ -4903,4 +4903,8 @@ export default { ...@@ -4903,4 +4903,8 @@ export default {
} }
} }
} }
/deep/.el-input--suffix .el-input__inner {
padding-right: 15px !important;
padding-left: 28px !important;
}
</style> </style>
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