From 3859552775fdf2dc25bbf6d4504209acc6c846df Mon Sep 17 00:00:00 2001
From: liulijun <liulijun@hnkhzn.com>
Date: 星期二, 17 三月 2026 09:33:53 +0800
Subject: [PATCH] 增加老厂排程单页面的物料编号缺料变红的显示和去除物料幅宽的小数点
---
项目代码/BigScreen/src/App.vue | 15 ++++-----------
1 files changed, 4 insertions(+), 11 deletions(-)
diff --git "a/\351\241\271\347\233\256\344\273\243\347\240\201/BigScreen/src/App.vue" "b/\351\241\271\347\233\256\344\273\243\347\240\201/BigScreen/src/App.vue"
index 1381901..5b680b1 100644
--- "a/\351\241\271\347\233\256\344\273\243\347\240\201/BigScreen/src/App.vue"
+++ "b/\351\241\271\347\233\256\344\273\243\347\240\201/BigScreen/src/App.vue"
@@ -1,13 +1,6 @@
-<!--
- * @Author: daidai
- * @Date: 2022-01-12 14:06:47
- * @LastEditors: daidai
- * @LastEditTime: 2022-03-01 17:55:49
- * @FilePath: \web-pc\src\pages\big-screen\App.vue
--->
<template>
<div id="app">
- <router-view/>
+ <router-view />
</div>
</template>
@@ -15,7 +8,7 @@
#app {
width: 100vw;
height: 100vh;
- background-color: #03050C;
- // overflow: hidden;
+ background-color: #020308;
+ overflow: hidden;
}
-</style>
\ No newline at end of file
+</style>
--
Gitblit v1.9.3