33
schangxiang@126.com
2024-12-07 9597b1df912c1ca4401a74970d9472e268b3a9c2
LA24030_LuLiPackageLine_Web/src/views/main/WmsOrder/manualFeedKittingNg/index.vue
@@ -52,7 +52,7 @@
                        p-id="4304"
                     ></path>
                  </svg>
                  <p class="okText">{{ isSuccess }}</p>
                  <p class="no_okText">{{ isSuccess }}</p>
               </div>
            </div>
            <ul>
@@ -287,6 +287,7 @@
      margin: 0;
      padding: 0;
      li {
         margin-top: 20px;
         display: block;
         line-height: 30px;
         text-align: left;
@@ -299,16 +300,28 @@
}
.text_left {
   font-weight: 700;
   font-size: 40px; /* 调整字体大小 */
}
.text_rt {
   font-weight: 700;
   color: #00B2EE; /* 设置图标颜色 */
   font-size: 40px; /* 调整字体大小 */
}
.my-icon {
   font-size: 36px; /* 调整字体大小 */
   color: #00ff11; /* 设置图标颜色 */
}
.titleTip {
   font-weight: 700;
   text-align: center;
   font-size: 36px; /* 调整字体大小 */
   font-size: 60px; /* 调整字体大小 */
   .okText {
      margin-bottom: 20px;
      color: #52C41A; /* 设置图标颜色 */
   }
   .no_okText {
      margin-bottom: 20px;
      color: #E84335; /* 设置图标颜色 */
   }
}
</style>