Commit 97507b88 by chenyu

update: update

parent ce933c42
......@@ -302,12 +302,12 @@ export default { ...action };
</style>
<style lang="less">
// 去除dailog-footer上边框
.customer-dailog .el-dialog__footer {
.customer-dialog .el-dialog__footer {
padding-top: 0;
padding-bottom: 20px;
border-top: none !important;
}
.customer-dailog .el-dialog__body {
.customer-dialog .el-dialog__body {
padding-bottom: 0;
}
</style>
......@@ -2,7 +2,7 @@
<div>
<el-dialog
title="宝宝信息"
custom-class="customer-dailog"
custom-class="customer-dialog baby-info-dialog"
:visible.sync="visible"
:close-on-click-modal="false"
@close="cancel"
......@@ -135,12 +135,12 @@ export default {
</script>
<style lang="less">
// 去除dailog-footer上边框
.customer-dailog .el-dialog__footer {
.customer-dialog .el-dialog__footer {
padding-top: 0;
padding-bottom: 20px;
border-top: none !important;
}
.customer-dailog .el-dialog__body {
.customer-dialog .el-dialog__body {
padding-bottom: 0;
.el-tabs__header {
margin-bottom: 30px;
......@@ -155,4 +155,16 @@ export default {
padding-right: 0;
}
}
.customer-dialog.baby-info-dialog .el-dialog__body{
padding-top: 5px;
padding-bottom: 30px;
.el-form--inline{
display: flex;
flex-wrap: wrap;
gap: 20px;
>div{
margin: 0;
}
}
}
</style>
......@@ -2,7 +2,7 @@
<div>
<el-dialog
title="编辑基本信息"
custom-class="customer-dailog"
custom-class="customer-dialog"
:visible.sync="visible"
:close-on-click-modal="false"
@close="cancel"
......@@ -250,12 +250,12 @@ export default {
</script>
<style lang="less">
// 去除dailog-footer上边框
.customer-dailog .el-dialog__footer {
.customer-dialog .el-dialog__footer {
padding-top: 0;
padding-bottom: 20px;
border-top: none !important;
}
.customer-dailog .el-dialog__body {
.customer-dialog .el-dialog__body {
padding-bottom: 0;
}
</style>
......@@ -2,7 +2,7 @@
<div>
<el-dialog
title="批量修改等级"
custom-class="customer-dailog"
custom-class="customer-dialog"
:visible.sync="visible"
:close-on-click-modal="false"
@close="cancel"
......@@ -166,7 +166,7 @@ export default {
</script>
<style lang="less" scoped>
.customer-dailog {
.customer-dialog {
.checkedCustomers {
margin-left: 133px;
margin-bottom: 20px;
......@@ -189,12 +189,12 @@ export default {
</style>
<style lang="less">
// 去除dailog-footer上边框
.customer-dailog .el-dialog__footer {
.customer-dialog .el-dialog__footer {
padding-top: 0;
padding-bottom: 20px;
border-top: none !important;
}
.customer-dailog .el-dialog__body {
.customer-dialog .el-dialog__body {
padding-bottom: 0;
}
</style>
......@@ -2,7 +2,7 @@
<div>
<el-dialog
title="修改等级"
custom-class="customer-dailog"
custom-class="customer-dialog"
:visible.sync="visible"
:close-on-click-modal="false"
@close="cancel"
......@@ -134,12 +134,12 @@ export default {
</script>
<style lang="less">
// 去除dailog-footer上边框
.customer-dailog .el-dialog__footer {
.customer-dialog .el-dialog__footer {
padding-top: 0;
padding-bottom: 20px;
border-top: none !important;
}
.customer-dailog .el-dialog__body {
.customer-dialog .el-dialog__body {
padding-bottom: 0;
}
</style>
......@@ -2,7 +2,7 @@
<div>
<el-dialog
title="编辑手工标签"
custom-class="customer-dailog label-dailog"
custom-class="customer-dialog label-dailog"
:visible.sync="visible"
:close-on-click-modal="false"
@close="cancel"
......@@ -252,12 +252,12 @@ export default {
</style>
<style lang="less">
// 去除dailog-footer上边框
.customer-dailog .el-dialog__footer {
.customer-dialog .el-dialog__footer {
padding-top: 0;
padding-bottom: 20px;
border-top: none !important;
}
.customer-dailog .el-dialog__body {
.customer-dialog .el-dialog__body {
padding-bottom: 0;
}
.label-dailog {
......
<template>
<div>
<el-dialog title="修改服务门店" custom-class="customer-dailog" :visible.sync="visible"
<el-dialog title="修改服务门店" custom-class="customer-dialog" :visible.sync="visible"
:close-on-click-modal="false" @close="cancel" width="600px">
<el-form ref="form" :model="form" :rules="rules" label-width="133px">
<el-form-item label="服务门店:" prop="mainStoreId">
......@@ -176,12 +176,12 @@ export default {
</script>
<style lang="less">
// 去除dailog-footer上边框
.customer-dailog .el-dialog__footer {
.customer-dialog .el-dialog__footer {
padding-top: 0;
padding-bottom: 20px;
border-top: none !important;
}
.customer-dailog .el-dialog__body {
.customer-dialog .el-dialog__body {
padding-bottom: 0;
}
.el-select-dropdown.option-wrap .el-select-dropdown__item {
......
<template>
<div>
<el-dialog title="修改协管门店" custom-class="customer-dailog" :visible.sync="visible"
<el-dialog title="修改协管门店" custom-class="customer-dialog" :visible.sync="visible"
:close-on-click-modal="false" @close="cancel" width="600px">
<el-form ref="form" :model="form" :rules="rules" label-width="133px">
<el-form-item label="协管门店:" prop="fromSubStoreIds">
......@@ -160,12 +160,12 @@ export default {
</script>
<style lang="less">
// 去除dailog-footer上边框
.customer-dailog .el-dialog__footer {
.customer-dialog .el-dialog__footer {
padding-top: 0;
padding-bottom: 20px;
border-top: none !important;
}
.customer-dailog .el-dialog__body {
.customer-dialog .el-dialog__body {
padding-bottom: 0;
}
.el-select-dropdown.option-wrap .el-select-dropdown__item {
......
......@@ -2,7 +2,7 @@
<div>
<el-dialog
title="批量调整积分"
custom-class="customer-dailog"
custom-class="customer-dialog"
:visible.sync="visible"
:close-on-click-modal="false"
@close="cancel"
......@@ -211,7 +211,7 @@ export default {
</script>
<style lang="less" scoped>
.customer-dailog {
.customer-dialog {
.checkedCustomers {
margin-left: 133px;
margin-bottom: 20px;
......
<template>
<div>
<el-dialog title="批量修改服务门店" custom-class="customer-dailog" :visible.sync="visible"
<el-dialog title="批量修改服务门店" custom-class="customer-dialog" :visible.sync="visible"
:close-on-click-modal="false" @close="cancel" width="600px">
<div class="checkedCustomers">
当前选中<span class="num">
......@@ -157,7 +157,7 @@ export default {
</script>
<style lang="less" scoped>
.customer-dailog {
.customer-dialog {
.checkedCustomers {
margin-left: 133px;
margin-bottom: 20px;
......
<template>
<div>
<el-dialog title="批量修改协管门店" custom-class="customer-dailog" :visible.sync="visible"
<el-dialog title="批量修改协管门店" custom-class="customer-dialog" :visible.sync="visible"
:close-on-click-modal="false" @close="cancel" width="600px">
<div class="checkedCustomers">
当前选中<span class="num">
......@@ -189,7 +189,7 @@ export default {
</script>
<style lang="less" scoped>
.customer-dailog {
.customer-dialog {
.checkedCustomers {
margin-left: 133px;
margin-bottom: 20px;
......@@ -212,12 +212,12 @@ export default {
</style>
<style lang="less">
// 去除dailog-footer上边框
.customer-dailog .el-dialog__footer {
.customer-dialog .el-dialog__footer {
padding-top: 0;
padding-bottom: 20px;
border-top: none !important;
}
.customer-dailog .el-dialog__body {
.customer-dialog .el-dialog__body {
padding-bottom: 0;
}
.el-select-dropdown.option-wrap .el-select-dropdown__item {
......
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