liuyanpeng 1 سال پیش
والد
کامیت
0d79843159
2فایلهای تغییر یافته به همراه2 افزوده شده و 3 حذف شده
  1. 1 1
      package.json
  2. 1 2
      src/shelf/DeviceTimingSwitcher.vue

+ 1 - 1
package.json

@@ -1,7 +1,7 @@
 {
 {
   "name": "client-wms-v3",
   "name": "client-wms-v3",
   "description": "Leanwo Prodog Client",
   "description": "Leanwo Prodog Client",
-  "version": "3.1.4-sfc.4",
+  "version": "3.1.4-sfc.5",
   "author": "yangzhijie1488 <yangzhijie1488@163.com>",
   "author": "yangzhijie1488 <yangzhijie1488@163.com>",
   "scripts": {
   "scripts": {
     "dev": "cross-env webpack serve --config ./webpack.dev.js",
     "dev": "cross-env webpack serve --config ./webpack.dev.js",

+ 1 - 2
src/shelf/DeviceTimingSwitcher.vue

@@ -1149,7 +1149,7 @@ onMounted(() => {
 <style scoped>
 <style scoped>
 /* 整体容器样式 */
 /* 整体容器样式 */
 .device-timing-container {
 .device-timing-container {
-  background-color: #f5f7fa;
+  /* background-color: #f5f7fa; */
   min-height: 100vh;
   min-height: 100vh;
   padding-bottom: 20px;
   padding-bottom: 20px;
   /* 添加底部内边距,避免内容紧贴底部 */
   /* 添加底部内边距,避免内容紧贴底部 */
@@ -1166,7 +1166,6 @@ onMounted(() => {
 }
 }
 
 
 .device-timing-switcher-card {
 .device-timing-switcher-card {
-  margin: 16px 0;
   border-radius: 8px;
   border-radius: 8px;
   box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
   box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
   overflow: visible;
   overflow: visible;