zhulizhen1111 4 년 전
부모
커밋
bd84adda03
3개의 변경된 파일8개의 추가작업 그리고 5개의 파일을 삭제
  1. 3 0
      src/components/viewLengend.vue
  2. 4 4
      src/views/equipment/table/recordDialog.vue
  3. 1 1
      src/views/other/otherDialog.vue

+ 3 - 0
src/components/viewLengend.vue

@@ -119,6 +119,9 @@ export default {
     mounted() {
         console.log(this.remarksText)
     },
+    updated(){
+        this.setSelected()
+    },
     created() {}
 }
 </script>

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

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

+ 1 - 1
src/views/other/otherDialog.vue

@@ -57,7 +57,7 @@ export default {
         font-size: 16px;
         font-family: PingFangSC-Medium, PingFang SC;
         font-weight: 500;
-        color: rgba(0, 0, 0, 0.85);
+        color:#fff;
         line-height: 24px;
     }
     .el-dialog__body {