Browse Source

Merge remote-tracking branch 'origin/dev' into dev

fix_bug_pro20231227
caoyizhong 1 year ago
parent
commit
7c0dfb6b55
  1. 17
      src/views/basic/printTemplate/basicPrintTemplate.vue

17
src/views/basic/printTemplate/basicPrintTemplate.vue

@ -330,7 +330,7 @@ export default {
}
</style>
<style scope lang="scss">
<style lang="scss">
.avue-form__group {
.no-print {
display: flex;
@ -352,13 +352,22 @@ export default {
:deep(.el-form-item__label){
width:auto !important;
}
.avue-form__row{
max-width:300px;
}
.no-print{
// margin-left:auto;
.el-button{
margin-right:0
}
}
</style>
<style scoped lang='scss'>
:deep(.no-print){
margin-left:auto;
.el-button{
margin-right:0
}
}
:deep(.avue-form__row){
max-width:300px;
}
</style>

Loading…
Cancel
Save