Browse Source

fix: 记录事项recordDialog.vue页面,弹窗头部样式修改

yunxing 4 years ago
parent
commit
f19dba885b
1 changed files with 5 additions and 4 deletions
  1. 5 4
      src/views/equipment/table/recordDialog.vue

+ 5 - 4
src/views/equipment/table/recordDialog.vue

@@ -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>