|
@@ -18,7 +18,7 @@
|
|
|
</div>
|
|
</div>
|
|
|
<div class="step-content">
|
|
<div class="step-content">
|
|
|
<div class="input-container flex-row">
|
|
<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>
|
|
|
<div class="auto-method flex-row justify-between">
|
|
<div class="auto-method flex-row justify-between">
|
|
|
<img class="step-icon" referrerpolicy="no-referrer" src="@/assets/images/Photography/step1-icon.png" />
|
|
<img class="step-icon" referrerpolicy="no-referrer" src="@/assets/images/Photography/step1-icon.png" />
|
|
@@ -816,11 +816,12 @@ onBeforeUnmount(() => {
|
|
|
position: fixed;
|
|
position: fixed;
|
|
|
padding: 10px;
|
|
padding: 10px;
|
|
|
box-shadow: 0 0 5px rgb(0 0 0 / 50%);
|
|
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 {
|
|
.el-image {
|
|
|
width: 100%;
|
|
width: 100%;
|