瀏覽代碼

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

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>

部分文件因文件數量過多而無法顯示