提交 cb00b608 编写于 作者: hujun's avatar hujun

Merge branch 'dev-patients-20190513' into 'release'

删除居民弹出层样式优化



See merge request !50
...@@ -6,7 +6,7 @@ ...@@ -6,7 +6,7 @@
:curmbThird="curmbThird" :curmbThird="curmbThird"
:jumPathThird="jumPathThird"> :jumPathThird="jumPathThird">
</bread-crumb> </bread-crumb>
<div class="f-main-content screenSet"> <div class="f-main-content screenSet patient-detail-wrap">
<div> <div>
<div class="right-btn-group" v-if="activeName == 'first'"> <div class="right-btn-group" v-if="activeName == 'first'">
<el-button plain size="small" @click="deleteCurrentPatient">删除</el-button> <el-button plain size="small" @click="deleteCurrentPatient">删除</el-button>
...@@ -278,6 +278,7 @@ ...@@ -278,6 +278,7 @@
cancelButtonText: '取消', cancelButtonText: '取消',
closeOnClickModal: false, closeOnClickModal: false,
closeOnPressEscape: false, closeOnPressEscape: false,
customClass: 'delete-patient',
type: 'warning' type: 'warning'
}).then(() => { }).then(() => {
let reqParam = { let reqParam = {
...@@ -397,6 +398,25 @@ ...@@ -397,6 +398,25 @@
}, },
} }
</script> </script>
<style lang="scss">
.delete-patient{
.el-message-box__content {
position: relative;
padding: 10px 15px!important;
color: #606266;
font-size: 14px;
}
/*恢复messageBox默认样式*/
.el-message-box {
width: 360px;
height: 220px!important;
}
.el-message-box__status+.el-message-box__message{
padding-left: 20px;
padding-right: 20px;
}
}
</style>
<style lang="scss" scoped> <style lang="scss" scoped>
@import '../../../style/patients-style/element-reset.css'; @import '../../../style/patients-style/element-reset.css';
......
Markdown 格式
0% or
您添加了 0 到此讨论。请谨慎行事。
先完成此消息的编辑!
想要评论请 注册