Browse Source

修改了备件出库及合同管理提示换行问题

duanxiaoduan 1 year ago
parent
commit
6f483c8d9a

File diff suppressed because it is too large
+ 0 - 0
dist/index.html


+ 8 - 0
src/views/custom/contractManagement/index.vue

@@ -2960,4 +2960,12 @@ export default {
   /deep/ .el-badge__content.is-fixed{
     z-index: 1;
   }
+  .el-notification__content {
+    white-space: pre-line !important;
+  }
+</style>
+<style lang="scss">
+  .el-notification__content {
+      white-space: pre-line !important;
+    }
 </style>

+ 5 - 0
src/views/custom/outStock/index.vue

@@ -3325,3 +3325,8 @@ export default {
   }
 
 </style>
+<style lang="scss">
+  .el-notification__content {
+      white-space: pre-line !important;
+    }
+</style>

Some files were not shown because too many files changed in this diff