Selaa lähdekoodia

style(ui): 调整远程控制和拍照页面的界面样式

- 修改远程控制页面容器高度从358px到450px
- 更新远程控制页面背景尺寸以匹配新高度
- 为重拍按钮添加左边距样式类
- 调整拍照页面右侧内容区域的内边距和高度
- 限制拍照页面右侧内容区域的滚动并添加右边框
- 将步骤区域宽度从426px调整为350px以优化布局
panqiuyao 11 tuntia sitten
vanhempi
commit
6f3f9f3589

+ 1 - 1
frontend/src/views/Photography/mixin/usePhotography.ts

@@ -145,7 +145,7 @@ export default function usePhotography() {
       runLoading.value = true;
       runAction.value.action = data.action
       runAction.value.goods_art_no = data.goods_art_no
-      goods_art_no.value = ''
+   //   goods_art_no.value = ''
       goods_art_no_tpl.value = ''
       reNosObj.value.goods_art_no = null;
       reNosObj.value.action = null;

+ 7 - 6
frontend/src/views/Photography/shot.vue

@@ -18,7 +18,7 @@
             </div>
             <div class="step-content">
               <div class="input-container flex-row">
-                <el-input class="input-item" ref="goodsArtNo" v-model="goods_art_no" placeholder="请输入货号"> </el-input>
+                <el-input class="input-item" ref="goodsArtNo" clearable v-model="goods_art_no" placeholder="请输入货号"> </el-input>
               </div>
               <div class="auto-method flex-row justify-between">
                 <img class="step-icon" referrerpolicy="no-referrer" src="@/assets/images/Photography/step1-icon.png" />
@@ -816,11 +816,12 @@ onBeforeUnmount(() => {
   position: fixed;
   padding: 10px;
   box-shadow: 0 0 5px rgb(0 0 0 / 50%);
-  left: 70px;
-  top: 100px;
-  bottom: 60px;
-  right: 400px;
-  z-index: 10;
+  left: 510px;
+  top: 30px;
+  bottom: 0px;
+  right: 10px;
+  z-index: 1000;
+  background-color: rgba(0,0,0,.5);
 
   .el-image {
     width: 100%;