修改样式

szh_zidingyibiaoti
lilu 2 years ago
parent 77a40d7e9e
commit 25bce7c633

@ -25,6 +25,7 @@ export default {
this.activeKey = val this.activeKey = val
}) })
.$on('close', val => { .$on('close', val => {
console.log('== 关闭按钮 ==', val)
if (!val) { if (!val) {
this.closeThat(this.activeKey) this.closeThat(this.activeKey)
return return

@ -548,6 +548,6 @@ export default {
display: none; display: none;
} }
</style> </style>
<style lang="less"> <style lang="less" scoped>
@import url('../style/ediMore.less'); @import url('../style/ediMore.less');
</style> </style>

@ -554,7 +554,7 @@ export default {
} }
} }
</script> </script>
<style lang="less"> <style lang="less" scoped>
@import url('../index.less'); @import url('../index.less');
@import url('../style/sedOrder.less'); @import url('../style/sedOrder.less');
</style> </style>

@ -1229,6 +1229,6 @@ export default {
} }
} }
</script> </script>
<style lang="less"> <style lang="less" scoped>
@import url('./style/index.less'); @import url('./style/index.less');
</style> </style>

@ -1682,7 +1682,7 @@ export default {
} }
} }
</script> </script>
<style lang="less"> <style lang="less" scoped>
.from-line { .from-line {
margin: 0 0 10px 0; margin: 0 0 10px 0;
overflow: hidden; overflow: hidden;

@ -76,7 +76,7 @@ export default {
} }
} }
</script> </script>
<style lang="less"> <style lang="less" scoped>
.input-content{ .input-content{
position: relative; position: relative;
overflow: hidden; overflow: hidden;

@ -258,7 +258,7 @@ export default {
} }
} }
</script> </script>
<style lang="less"> <style lang="less" scoped>
.contractno-label{ .contractno-label{
.title{ .title{
height: 28px; height: 28px;

@ -60,7 +60,47 @@
right: 0 !important; right: 0 !important;
} }
} }
.bill-info{
padding-bottom: 10px;
}
.bill-info-box{
/deep/ .ant-row{
margin-bottom: 0 !important;
}
}
/deep/ .ant-collapse-content-box{
padding: 0 !important;
}
/deep/ .ant-calendar-picker-clear{
color: rgba(0, 0, 0, 0.25) !important;
}
/deep/ .ant-collapse-header{
padding: 4px 10px !important;
}
/deep/ .collapse-box{
margin-bottom: 2px !important;
}
/deep/ .ant-form-item-label {
height:36px !important;
line-height: 36px !important;
// border: 1px solid #f00;
}
/deep/ .ant-form-item-control{
height:36px !important;
line-height: 36px !important;
}
/deep/ .ant-calendar-picker-input {
height: 24px !important;
// margin-top: 4px !important;
}
/deep/ .has-success .ant-select-selection-selected-value{ /deep/ .has-success .ant-select-selection-selected-value{
padding-right: 0 !important; padding-right: 0 !important;
} }
@ -93,36 +133,21 @@
right: 10px !important; right: 10px !important;
} }
.bill-info{
padding-bottom: 10px; /deep/ form .has-feedback .ant-calendar-picker-icon, form .has-feedback .ant-calendar-picker-clear, form .has-feedback .ant-time-picker-clear, form .has-feedback .ant-time-picker-icon{
} right: 10px !important;
.bill-info-box{
/deep/ .ant-row{
margin-bottom: 0 !important;
}
}
/deep/ .ant-collapse-content-box{
padding: 0 !important;
}
/deep/ .ant-calendar-picker-clear{
color: rgba(0, 0, 0, 0.25) !important;
}
/deep/ .ant-collapse-header{
padding: 4px 10px !important;
}
/deep/ .collapse-box{
margin-bottom: 2px !important;
}
/deep/ .ant-form-item-label {
height:36px !important;
line-height: 36px !important;
// border: 1px solid #f00;
} }
/deep/ .ant-form-item-control{
height:36px !important; /deep/ form .has-feedback .ant-calendar-picker-icon, form .has-feedback .ant-time-picker-icon, form .has-feedback .ant-calendar-picker-clear, form .has-feedback .ant-time-picker-clear{
line-height: 36px !important; right: 10px !important;
} }
/deep/ .ant-calendar-picker-input {
height: 24px !important;
// margin-top: 4px !important;
}
/deep/ .right-content[data-v-27167ea2] .ant-form-item-control, .right-content[data-v-27167ea2] .ant-form-item-label {
height: 36px!important;
line-height: 36px!important;
}

@ -81,12 +81,12 @@
color: rgba(0, 0, 0, 0.25) !important; color: rgba(0, 0, 0, 0.25) !important;
} }
/deep/ .ant-form-item-label { // /deep/ .ant-form-item-label {
height:36px !important; // height:36px !important;
line-height: 36px !important; // line-height: 36px !important;
// border: 1px solid #f00; // // border: 1px solid #f00;
} // }
/deep/ .ant-form-item-control{ // /deep/ .ant-form-item-control{
height:36px !important; // height:36px !important;
line-height: 36px !important; // line-height: 36px !important;
} // }

@ -130,8 +130,8 @@
} }
/deep/ .ant-select-selection__clear { /deep/ .ant-select-selection__clear {
margin-top: -3px !important; // margin-top: -3px !important;
right: 16px !important; // right: 16px !important;
} }
/deep/ form .has-feedback > .ant-select .ant-select-arrow, /deep/ form .has-feedback > .ant-select .ant-select-arrow,
@ -144,12 +144,12 @@
/deep/ form .has-feedback .ant-input-affix-wrapper .ant-input-suffix { /deep/ form .has-feedback .ant-input-affix-wrapper .ant-input-suffix {
right: 0px !important; right: 0px !important;
} }
/deep/ form .has-feedback .ant-calendar-picker-icon, // /deep/ form .has-feedback .ant-calendar-picker-icon,
form .has-feedback .ant-time-picker-icon, // form .has-feedback .ant-time-picker-icon,
form .has-feedback .ant-calendar-picker-clear, // form .has-feedback .ant-calendar-picker-clear,
form .has-feedback .ant-time-picker-clear { // form .has-feedback .ant-time-picker-clear {
right: 0px !important; // right: 0px !important;
} // }
// === 0217更新样式 === // === 0217更新样式 ===
.booking-detail { .booking-detail {

@ -451,4 +451,13 @@
line-height: 36px !important; line-height: 36px !important;
} }
} }
/deep/ .ant-calendar-picker-input {
height: 24px !important;
// margin-top: 4px !important;
}
/deep/ .right-content[data-v-27167ea2] .ant-form-item-control, .right-content[data-v-27167ea2] .ant-form-item-label {
height: 36px!important;
line-height: 36px!important;
}

Loading…
Cancel
Save