|
@@ -115,18 +115,19 @@ export default {
|
|
|
<style lang="less">
|
|
|
.detail-dialog {
|
|
|
.el-dialog__wrapper {
|
|
|
- overflow: hidden !important;
|
|
|
+ // overflow: hidden !important;
|
|
|
}
|
|
|
.el-dialog__header {
|
|
|
- background: #fff !important;
|
|
|
- color: #909399 !important;
|
|
|
+ // background: #fff !important;
|
|
|
+ // color: #909399 !important;
|
|
|
}
|
|
|
.el-dialog__close {
|
|
|
color: #909399 !important;
|
|
|
}
|
|
|
/deep/.el-dialog {
|
|
|
margin-top: 7vh !important;
|
|
|
- overflow-y: scroll !important;
|
|
|
+ padding-bottom: 5px;
|
|
|
+ // overflow-y: scroll !important;
|
|
|
}
|
|
|
}
|
|
|
</style>
|