|
@@ -110,17 +110,17 @@ export default {
|
|
|
</script>
|
|
|
<style lang="less" scoped>
|
|
|
</style>
|
|
|
-<style lang="less" scoped>
|
|
|
+<style lang="less">
|
|
|
.detail-dialog {
|
|
|
.el-dialog__wrapper {
|
|
|
overflow: hidden !important;
|
|
|
}
|
|
|
+ .el-dialog__header {
|
|
|
+ background: #fff !important;
|
|
|
+ }
|
|
|
/deep/.el-dialog {
|
|
|
margin-top: 7vh !important;
|
|
|
overflow-y: scroll !important;
|
|
|
}
|
|
|
- /deep/.el-dialog__header {
|
|
|
- background: #fff !important;
|
|
|
- }
|
|
|
}
|
|
|
</style>
|