Преглед на файлове

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

duanxiaoduan преди 1 година
родител
ревизия
6f483c8d9a
променени са 3 файла, в които са добавени 13 реда и са изтрити 0 реда
  1. 0 0
      dist/index.html
  2. 8 0
      src/views/custom/contractManagement/index.vue
  3. 5 0
      src/views/custom/outStock/index.vue

Файловите разлики са ограничени, защото са твърде много
+ 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>

Някои файлове не бяха показани, защото твърде много файлове са промени